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

AVS.RegionHitAndMissTransform Method

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

Parameters

Name Type Range Default Description
inRegionAvlNet.RegionInput region.
inHitKernelAvlNet.RegionThe kernel of pixels that should be present.
inMissKernelAvlNet.RegionThe kernel of pixels that should be missing.
outRegionAvlNet.RegionOutput region.

Function Overrides

See also