#include <types_c.h>
Public Attributes | |
CvPoint * | start |
CvPoint * | end |
CvPoint * | depth_point |
float | depth |
Convexity defect
float CvConvexityDefect::depth |
distance between the farthest point and the convex hull
CvPoint* CvConvexityDefect::depth_point |
the farthest from the convex hull point within the defect
CvPoint* CvConvexityDefect::end |
point of the contour where the defect ends
CvPoint* CvConvexityDefect::start |
point of the contour where the defect begins