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

FIS.ThresholdImage Method

Transforms each pixel value to maximum or minimum depending on whether they belong to the specified range.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void ThresholdImage
(
	FilNet.Image inImage,
	NullableRef<FilNet.Region> inRoi,
	float? inMinValue,
	float? inMaxValue,
	float inFuzziness,
	FilNet.Image outMonoImage
)

Parameters

Name Type Range Default Description
inImageFilNet.ImageInput image.
inRoiFilNet.NullableRef<FilNet.Region>Region of interest. Default value: ftl::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: ftl::NIL.
inFuzzinessfloat<0.0f, INF>0.0fA tolerance for inMin/MaxValue that results in intermediate output values. Default value: 0.0f.
outMonoImageFilNet.Image

Function Overrides

See also