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

Invoke.ThresholdSmoothedRegion_Mean

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

Namespace:Avl
Assembly:AvlNet.dll

Syntax

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

Parameters

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

See also