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

AVS.ErodeRegion_Threshold Method

Erodes a region with inThresholdValue pixels of inKernel.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void ErodeRegion_Threshold
(
	AvlNet.Region inRegion,
	AvlNet.Region inKernel,
	AvlNet.Location? inKernelAnchor,
	int inThresholdValue,
	AvlNet.Region outRegion
)

Parameters

Name Type Range Default Description
inRegionAvlNet.RegionInput region.
inKernelAvlNet.Region
inKernelAnchorAvlNet.Location?
inThresholdValueint<0, INF>
outRegionAvlNet.RegionOutput region.

Function Overrides

See also