You are here: Start » FIL.NET » Invoke.RegionHitAndMissTransform
Performs a hit-and-miss transformation on a region using arbitrary kernels.
Namespace: | Fil |
---|---|
Assembly: | FilNet.dll |
Syntax
C++
C#
public static void RegionHitAndMissTransform ( Fil.Region inRegion, Fil.Region inHitKernel, Optional<Fil.Location> inHitKernelAnchor, Fil.Region inMissKernel, Optional<Fil.Location> inMissKernelAnchor, Fil.Region outRegion )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inRegion | Fil.Region | Input region. | ||
![]() | inHitKernel | Fil.Region | The kernel of pixels that should be present. | ||
![]() | inHitKernelAnchor | Ftl.Optional<Fil.Location> | Location withing inHitKernel, defining its center. Default value: ftl::NIL. | ||
![]() | inMissKernel | Fil.Region | The kernel of pixels that should be missing. | ||
![]() | inMissKernelAnchor | Ftl.Optional<Fil.Location> | Location withing inMissKernel, defining its center. Default value: ftl::NIL. | ||
![]() | outRegion | Fil.Region | Output region. |