Home
last modified time | relevance | path

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

/external/opencv3/modules/core/src/
Ddatastructs.cpp3147 if( scanner->mask & CV_GRAPH_TREE_EDGE ) in cvNextGraphItem()
3149 code = CV_GRAPH_TREE_EDGE; in cvNextGraphItem()
/external/opencv/cxcore/src/
Dcxdatastructs.cpp3578 if( scanner->mask & CV_GRAPH_TREE_EDGE ) in cvNextGraphItem()
3580 code = CV_GRAPH_TREE_EDGE; in cvNextGraphItem()
/external/opencv/cxcore/include/
Dcxcore.h1219 #define CV_GRAPH_TREE_EDGE 2 macro
/external/opencv3/modules/core/include/opencv2/core/
Dcore_c.h1840 #define CV_GRAPH_TREE_EDGE 2 macro
/external/opencv3/modules/core/test/
Dtest_ds.cpp1981 case CV_GRAPH_TREE_EDGE: in run()