OpenCV  3.4.0
Open Source Computer Vision
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

§ depth

float CvConvexityDefect::depth

distance between the farthest point and the convex hull

§ depth_point

CvPoint* CvConvexityDefect::depth_point

the farthest from the convex hull point within the defect

§ end

CvPoint* CvConvexityDefect::end

point of the contour where the defect ends

§ start

CvPoint* CvConvexityDefect::start

point of the contour where the defect begins


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