Start » Filter Reference » Region » Region Features » RegionHoles_Elastic
Module: | FoundationBasic |
---|
Fills a ridges region with convex basins.
Name | Type | Description | |
---|---|---|---|
inRegion | Region | Input region | |
inRoi | Region* | Range of pixels to be processed | |
inDistanceThreshold | Integer | ||
outBasins | RegionArray |
Description
This filter fills a regions holes with convex basins based on a flooding algorithm.
The parameter inDistanceThreshold can be used to ignore smaller holes of the input region.
Examples
Complexity Level
This filter is available on Expert Complexity Level.
See Also
- SegmentImage_Watersheds – Computes dark or bright watershed basins of an image.