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

AVS.ErodeRegion_AnyKernel Method

Performs a morphological erosion on a region using an arbitrary kernel.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void ErodeRegion_AnyKernel
(
	AvlNet.Region inRegion,
	AvlNet.Region inKernel,
	AvlNet.Region outRegion
)

Parameters

Name Type Range Default Description
inRegionAvlNet.RegionInput region.
inKernelAvlNet.RegionKernel shape (any).
outRegionAvlNet.RegionOutput region.

Function Overrides

See also