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

AVS.PruneRegion Method

Removes one pixel wide branches from a region.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void PruneRegion
(
	AvlNet.Region inRegion,
	int inMaxLength,
	AvlNet.Region outRegion
)

Parameters

Name Type Range Default Description
inRegionAvlNet.RegionInput region.
inMaxLengthint<0, INF>3Maximal length of a branch of the input region to be pruned. Default value: 3.
outRegionAvlNet.RegionOutput region.

See also