Home
last modified time | relevance | path

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

/external/opencv/cxcore/include/
Dcxcore.h1216 #define cvGraphGetEdgeCount( graph ) ((graph)->edges->active_count) macro
/external/opencv3/modules/core/include/opencv2/core/
Dcore_c.h1837 #define cvGraphGetEdgeCount( graph ) ((graph)->edges->active_count) macro
/external/opencv/cxcore/src/
Dcxpersistence.cpp4504 edge_count = cvGraphGetEdgeCount( graph ); in icvWriteGraph()
/external/opencv3/modules/core/src/
Dpersistence.cpp4439 edge_count = cvGraphGetEdgeCount( graph ); in icvWriteGraph()