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

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

Completed in 91 milliseconds