OpenCV  3.2.0-dev
Open Source Computer Vision
CvConnectedComp Struct Reference

Connected component structure. More...

#include "types_c.h"

Collaboration diagram for CvConnectedComp:

Public Attributes

double area
 area of the connected component More...
 
CvSeqcontour
 optional component boundary (the contour might have child contours corresponding to the holes) More...
 
CvRect rect
 ROI of the component. More...
 
CvScalar value
 average color of the connected component More...
 

Detailed Description

Connected component structure.

Member Data Documentation

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


The documentation for this struct was generated from the following file: