Home
last modified time | relevance | path

Searched refs:CV_IS_SEQ_POLYGON_TREE (Results 1 – 3 of 3) sorted by relevance

/external/opencv/cv/src/
Dcvmatchcontours.cpp247 if( !CV_IS_SEQ_POLYGON_TREE( tree1 )) in cvMatchContourTrees()
250 if( !CV_IS_SEQ_POLYGON_TREE( tree2 )) in cvMatchContourTrees()
Dcvcontourtree.cpp706 if( !CV_IS_SEQ_POLYGON_TREE( tree )) in cvContourFromContourTree()
/external/opencv/cxcore/include/
Dcxtypes.h1466 #define CV_IS_SEQ_POLYGON_TREE( seq ) \ macro