You are here: Start » FIL.NET » FIS.ThresholdToRegion_HSx Method
FIS.ThresholdToRegion_HSx Method
Creates a region containing image pixels which belongs to specified region in HSV, HSL or HSI space.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
public static void ThresholdToRegion_HSx ( FilNet.Image inRgbImage, FilNet.HSxColorModel inColorModel, int inBeginHue, int inEndHue, FilNet.Region outRegion, FilNet.Image diagHSxImage )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inRgbImage | FilNet.Image | |||
![]() | inColorModel | FilNet.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. |
![]() | outRegion | FilNet.Region | Output region. | ||
![]() | diagHSxImage | FilNet.Image | Diagnostic image in HSx color space. |
Function Overrides
- ThresholdToRegion_HSx(Image, HSxColorModel, Int32, Int32, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Region)
- ThresholdToRegion_HSx(Image, HSxColorModel, Int32, Int32, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Region, Image)
- ThresholdToRegion_HSx(Image, NullableRef<Region>, HSxColorModel, Int32, Int32, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Region)
- ThresholdToRegion_HSx(Image, NullableRef<Region>, HSxColorModel, Int32, Int32, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Region, Image)