Searched refs:cvGraphRemoveEdgeByPtr (Results 1 – 6 of 6) sorted by relevance
/external/opencv/cvaux/src/ |
D | enmin.cpp | 644 cvGraphRemoveEdgeByPtr( hlpGraph, 663 cvGraphRemoveEdgeByPtr( hlpGraph, 765 cvGraphRemoveEdgeByPtr( hlpGraph, 853 cvGraphRemoveEdgeByPtr( hlpGraph,
|
/external/opencv3/modules/core/src/ |
D | datastructs.cpp | 2651 cvGraphRemoveEdgeByPtr( graph, edge->vtx[0], edge->vtx[1] ); in cvGraphRemoveVtxByPtr() 2682 cvGraphRemoveEdgeByPtr( graph, edge->vtx[0], edge->vtx[1] ); in cvGraphRemoveVtx() 2835 cvGraphRemoveEdgeByPtr( CvGraph* graph, CvGraphVtx* start_vtx, CvGraphVtx* end_vtx ) in cvGraphRemoveEdgeByPtr() function 2905 cvGraphRemoveEdgeByPtr( graph, start_vtx, end_vtx ); in cvGraphRemoveEdge()
|
/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,
|
/external/opencv3/modules/core/include/opencv2/core/ |
D | core_c.h | 1807 CVAPI(void) cvGraphRemoveEdgeByPtr( CvGraph* graph, CvGraphVtx* start_vtx,
|
/external/opencv3/modules/core/test/ |
D | test_ds.cpp | 1740 cvGraphRemoveEdgeByPtr( graph, vtx, vtx2 ); in test_graph_ops()
|