Home
last modified time | relevance | path

Searched refs:CV_GRAPH_NEW_TREE (Results 1 – 5 of 5) sorted by relevance

/external/opencv/cxcore/src/
Dcxdatastructs.cpp3662 if( scanner->mask & CV_GRAPH_NEW_TREE ) in cvNextGraphItem()
3667 code = CV_GRAPH_NEW_TREE; in cvNextGraphItem()
/external/opencv3/modules/core/src/
Ddatastructs.cpp3231 if( scanner->mask & CV_GRAPH_NEW_TREE ) in cvNextGraphItem()
3236 code = CV_GRAPH_NEW_TREE; in cvNextGraphItem()
/external/opencv/cxcore/include/
Dcxcore.h1224 #define CV_GRAPH_NEW_TREE 32 macro
/external/opencv3/modules/core/include/opencv2/core/
Dcore_c.h1845 #define CV_GRAPH_NEW_TREE 32 macro
/external/opencv3/modules/core/test/
Dtest_ds.cpp2017 case CV_GRAPH_NEW_TREE: in run()