RegionHoles_Elastic


Fills a ridges region with convex basins.

Syntax

C++
C#
Python
 
def RegionHoles_Elastic(
	inRegion: Region,
	/,
	*,
	inRoi: Region | None = None,
	inDistanceThreshold: int = 5
)
-> outBasins: list[Region]

Parameters

Name Type Default Description
Input value inRegion Region Input region
Input value inRoi Region | None None Range of pixels to be processed
Input value inDistanceThreshold int 5
Output value outBasins list[Region]