Home
last modified time | relevance | path

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

/external/opencv/cxcore/include/
Dcxtypes.h1470 #define CV_IS_GRAPH( seq ) \ macro
/external/opencv/cxcore/src/
Dcxpersistence.cpp4457 return CV_IS_GRAPH(ptr); in icvIsGraph()
4502 assert( CV_IS_GRAPH(graph) ); in icvWriteGraph()
Dcxdatastructs.cpp3693 if( !CV_IS_GRAPH(graph)) in cvCloneGraph()