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 | |
---|---|---|---|---|---|
![]() | inRegion | FilNet.Region | Input region. | ||
![]() | inHitKernel | FilNet.Region | The kernel of pixels that should be present. | ||
![]() | inMissKernel | FilNet.Region | The kernel of pixels that should be missing. | ||
![]() | outRegion | FilNet.Region | Output region. |