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

AVS.DilateRegion Method

Performs a morphological dilation on a region using a predefined kernel.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void DilateRegion
(
	AvlNet.Region inRegion,
	AvlNet.KernelShape inKernel,
	int inRadiusX,
	int? inRadiusY,
	AvlNet.Region outRegion
)

Parameters

Name Type Range Default Description
inRegionAvlNet.RegionInput region.
inKernelAvlNet.KernelShapeKernel shape (predefined).
inRadiusXint<0, INF>1Nearly half of the kernel's width (2*R+1). Default value: 1.
inRadiusYint?<0, INF>Nearly half of the kernel's height (2*R+1), or same as inRadiusX. Default value: atl::NIL.
outRegionAvlNet.RegionOutput region.

Function Overrides

See also