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
Input value inRegion Region Input region
Input value inKernel Region Kernel shape (any)
Output value outRegion Region Output region