Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: RZ_A2M_Mbed_samples
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.
Generated on Tue Jul 12 2022 18:20:22 by
