Home
last modified time | relevance | path

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

/external/opencv/cvaux/src/
Denmin.cpp644 cvGraphRemoveEdgeByPtr( hlpGraph,
663 cvGraphRemoveEdgeByPtr( hlpGraph,
765 cvGraphRemoveEdgeByPtr( hlpGraph,
853 cvGraphRemoveEdgeByPtr( hlpGraph,
/external/opencv3/modules/core/src/
Ddatastructs.cpp2651 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/
Dcxdatastructs.cpp2982 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/
Dcxcore.h1186 CVAPI(void) cvGraphRemoveEdgeByPtr( CvGraph* graph, CvGraphVtx* start_vtx,
/external/opencv3/modules/core/include/opencv2/core/
Dcore_c.h1807 CVAPI(void) cvGraphRemoveEdgeByPtr( CvGraph* graph, CvGraphVtx* start_vtx,
/external/opencv3/modules/core/test/
Dtest_ds.cpp1740 cvGraphRemoveEdgeByPtr( graph, vtx, vtx2 ); in test_graph_ops()