| 
    OpenCV453
    
   | 
 
#include <types_c.h>
公開変数類 | |
| double | area | 
| CvScalar | value | 
| CvRect | rect | 
| CvSeq * | contour | 
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