OpenCV
3.4.9
Open Source Computer Vision
|
#include <opencv2/imgproc/types_c.h>
Public Attributes | |
double | area |
CvSeq * | contour |
CvRect | rect |
CvScalar | value |
Connected component structure
double CvConnectedComp::area |
area of the connected component
CvSeq* CvConnectedComp::contour |
optional component boundary (the contour might have child contours corresponding to the holes)
CvRect CvConnectedComp::rect |
ROI of the component
CvScalar CvConnectedComp::value |
average color of the connected component