BottomHatRegion_AnyKernel
Performs a morphological black top hat (bottom hat) operation on a region using an arbitrary kernel.
Syntax
C++
C#
Python
def BottomHatRegion_AnyKernel( inRegion: Region, inKernel: Region, outRegion: Region, / ) -> None
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inRegion | Region | Input region | |
![]() |
inKernel | Region | Kernel shape (any) | |
![]() |
outRegion | Region | Output region |


