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

AVS.ThickenRegion Method

Performs a morphological thickening on a region using predefined kernels.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void ThickenRegion
(
	AvlNet.Region inRegion,
	AvlNet.Region outRegion
)

Parameters

Name Type Range Default Description
inRegionAvlNet.RegionInput region.
outRegionAvlNet.RegionOutput region.

See also