Searched defs:cvGraphRemoveEdgeByPtr (Results 1 - 1 of 1) 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 );

Completed in 29 milliseconds