Searched refs:cvGraphRemoveEdge (Results 1 - 2 of 2) sorted by relevance

/external/opencv/cxcore/include/
H A Dcxcore.h1185 CVAPI(void) cvGraphRemoveEdge( CvGraph* graph, int start_idx, int end_idx );
/external/opencv/cxcore/src/
H A Dcxdatastructs.cpp3269 cvGraphRemoveEdge( CvGraph* graph, int start_idx, int end_idx ) function
3274 CV_FUNCNAME( "cvGraphRemoveEdge" );

Completed in 1379 milliseconds