You are here: Start » FIL.NET » FIS.ThresholdImage_Relative Method

FIS.ThresholdImage_Relative Method

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

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

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

Parameters

Name Type Range Default Description
inImageFilNet.ImageInput image.
inBaseImageFilNet.ImagePixels of this image are subtracted from inImage before thresholding.
inMinRelativeValuefloat?128.0fMinimum relative value of a pixel that is considered foreground (Auto = -INF). Default value: 128.0f.
inMaxRelativeValuefloat?Maximum relative value of a pixel that is considered foreground (Auto = +INF). Default value: ftl::NIL.
inFuzzinessfloat<0.0f, INF>0.0fA tolerance for inMin/MaxRelativeValue that results in intermediate output values. Default value: 0.0f.
outMonoImageFilNet.Image

Function Overrides

See also