Home
last modified time | relevance | path

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

/external/opencv/cxcore/include/
Dcxcore.h1215 #define cvGraphGetVtxCount( graph ) ((graph)->active_count) macro
/external/opencv3/modules/core/include/opencv2/core/
Dcore_c.h1836 #define cvGraphGetVtxCount( graph ) ((graph)->active_count) macro
/external/opencv/cxcore/src/
Dcxpersistence.cpp4503 vtx_count = cvGraphGetVtxCount( graph ); in icvWriteGraph()
/external/opencv3/modules/core/src/
Dpersistence.cpp4438 vtx_count = cvGraphGetVtxCount( graph ); in icvWriteGraph()