Convex hull measurement function
#include "dip_chaincode.h"
dip_Error dip_ConvexHullGetPerimeter ( polygon, length )
ConvexHullGetPerimeter is the function used by Measure for the FeatureConvexPerimeter measurement.
Data type | Name | Description |
dip_Polygon | polygon | Input convex polygon |
dip_float* | length | Output measurement |
ChainCodeConvexHull, ConvexHullGetArea, ConvexHullGetFeret, ChainCodeGetLength