You are here: Start » FIL.NET » Invoke.ThresholdSmoothedRegion_Mean

Invoke.ThresholdSmoothedRegion_Mean

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

Namespace:Fil
Assembly:FilNet.dll

Syntax

C++
C#
 
public static void ThresholdSmoothedRegion_Mean
(
	Fil.Region inRegion,
	int inRadiusX,
	Optional<int> inRadiusY,
	float inMinCount,
	out int outMinAmount,
	Fil.Region outRegion
)

Parameters

Name Type Range Default Description
inRegionFil.RegionInput region.
inRadiusXintNearly half of the kernel's width (2*R+1).
inRadiusYFtl.Optional<int>Nearly half of the kernel's height (2*R+1), or same as inRadiusX. Default value: ftl::NIL.
inMinCountfloat<0.0f, 1.0f>Minimal part of pixels in rectangle to be in region.
outMinAmountint
outRegionFil.RegionOutput region.

See also