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