coo_chull(coo)
matrix
of (x; y) coordinates.matrix
of ids defining the convex hull of the shape.coo_area
,
coo_boundingbox
,
coo_circularityharalick
,
coo_circularitynorm
,
coo_circularity
,
coo_convexity
,
coo_eccentricityboundingbox
,
coo_eccentricityeigen
,
coo_elongation
, coo_length
,
coo_lw
, coo_rectangularity
,
coo_rectilinearity
,
coo_solidity
, coo_tangle
,
coo_theta3
, coo_thetapts
,
coo_width
data(hearts)
h <- coo_sample(hearts[4], 32)
coo_plot(h)
ch <- coo_chull(h)
lines(ch, col='red', lty=2)
Run the code above in your browser using DataLab