HomeSort by relevance Sort by last modified time
    Searched refs:CvContourTree (Results 1 - 4 of 4) sorted by null

  /external/opencv/cv/include/
cvtypes.h 116 typedef struct CvContourTree
122 CvContourTree;
cv.h 762 CVAPI(CvContourTree*) cvCreateContourTree( const CvSeq* contour,
    [all...]
  /external/opencv/cv/src/
cvmatchcontours.cpp 223 cvMatchContourTrees( const CvContourTree* tree1, const CvContourTree* tree2,
cvcontourtree.cpp 69 CvContourTree ** tree, double threshold )
121 hearder_size = sizeof( CvContourTree );
647 CV_IMPL CvContourTree*
650 CvContourTree* tree = 0;
677 cvContourFromContourTree( const CvContourTree* tree,

Completed in 428 milliseconds