opencv on mbed

Dependencies:   mbed

Embed: (wiki syntax)

« Back to documentation index

CvConvexityDefect Struct Reference

CvConvexityDefect Struct Reference
[C API]

Convexity defect. More...

#include <types_c.h>

Data Fields

CvPoint * start
 point of the contour where the defect begins
CvPoint * end
 point of the contour where the defect ends
CvPoint * depth_point
 the farthest from the convex hull point within the defect
float depth
 distance between the farthest point and the convex hull

Detailed Description

Convexity defect.

Definition at line 518 of file imgproc/types_c.h.


Field Documentation

float depth

distance between the farthest point and the convex hull

Definition at line 523 of file imgproc/types_c.h.

CvPoint* depth_point

the farthest from the convex hull point within the defect

Definition at line 522 of file imgproc/types_c.h.

CvPoint* end

point of the contour where the defect ends

Definition at line 521 of file imgproc/types_c.h.

CvPoint* start

point of the contour where the defect begins

Definition at line 520 of file imgproc/types_c.h.