Home
last modified time | relevance | path

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

/external/opencv/cxcore/src/
Dcxpersistence.cpp4633 CvGraphVtx** vtx_buf = 0; in icvReadGraph() local
4730 CV_CALL( vtx_buf = (CvGraphVtx**)cvAlloc( vtx_count * sizeof(vtx_buf[0]) )); in icvReadGraph()
4767 vtx_buf[i] = vtx; in icvReadGraph()
4784 vtx_buf[vtx1], vtx_buf[vtx2], 0, &edge )); in icvReadGraph()
4808 cvFree( &vtx_buf ); in icvReadGraph()