You are here: Start » AVL.NET » Function Reference » Region » Region Morphology » AVL.ThresholdSmoothedRegion_Mean

AVL.ThresholdSmoothedRegion_Mean

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

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
public static void ThresholdSmoothedRegion_Mean
(
	AvlNet.Region inRegion,
	int inRadiusX,
	int? inRadiusY,
	float inMinCount,
	out int outMinAmount,
	AvlNet.Region outRegion
)

Parameters

Name Type Range Default Description
inRegionAvlNet.RegionInput region.
inRadiusXintNearly half of the kernel's width (2*R+1).
inRadiusYint?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
outRegionAvlNet.RegionOutput region.

Function Overrides

See also