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

AVL.RegionHitAndMissTransform(AvlNet.Region, AvlNet.Region, AvlNet.Region, AvlNet.Region)

Performs a hit-and-miss transformation on a region using arbitrary kernels.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax


public static void RegionHitAndMissTransform(
	AvlNet.Region inRegion,
	AvlNet.Region inHitKernel,
	AvlNet.Region inMissKernel,
	out AvlNet.Region outRegion
)

Parameters

inRegion
Type: AvlNet.Region
Input region
inHitKernel
Type: AvlNet.Region
The kernel of pixels that should be present
inMissKernel
Type: AvlNet.Region
The kernel of pixels that should be missing
outRegion
Type: AvlNet.Region
Output region

See also