You are here: Start » AVL.NET » AVL.ErodeRegion_AnyKernel(AvlNet.Region, AvlNet.Region, AvlNet.Region)

AVL.ErodeRegion_AnyKernel(AvlNet.Region, AvlNet.Region, AvlNet.Region)

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,
	out AvlNet.Region outRegion
)

Parameters

inRegion
Type: AvlNet.Region
Input region
inKernel
Type: AvlNet.Region
Kernel shape (any)
outRegion
Type: AvlNet.Region
Output region

See also