Convex Hulls
The Convex Hulls operator finds the convex hull for the given set of points.
Configuration Parameters
Parameter |
Type |
Description |
---|---|---|
areaThreshold |
float |
Minimum area to be considered. |
Input
Input |
Type |
Description |
---|---|---|
contoursIn |
python27.image.contours | Set of points. |
Output
Output |
Type |
Description |
---|---|---|
contoursOut |
python27.image.contours | Convex hull. |