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

/external/opencv/cxcore/src/
H A Dcxdatastructs.cpp3102 cvGraphAddEdgeByPtr( CvGraph* graph, function
3110 CV_FUNCNAME( "cvGraphAddEdgeByPtr" );
3194 result = cvGraphAddEdgeByPtr( graph, start_vtx, end_vtx, _edge, _inserted_edge );
3738 CV_CALL( cvGraphAddEdgeByPtr( result, new_org, new_dst, edge, &dstedge ));

Completed in 40 milliseconds