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

AVS.CloseRegion Method

Performs a morphological closing on a region using selected predefined kernel.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void CloseRegion
(
	AvlNet.Region inRegion,
	AvlNet.KernelShape inKernel,
	int inRadiusX,
	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.
outRegionAvlNet.RegionOutput region.

Function Overrides

See also