You are here: Start » FIL.NET » FIS.ThresholdImage_Multirange Method
FIS.ThresholdImage_Multirange Method
Transforms each pixel value to maximum or minimum depending on whether they belong to the specified range.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
public static void ThresholdImage_Multirange ( FilNet.Image inImage, NullableRef<FilNet.Region> inRoi, float? inMinValue1, float? inMaxValue1, float? inMinValue2, float? inMaxValue2, float? inMinValue3, float? inMaxValue3, float? inMinValue4, float? inMaxValue4, FilNet.Image outImage )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inImage | FilNet.Image | Input image. | ||
![]() | inRoi | FilNet.NullableRef<FilNet.Region> | Region of interest. Default value: ftl::NIL. | ||
![]() | inMinValue1 | float? | 1.0f | Minimum value of a pixel that is considered foreground (Auto = -INF). Default value: 1.0f. | |
![]() | inMaxValue1 | float? | Maximum value of a pixel that is considered foreground (Auto = +INF). Default value: ftl::NIL. | ||
![]() | inMinValue2 | float? | 64.0f | Minimum value of a pixel that is considered foreground (Auto = -INF). Default value: 64.0f. | |
![]() | inMaxValue2 | float? | Maximum value of a pixel that is considered foreground (Auto = +INF). Default value: ftl::NIL. | ||
![]() | inMinValue3 | float? | 128.0f | Minimum value of a pixel that is considered foreground (Auto = -INF). Default value: 128.0f. | |
![]() | inMaxValue3 | float? | Maximum value of a pixel that is considered foreground (Auto = +INF). Default value: ftl::NIL. | ||
![]() | inMinValue4 | float? | 192.0f | Minimum value of a pixel that is considered foreground (Auto = -INF). Default value: 192.0f. | |
![]() | inMaxValue4 | float? | Maximum value of a pixel that is considered foreground (Auto = +INF). Default value: ftl::NIL. | ||
![]() | outImage | FilNet.Image | Output image. |