You are here: Start » AVL.NET » AVL.ThresholdImage_Hysteresis(AvlNet.Image, float?, float, AvlNet.Image)

AVL.ThresholdImage_Hysteresis(AvlNet.Image, float?, float, AvlNet.Image)

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,
	float? inMinValue,
	float inHysteresis,
	out AvlNet.Image outMonoImage
)

Parameters

inImage
Type: AvlNet.Image
Input image
inMinValue
Type: System.Nullable<System.Single>
Minimum value of a pixel that is considered foreground (Auto = -INF), or null.
inHysteresis
Type: System.Single
Defines how much the threshold criteria are lowered for pixels neighboring with other foreground pixels
outMonoImage
Type: AvlNet.Image

Remarks

See full override for more details.

See also