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