MATLAB File Help: cv.isContourConvex | Index |
Tests a contour convexity
status = cv.isContourConvex(contour)
{[x,y], ...}
).The function tests whether the input contour is convex or not. The contour must be simple, that is, without self-intersections. Otherwise, the function output is undefined.