OpenCV  4.0.0-pre
Open Source Computer Vision
Looking for a C++ dev who knows OpenCV?
I'm looking for work. Hire me!
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

◆ 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: