Class: OpenCV::CvContourTree

Inherits:
Object
  • Object
show all
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;