Home
last modified time | relevance | path

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

/dports/graphics/opencv/opencv-4.5.3/modules/core/test/
H A Dtest_ds.cpp1570 vtx_degree = cvGraphVtxDegreeByPtr( graph, vtx ); in test_graph_ops()
1652 v_prev_degree[0] = cvGraphVtxDegreeByPtr( graph, vtx ); in test_graph_ops()
1653 v_prev_degree[1] = cvGraphVtxDegreeByPtr( graph, vtx2 ); in test_graph_ops()
1655 v_degree[0] = cvGraphVtxDegreeByPtr( graph, vtx ); in test_graph_ops()
1656 v_degree[1] = cvGraphVtxDegreeByPtr( graph, vtx2 ); in test_graph_ops()
1736 v_prev_degree[0] = cvGraphVtxDegreeByPtr( graph, vtx ); in test_graph_ops()
1737 v_prev_degree[1] = cvGraphVtxDegreeByPtr( graph, vtx2 ); in test_graph_ops()
1758 v_degree[0] = cvGraphVtxDegreeByPtr( graph, vtx ); in test_graph_ops()
1759 v_degree[1] = cvGraphVtxDegreeByPtr( graph, vtx2 ); in test_graph_ops()
/dports/graphics/opencv/opencv-4.5.3/modules/core/include/opencv2/core/
H A Dcore_c.h1824 CVAPI(int) cvGraphVtxDegreeByPtr( const CvGraph* graph, const CvGraphVtx* vtx );
/dports/graphics/opencv/opencv-4.5.3/modules/core/src/
H A Ddatastructs.cpp2918 cvGraphVtxDegreeByPtr( const CvGraph* graph, const CvGraphVtx* vertex ) in cvGraphVtxDegreeByPtr() function