struct CvConvexityDefect

Overview

Convexity defect Moreā€¦

#include <types_c.h>

struct CvConvexityDefect
{
    // fields

    float depth;
    CvPoint* depth_point;
    CvPoint* end;
    CvPoint* start;
};

Detailed Documentation

Convexity defect

Fields

float depth

distance between the farthest point and the convex hull

CvPoint* depth_point

the farthest from the convex hull point within the defect

CvPoint* end

point of the contour where the defect ends

CvPoint* start

point of the contour where the defect begins