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

/external/opencv/cvaux/src/
H A Denmin.cpp644 cvGraphRemoveEdgeByPtr( hlpGraph,
663 cvGraphRemoveEdgeByPtr( hlpGraph,
765 cvGraphRemoveEdgeByPtr( hlpGraph,
853 cvGraphRemoveEdgeByPtr( hlpGraph,
/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/opencv/cxcore/include/
H A Dcxcore.h1186 CVAPI(void) cvGraphRemoveEdgeByPtr( CvGraph* graph, CvGraphVtx* start_vtx,

Completed in 148 milliseconds