Home
last modified time | relevance | path

Searched refs:CvContourTree (Results 1 – 4 of 4) sorted by relevance

/external/opencv/cv/include/
Dcvtypes.h116 typedef struct CvContourTree struct
122 CvContourTree; argument
Dcv.h762 CVAPI(CvContourTree*) cvCreateContourTree( const CvSeq* contour, in LOAD_CHDL()
767 CVAPI(CvSeq*) cvContourFromContourTree( const CvContourTree* tree, in LOAD_CHDL()
774 CVAPI(double) cvMatchContourTrees( const CvContourTree* tree1, in LOAD_CHDL()
775 const CvContourTree* tree2, in LOAD_CHDL()
/external/opencv/cv/src/
Dcvcontourtree.cpp69 CvContourTree ** tree, double threshold ) in icvCreateContourTree()
121 hearder_size = sizeof( CvContourTree ); in icvCreateContourTree()
647 CV_IMPL CvContourTree*
650 CvContourTree* tree = 0; in cvCreateContourTree()
677 cvContourFromContourTree( const CvContourTree* tree, in cvContourFromContourTree()
Dcvmatchcontours.cpp223 cvMatchContourTrees( const CvContourTree* tree1, const CvContourTree* tree2, in cvMatchContourTrees()