You are here: Start » FIL.NET » FIS.ThresholdImage_HSx Method
FIS.ThresholdImage_HSx Method
Transforms each pixel value to minimum or maximum depending on whether it belongs to specified region in the HSV, HSL or HSI color space.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
public static void ThresholdImage_HSx ( FilNet.Image inRgbImage, NullableRef<FilNet.Region> inRoi, FilNet.HSxColorModel inColorModel, int inBeginHue, int inEndHue, int? inMinSaturation, int? inMaxSaturation, int? inMinBrightness, int? inMaxBrightness, float inFuzziness, FilNet.Image outMonoImage, FilNet.Image diagHSxImage )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inRgbImage | FilNet.Image | Input image in the RGB color space. | ||
![]() | inRoi | FilNet.NullableRef<FilNet.Region> | Region of interest. Default value: ftl::NIL. | ||
![]() | 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. |
![]() | inMinSaturation | int? | <0, 255> | 128 | Default value: 128. |
![]() | inMaxSaturation | int? | <0, 255> | ||
![]() | inMinBrightness | int? | <0, 255> | 128 | Minimum brightness; denotes V, L or I, depending on inColorModel. Default value: 128. |
![]() | inMaxBrightness | int? | <0, 255> | Maximum brightness; denotes V, L or I, depending on inColorModel. Default value: ftl::NIL. | |
![]() | inFuzziness | float | <0.0f, INF> | Tolerance for value ranges that results in intermediate output values. | |
![]() | outMonoImage | FilNet.Image | |||
![]() | diagHSxImage | FilNet.Image | Image in HSx color space. |
Function Overrides
- ThresholdImage_HSx(Image, HSxColorModel, Int32, Int32, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Single, Image)
- ThresholdImage_HSx(Image, NullableRef<Region>, HSxColorModel, Int32, Int32, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Single, Image)