You are here: Start » FIL.NET » Invoke.ThresholdImage_Hysteresis
Thresholds an image with a hysteresis, i.e. with a lower threshold for neighboring pixels.
Namespace: | Fil |
---|---|
Assembly: | FilNet.dll |
Syntax
C++
C#
public static void ThresholdImage_Hysteresis ( Fil.Image inImage, Optional<Fil.Region> inRoi, Optional<float> inMinValue, Optional<float> inMaxValue, float inHysteresis, Fil.Image outMonoImage )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inImage | Fil.Image | Input image. | ||
![]() | inRoi | Ftl.Optional<Fil.Region> | Region of interest. Default value: ftl::NIL. | ||
![]() | inMinValue | Ftl.Optional<float> | 128.0f | Minimum value of a pixel that is considered foreground (Auto = -INF). Default value: 128.0f. | |
![]() | inMaxValue | Ftl.Optional<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 | Fil.Image |