Home
last modified time | relevance | path

Searched refs:cvGraphAddEdgeByPtr (Results 1 – 3 of 3) sorted by relevance

/dports/graphics/opencv/opencv-4.5.3/modules/core/src/
H A Ddatastructs.cpp2754 cvGraphAddEdgeByPtr( CvGraph* graph, in cvGraphAddEdgeByPtr() function
2836 return cvGraphAddEdgeByPtr( graph, start_vtx, end_vtx, _edge, _inserted_edge ); in cvGraphAddEdge()
3308 cvGraphAddEdgeByPtr( result, new_org, new_dst, edge, &dstedge ); in cvCloneGraph()
/dports/graphics/opencv/opencv-4.5.3/modules/core/include/opencv2/core/
H A Dcore_c.h1800 CVAPI(int) cvGraphAddEdgeByPtr( CvGraph* graph,
/dports/graphics/opencv/opencv-4.5.3/modules/core/test/
H A Dtest_ds.cpp1654 res = cvGraphAddEdgeByPtr(graph, vtx, vtx2, pass_data ? edge : 0, &edge2); in test_graph_ops()