Searched refs:edge_count (Results 1 - 1 of 1) sorted by relevance

/external/opencv/cxcore/src/
H A Dcxpersistence.cpp4497 int i, k, vtx_count, edge_count; local
4504 edge_count = cvGraphGetEdgeCount( graph );
4532 cvWriteInt( fs, "edge_count", edge_count );
4640 int flags, vtx_count, edge_count; local
4658 edge_count = cvReadIntByName( fs, node, "edge_count", -1 );
4660 if( !flags_str || vtx_count == -1 || edge_count == -1 || !edge_dt )
4747 int elem_count = k == 0 ? vtx_count : edge_count;

Completed in 57 milliseconds