Searched defs:cvGraphRemoveEdgeByPtr (Results 1 - 2 of 2) sorted by relevance

/external/opencv/cxcore/src/
H A Dcxdatastructs.cpp2982 cvGraphRemoveEdgeByPtr( graph, edge->vtx[0], edge->vtx[1] );
3019 cvGraphRemoveEdgeByPtr( graph, edge->vtx[0], edge->vtx[1] );
3204 cvGraphRemoveEdgeByPtr( CvGraph* graph, CvGraphVtx* start_vtx, CvGraphVtx* end_vtx ) function
3206 CV_FUNCNAME( "cvGraphRemoveEdgeByPtr" );
3284 cvGraphRemoveEdgeByPtr( graph, start_vtx, end_vtx );
/external/opencv3/modules/core/src/
H A Ddatastructs.cpp2651 cvGraphRemoveEdgeByPtr( graph, edge->vtx[0], edge->vtx[1] );
2682 cvGraphRemoveEdgeByPtr( graph, edge->vtx[0], edge->vtx[1] );
2835 cvGraphRemoveEdgeByPtr( CvGraph* graph, CvGraphVtx* start_vtx, CvGraphVtx* end_vtx ) function
2905 cvGraphRemoveEdgeByPtr( graph, start_vtx, end_vtx );

Completed in 162 milliseconds