Start » Filter Reference » Region » Region Features » RegionContours
Module: | FoundationBasic |
---|
Computes an array of closed paths corresponding to the contours of the input region.
Name | Type | Description | |
---|---|---|---|
inRegion | Region | Input region | |
inContourMode | RegionContourMode | ||
inRegionConnectivity | RegionConnectivity | Region connectivity semantics | |
outContours | PathArray |
Description
The operation forms an array of paths that, depending on the value of the inContourMode parameter:
- Pass through the centers of boundary pixels of the region, if inContourMode is set to PixelCenters
- Run along the edges of boundary pixels of the region, if inContourMode is set to PixelEdges
To compute the approximation of the region perimeter length, one can use RegionPerimeterLength filter.
Examples
Description of usage of this filter can be found in examples and tutorial: Capsules, Rubber Ring, Rubber Ring (Simple).
Complexity Level
This filter is available on Advanced Complexity Level.
See Also
- RegionBoundaries – Removes interior pixels from a region.
- RegionPerimeterLength – Computes the length of the input region perimeter.