Home
last modified time | relevance | path

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

/dports/graphics/opencv/opencv-4.5.3/modules/core/test/
H A Dtest_ds.cpp1532 idx = cvGraphAddVtx( graph, pass_data ? vtx : 0, &vtx2 ); in test_graph_ops()
1904 cvGraphAddVtx( graph ); in create_random_graph()
1972 cvGraphAddVtx( graph ); in run()
/dports/graphics/opencv/opencv-4.5.3/modules/core/src/
H A Ddatastructs.cpp2616 cvGraphAddVtx( CvGraph* graph, const CvGraphVtx* _vertex, CvGraphVtx** _inserted_vertex ) in cvGraphAddVtx() function
3290 cvGraphAddVtx( result, vtx, &dstvtx ); in cvCloneGraph()
/dports/graphics/opencv/opencv-4.5.3/modules/core/include/opencv2/core/
H A Dcore_c.h1782 CVAPI(int) cvGraphAddVtx( CvGraph* graph, const CvGraphVtx* vtx CV_DEFAULT(NULL),