You are here: Start » AVL.NET » AVS.ThresholdImage_Hysteresis Method

AVS.ThresholdImage_Hysteresis Method

Thresholds an image with a hysteresis, i.e. with a lower threshold for neighboring pixels.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void ThresholdImage_Hysteresis
(
	AvlNet.Image inImage,
	NullableRef<AvlNet.Region> inRoi,
	float? inMinValue,
	float? inMaxValue,
	float inHysteresis,
	AvlNet.Image outMonoImage
)

Parameters

Name Type Range Default Description
inImageAvlNet.ImageInput image.
inRoiAvlNet.NullableRef<AvlNet.Region>Region of interest. Default value: atl::NIL.
inMinValuefloat?128.0fMinimum value of a pixel that is considered foreground (Auto = -INF). Default value: 128.0f.
inMaxValuefloat?Maximum value of a pixel that is considered foreground (Auto = +INF). Default value: atl::NIL.
inHysteresisfloat<0.0f, INF>16.0fDefines how much the threshold criteria are lowered for pixels neighboring with other foreground pixels. Default value: 16.0f.
outMonoImageAvlNet.Image

Function Overrides

See also