You are here: Start » AVL.NET » Invoke.BottomHatRegion_AnyKernel
Performs a morphological black top hat (bottom hat) operation on a region using an arbitrary kernel.
Namespace: | Avl |
---|---|
Assembly: | AvlNet.dll |
Syntax
C++
C#
public static void BottomHatRegion_AnyKernel ( Avl.Region inRegion, Avl.Region inKernel, Avl.Region outRegion )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inRegion | Avl.Region | Input region. | ||
![]() | inKernel | Avl.Region | Kernel shape (any). | ||
![]() | outRegion | Avl.Region | Output region. |