Home
last modified time | relevance | path

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

/dports/graphics/opencv/opencv-4.5.3/modules/core/src/
H A Ddatastructs.cpp3154 if( scanner->mask & CV_GRAPH_TREE_EDGE ) in cvNextGraphItem()
3156 code = CV_GRAPH_TREE_EDGE; in cvNextGraphItem()
/dports/graphics/opencv/opencv-4.5.3/modules/core/include/opencv2/core/
H A Dcore_c.h1840 #define CV_GRAPH_TREE_EDGE 2 macro
/dports/graphics/opencv/opencv-4.5.3/modules/core/test/
H A Dtest_ds.cpp1997 case CV_GRAPH_TREE_EDGE: in run()