You are here: Start » AVL.NET » Invoke.ThresholdToRegion_HSx
Creates a region containing image pixels which belongs to specified region in HSV, HSL or HSI space.
| Namespace: | Avl | 
|---|---|
| Assembly: | AvlNet.dll | 
Syntax
C++
C#
public static void ThresholdToRegion_HSx ( Avl.Image inRgbImage, Optional<Avl.Region> inRoi, Avl.HSxColorModel inColorModel, int inBeginHue, int inEndHue, Optional<int> inMinSaturation, Optional<int> inMaxSaturation, Optional<int> inMinBrightness, Optional<int> inMaxBrightness, Avl.Region outRegion, Diagnostic<Avl.Image> diagHSxImage )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]()  | inRgbImage | Avl.Image | |||
![]()  | inRoi | Atl.Optional<Avl.Region> | Range of pixels to be processed. Default value: atl::NIL. | ||
![]()  | inColorModel | Avl.HSxColorModel | Selected color model. | ||
![]()  | inBeginHue | int | <0, 255> | 0 | Lowest acceptable Hue; if higher than inEndHue, then range wrapping is used. Default value: 0. | 
![]()  | inEndHue | int | <0, 255> | 255 | Highest acceptable Hue, if lower than inBeginHue, then range wrapping is used. Default value: 255. | 
![]()  | inMinSaturation | Atl.Optional<int> | <0, 255> | 128 | Default value: 128. | 
![]()  | inMaxSaturation | Atl.Optional<int> | <0, 255> | ||
![]()  | inMinBrightness | Atl.Optional<int> | <0, 255> | 128 | Minimum brightness; denotes V, L or I, depending on inColorModel. Default value: 128. | 
![]()  | inMaxBrightness | Atl.Optional<int> | <0, 255> | Maximum brightness; denotes V, L or I, depending on inColorModel. Default value: atl::NIL. | |
![]()  | outRegion | Avl.Region | Output region. | ||
![]()  | diagHSxImage | Avl.Diagnostic<Avl.Image> | Diagnostic image in HSx color space. | 



