Searched refs:edge_count (Results 1 – 1 of 1) sorted by relevance
/external/opencv/cxcore/src/ |
D | cxpersistence.cpp | 4497 int i, k, vtx_count, edge_count; in icvWriteGraph() local 4504 edge_count = cvGraphGetEdgeCount( graph ); in icvWriteGraph() 4532 cvWriteInt( fs, "edge_count", edge_count ); in icvWriteGraph() 4640 int flags, vtx_count, edge_count; in icvReadGraph() local 4658 edge_count = cvReadIntByName( fs, node, "edge_count", -1 ); in icvReadGraph() 4660 if( !flags_str || vtx_count == -1 || edge_count == -1 || !edge_dt ) in icvReadGraph() 4747 int elem_count = k == 0 ? vtx_count : edge_count; in icvReadGraph()
|