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

FIS.ThresholdToRegion Method

Creates a region containing image pixels with values within the specified range.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void ThresholdToRegion
(
	FilNet.Image inImage,
	float? inMinValue,
	float? inMaxValue,
	float inHysteresis,
	FilNet.Region outRegion
)

Parameters

Name Type Range Default Description
inImageFilNet.ImageInput image.
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.
inHysteresisfloat<0.0f, INF>0.0fDefines how much the threshold criteria are lowered for pixels neighboring with other foreground pixels. Default value: 0.0f.
outRegionFilNet.RegionOutput region.

Function Overrides

See also