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

/external/opencv3/modules/core/test/
H A Dtest_ds.cpp1584 int v_prev_degree[2] = {0,0}, v_degree[2] = {0,0}; local
1639 v_degree[0] = cvGraphVtxDegreeByPtr( graph, vtx );
1640 v_degree[1] = cvGraphVtxDegreeByPtr( graph, vtx2 );
1647 v_degree[0] = cvGraphVtxDegree( graph, v_idx[0] );
1648 v_degree[1] = cvGraphVtxDegree( graph, v_idx[1] );
1665 CV_TS_SEQ_CHECK_CONDITION( v_degree[0] == v_prev_degree[0] + 1 &&
1666 v_degree[1] == v_prev_degree[1] + 1,
1679 int v_prev_degree[2] = {0,0}, v_degree[2] = {0,0}; local
1742 v_degree[0] = cvGraphVtxDegreeByPtr( graph, vtx );
1743 v_degree[
[all...]

Completed in 49 milliseconds