OpenCV  3.0.0
Open Source Computer Vision
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Public Attributes | List of all members
CvConvexityDefect Struct Reference

#include "types_c.h"

Public Attributes

float depth
 
CvPointdepth_point
 
CvPointend
 
CvPointstart
 

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: