Searched refs:cvGraphRemoveEdgeByPtr (Results 1 – 3 of 3) sorted by relevance
/external/opencv/cvaux/src/ |
D | enmin.cpp | 644 cvGraphRemoveEdgeByPtr( hlpGraph, 663 cvGraphRemoveEdgeByPtr( hlpGraph, 765 cvGraphRemoveEdgeByPtr( hlpGraph, 853 cvGraphRemoveEdgeByPtr( hlpGraph,
|
/external/opencv/cxcore/src/ |
D | cxdatastructs.cpp | 2982 cvGraphRemoveEdgeByPtr( graph, edge->vtx[0], edge->vtx[1] ); in cvGraphRemoveVtxByPtr() 3019 cvGraphRemoveEdgeByPtr( graph, edge->vtx[0], edge->vtx[1] ); in cvGraphRemoveVtx() 3204 cvGraphRemoveEdgeByPtr( CvGraph* graph, CvGraphVtx* start_vtx, CvGraphVtx* end_vtx ) in cvGraphRemoveEdgeByPtr() function 3284 cvGraphRemoveEdgeByPtr( graph, start_vtx, end_vtx ); in cvGraphRemoveEdge()
|
/external/opencv/cxcore/include/ |
D | cxcore.h | 1186 CVAPI(void) cvGraphRemoveEdgeByPtr( CvGraph* graph, CvGraphVtx* start_vtx,
|