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

FIS.ThresholdToRegion_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 ThresholdToRegion_Relative
(
	FilNet.Image inImage,
	FilNet.Image inBaseImage,
	float? inMinRelativeValue,
	float? inMaxRelativeValue,
	float inHysteresis,
	FilNet.Region outRegion
)

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.
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