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
CvConnectedComp Struct Reference
[C API]
Connected component structure. More...
#include <types_c.h>
Data Fields | |
| double | area |
| area of the connected component | |
| CvScalar | value |
| average color of the connected component | |
| CvRect | rect |
| ROI of the component. | |
| CvSeq * | contour |
| optional component boundary (the contour might have child contours corresponding to the holes) | |
Detailed Description
Connected component structure.
Definition at line 57 of file imgproc/types_c.h.
Field Documentation
| double area |
area of the connected component
Definition at line 59 of file imgproc/types_c.h.
| CvSeq* contour |
optional component boundary (the contour might have child contours corresponding to the holes)
Definition at line 62 of file imgproc/types_c.h.
ROI of the component.
Definition at line 61 of file imgproc/types_c.h.
average color of the connected component
Definition at line 60 of file imgproc/types_c.h.
Generated on Tue Jul 12 2022 18:20:22 by
1.7.2