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