Home
last modified time | relevance | path

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

/external/opencv/cxcore/include/
Dcxcore.h1216 #define cvGraphGetEdgeCount( graph ) ((graph)->edges->active_count) macro
/external/opencv/cxcore/src/
Dcxpersistence.cpp4504 edge_count = cvGraphGetEdgeCount( graph ); in icvWriteGraph()