OpenCV  3.2.0-dev
Open Source Computer Vision
CvConvexityDefect Struct Reference

Convexity defect. More...

#include "types_c.h"

Collaboration diagram for CvConvexityDefect:

Public Attributes

float depth
 distance between the farthest point and the convex hull More...
 
CvPointdepth_point
 the farthest from the convex hull point within the defect More...
 
CvPointend
 point of the contour where the defect ends More...
 
CvPointstart
 point of the contour where the defect begins More...
 

Detailed Description

Convexity defect.

Member Data Documentation

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


The documentation for this struct was generated from the following file: