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

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

Thresholds an image with a different threshold value for each pixel (inBaseImage(x, y) + inValue).

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax


public static void ThresholdImage_Relative(
	AvlNet.Image inImage,
	AvlNet.Image inBaseImage,
	float? inMinRelativeValue,
	float inFuzziness,
	out AvlNet.Image outMonoImage
)

Parameters

inImage
Type: AvlNet.Image
Input image
inBaseImage
Type: AvlNet.Image
Pixels of this image are subtracted from inImage before thresholding
inMinRelativeValue
Type: System.Nullable<System.Single>
Minimum relative value of a pixel that is considered foreground (Auto = -INF), or null.
inFuzziness
Type: System.Single
A tolerance for inMin/MaxRelativeValue that results in intermediate output values
outMonoImage
Type: AvlNet.Image

Remarks

See full override for more details.

See also