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