Home
last modified time | relevance | path

Searched refs:CV_IS_GRAPH_ORIENTED (Results 1 – 2 of 2) sorted by relevance

/external/opencv/cxcore/src/
Dcxdatastructs.cpp3049 if( !CV_IS_GRAPH_ORIENTED( graph ) && in cvFindGraphEdgeByPtr()
3119 if( !CV_IS_GRAPH_ORIENTED( graph ) && in cvGraphAddEdgeByPtr()
3219 if( !CV_IS_GRAPH_ORIENTED( graph ) && in cvGraphRemoveEdgeByPtr()
3565 if( !CV_IS_GRAPH_ORIENTED( scanner->graph ) || dst != edge->vtx[0] ) in cvNextGraphItem()
/external/opencv/cxcore/include/
Dcxtypes.h1473 #define CV_IS_GRAPH_ORIENTED( seq ) \ macro