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

FIS.ThresholdSmoothedRegion_Mean Method

Returns region of pixels witch collect minAmount of pixels in rectangle in input region.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void ThresholdSmoothedRegion_Mean
(
	FilNet.Region inRegion,
	int inRadiusX,
	float inMinCount,
	out int outMinAmount,
	FilNet.Region outRegion
)

Parameters

Name Type Range Default Description
inRegionFilNet.RegionInput region.
inRadiusXintNearly half of the kernel's width (2*R+1).
inMinCountfloat<0.0f, 1.0f>Minimal part of pixels in rectangle to be in region.
outMinAmountint
outRegionFilNet.RegionOutput region.

Function Overrides

See also