Home
last modified time | relevance | path

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

/external/opencv/cxcore/src/
Dcxdatastructs.cpp3590 if( scanner->mask & (CV_GRAPH_BACK_EDGE| in cvNextGraphItem()
3595 CV_GRAPH_BACK_EDGE : in cvNextGraphItem()
/external/opencv3/modules/core/src/
Ddatastructs.cpp3159 if( scanner->mask & (CV_GRAPH_BACK_EDGE| in cvNextGraphItem()
3164 CV_GRAPH_BACK_EDGE : in cvNextGraphItem()
/external/opencv/cxcore/include/
Dcxcore.h1220 #define CV_GRAPH_BACK_EDGE 4 macro
/external/opencv3/modules/core/include/opencv2/core/
Dcore_c.h1841 #define CV_GRAPH_BACK_EDGE 4 macro
/external/opencv3/modules/core/test/
Dtest_ds.cpp1989 case CV_GRAPH_BACK_EDGE: in run()