You are here: Start » FIL.NET » FIS.RegionHitAndMissTransform Method

FIS.RegionHitAndMissTransform Method

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

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

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

Parameters

Name Type Range Default Description
inRegionFilNet.RegionInput region.
inHitKernelFilNet.RegionThe kernel of pixels that should be present.
inMissKernelFilNet.RegionThe kernel of pixels that should be missing.
outRegionFilNet.RegionOutput region.

Function Overrides

See also