Home
last modified time | relevance | path

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

/external/opencv/cxcore/include/
Dcxtypes.h1470 #define CV_IS_GRAPH( seq ) \ macro
/external/opencv3/modules/core/include/opencv2/core/
Dtypes_c.h1501 #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()
/external/opencv3/modules/core/src/
Dpersistence.cpp4402 return CV_IS_GRAPH(ptr); in icvIsGraph()
4437 assert( CV_IS_GRAPH(graph) ); in icvWriteGraph()
Ddatastructs.cpp3256 if( !CV_IS_GRAPH(graph)) in cvCloneGraph()