Home
last modified time | relevance | path

Searched refs:CV_IS_GRAPH_VERTEX_VISITED (Results 1 – 4 of 4) sorted by relevance

/external/opencv3/modules/core/src/
Ddatastructs.cpp3111 if( dst && !CV_IS_GRAPH_VERTEX_VISITED(dst) ) in cvNextGraphItem()
3138 if( !CV_IS_GRAPH_VERTEX_VISITED(dst) ) in cvNextGraphItem()
/external/opencv/cxcore/src/
Dcxdatastructs.cpp3542 if( dst && !CV_IS_GRAPH_VERTEX_VISITED(dst) ) in cvNextGraphItem()
3569 if( !CV_IS_GRAPH_VERTEX_VISITED(dst) ) in cvNextGraphItem()
/external/opencv/cxcore/include/
Dcxcore.h1232 #define CV_IS_GRAPH_VERTEX_VISITED(vtx) \ macro
/external/opencv3/modules/core/include/opencv2/core/
Dcore_c.h1853 #define CV_IS_GRAPH_VERTEX_VISITED(vtx) \ macro