Class: OpenCV::CvContourTree
- Inherits:
-
Object
- Object
- OpenCV::CvContourTree
- Defined in:
- ext/opencv/cvcontourtree.cpp
Overview
Contour tree. CvContour#create_tree
C structure is here. typedef struct CvContourTree { CV_SEQUENCE_FIELDS() CvPoint p1; CvPoint p2; } CvContourTree;