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.Location? inHitKernelAnchor, FilNet.Region inMissKernel, FilNet.Location? inMissKernelAnchor, FilNet.Region outRegion )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inRegion | FilNet.Region | Input region. | ||
![]() | inHitKernel | FilNet.Region | The kernel of pixels that should be present. | ||
![]() | inHitKernelAnchor | FilNet.Location? | Location withing inHitKernel, defining its center. Default value: ftl::NIL. | ||
![]() | inMissKernel | FilNet.Region | The kernel of pixels that should be missing. | ||
![]() | inMissKernelAnchor | FilNet.Location? | Location withing inMissKernel, defining its center. Default value: ftl::NIL. | ||
![]() | outRegion | FilNet.Region | Output region. |