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

FIS.ThresholdToRegion_Dynamic Method

Thresholds an image relatively to the average pixel value in a local rectangular neighborhood.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void ThresholdToRegion_Dynamic
(
	FilNet.Image inImage,
	int inRadiusX,
	float inHysteresis,
	FilNet.Region outRegion,
	FilNet.Image diagBaseImage
)

Parameters

Name Type Range Default Description
inImageFilNet.ImageInput image.
inRadiusXint<0, 65535>5Horizontal radius of internal mean blur. Default value: 5.
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.
diagBaseImageFilNet.ImageDiagnostic blurred image.

Function Overrides

See also