You are here: Start » AVL.NET » AVS.ThresholdSmoothedRegion_Mean Method

AVS.ThresholdSmoothedRegion_Mean Method

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

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void ThresholdSmoothedRegion_Mean
(
	AvlNet.Region inRegion,
	int inRadiusX,
	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).
inMinCountfloat<0.0f, 1.0f>Minimal part of pixels in rectangle to be in region.
outMinAmountint
outRegionAvlNet.RegionOutput region.

Function Overrides

See also