Searched refs:cvGetGraphVtx (Results 1 – 4 of 4) sorted by relevance
/external/opencv/cvaux/src/ |
D | enmin.cpp | 229 vtxPtr = cvGetGraphVtx( graph, i ); 240 CvGraphVtx* tempVtxPtr = cvGetGraphVtx( graph, i - 1 ); 261 CvGraphVtx* tempVtxPtr = cvGetGraphVtx( graph, i + 1 ); 295 CvGraphVtx* tempVtxPtr = cvGetGraphVtx( graph, i - 1 ); 306 CvGraphVtx* tempVtxPtr = cvGetGraphVtx( graph, i + 1 ); 402 CvGraphVtx* graphVtx = cvGetGraphVtx( graph, u ); 499 CvGraphVtx* hlpGraphVtxTemp = cvGetGraphVtx( hlpGraph, i ); 552 CvGraphVtx* hlpGraphVtx = cvGetGraphVtx( hlpGraph, v ); 576 CvGraphVtx* hlpGraphVtx = cvGetGraphVtx( hlpGraph, v ); 621 CvGraphVtx* hlpGraphVtx = cvGetGraphVtx( hlpGraph, v ); [all …]
|
D | cvclique.cpp | 97 CvGraphVtx* ver = cvGetGraphVtx( graph, i ); 115 CvGraphVtx* ver = cvGetGraphVtx( graph, i ); 145 CvGraphWeightedVtx* ver = (CvGraphWeightedVtx*)cvGetGraphVtx( graph, i ); 167 CvGraphVtx* ver1 = cvGetGraphVtx( graph, i ); 171 CvGraphVtx* ver2 = cvGetGraphVtx( graph, j );
|
/external/opencv/cxcore/src/ |
D | cxdatastructs.cpp | 3007 vtx = cvGetGraphVtx( graph, index ); in cvGraphRemoveVtx() 3086 start_vtx = cvGetGraphVtx( graph, start_idx ); in cvFindGraphEdge() 3087 end_vtx = cvGetGraphVtx( graph, end_idx ); in cvFindGraphEdge() 3191 start_vtx = cvGetGraphVtx( graph, start_idx ); in cvGraphAddEdge() 3192 end_vtx = cvGetGraphVtx( graph, end_idx ); in cvGraphAddEdge() 3281 start_vtx = cvGetGraphVtx( graph, start_idx ); in cvGraphRemoveEdge() 3282 end_vtx = cvGetGraphVtx( graph, end_idx ); in cvGraphRemoveEdge() 3331 vertex = cvGetGraphVtx( graph, vtx_idx ); in cvGraphVtxDegree()
|
/external/opencv/cxcore/include/ |
D | cxcore.h | 1207 #define cvGetGraphVtx( graph, idx ) (CvGraphVtx*)cvGetSetElem((CvSet*)(graph), (idx)) macro
|