Home
last modified time | relevance | path

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

/external/opencv/cxcore/include/
Dcxcore.h1215 #define cvGraphGetVtxCount( graph ) ((graph)->active_count) macro
/external/opencv/cxcore/src/
Dcxpersistence.cpp4503 vtx_count = cvGraphGetVtxCount( graph ); in icvWriteGraph()