Home
last modified time | relevance | path

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

/external/opencv/cvaux/src/
Denmin.cpp644 cvGraphRemoveEdgeByPtr( hlpGraph,
663 cvGraphRemoveEdgeByPtr( hlpGraph,
765 cvGraphRemoveEdgeByPtr( hlpGraph,
853 cvGraphRemoveEdgeByPtr( hlpGraph,
/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,