You are here: Start » FIL.NET » FIS.ThresholdImage_Hysteresis Method
FIS.ThresholdImage_Hysteresis Method
Thresholds an image with a hysteresis, i.e. with a lower threshold for neighboring pixels.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
public static void ThresholdImage_Hysteresis ( FilNet.Image inImage, float? inMinValue, float? inMaxValue, float inHysteresis, FilNet.Image outMonoImage )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inImage | FilNet.Image | Input image. | ||
![]() | inMinValue | float? | 128.0f | Minimum value of a pixel that is considered foreground (Auto = -INF). Default value: 128.0f. | |
![]() | inMaxValue | float? | Maximum value of a pixel that is considered foreground (Auto = +INF). Default value: ftl::NIL. | ||
![]() | inHysteresis | float | <0.0f, INF> | 16.0f | Defines how much the threshold criteria are lowered for pixels neighboring with other foreground pixels. Default value: 16.0f. |
![]() | outMonoImage | FilNet.Image |