DIPlib Documentation - ©1995-2017 Quantitative Imaging Group, Delft University of Technology.

ConvexHullGetPerimeter

Convex hull measurement function

SYNOPSIS

#include "dip_chaincode.h"

dip_Error dip_ConvexHullGetPerimeter ( polygon, length )

FUNCTION

ConvexHullGetPerimeter is the function used by Measure for the FeatureConvexPerimeter measurement.

ARGUMENTS

Data typeNameDescription
dip_PolygonpolygonInput convex polygon
dip_float*lengthOutput measurement

SEE ALSO

ChainCodeConvexHull, ConvexHullGetArea, ConvexHullGetFeret, ChainCodeGetLength