OpenRegion_AnyKernel
Performs a morphological opening on a region using an arbitrary kernel.
Applications:Removing small parts of a particular shape without making the region thinner.
Syntax
C++
C#
Python
def OpenRegion_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 |


