OpenCV  4.0.0-pre
Open Source Computer Vision
Looking for a C++ dev who knows OpenCV?
I'm looking for work. Hire me!
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

◆ area

double CvConnectedComp::area

area of the connected component

◆ contour

CvSeq* CvConnectedComp::contour

optional component boundary (the contour might have child contours corresponding to the holes)

◆ rect

CvRect CvConnectedComp::rect

ROI of the component.

◆ value

CvScalar CvConnectedComp::value

average color of the connected component


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