Searched refs:vtx_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
4503 vtx_count = cvGraphGetVtxCount( graph );
4505 CV_CALL( flag_buf = (int*)cvAlloc( vtx_count*sizeof(flag_buf[0])));
4526 cvWriteInt( fs, "vertex_count", vtx_count );
4613 vtx_count = 0;
4617 ((CvGraphVtx*)reader.ptr)->flags = flag_buf[vtx_count++];
4640 int flags, vtx_count, edge_count; local
4657 vtx_count = cvReadIntByName( fs, node, "vertex_count", -1 );
4660 if( !flags_str || vtx_count == -1 || edge_count == -1 || !edge_dt )
4730 CV_CALL( vtx_buf = (CvGraphVtx**)cvAlloc( vtx_count * sizeo
[all...]

Completed in 35 milliseconds