Home
last modified time | relevance | path

Searched refs:cvGetGraphVtx (Results 1 – 7 of 7) sorted by relevance

/external/opencv/cvaux/src/
Denmin.cpp229 vtxPtr = cvGetGraphVtx( graph, i );
240 CvGraphVtx* tempVtxPtr = cvGetGraphVtx( graph, i - 1 );
261 CvGraphVtx* tempVtxPtr = cvGetGraphVtx( graph, i + 1 );
295 CvGraphVtx* tempVtxPtr = cvGetGraphVtx( graph, i - 1 );
306 CvGraphVtx* tempVtxPtr = cvGetGraphVtx( graph, i + 1 );
402 CvGraphVtx* graphVtx = cvGetGraphVtx( graph, u );
499 CvGraphVtx* hlpGraphVtxTemp = cvGetGraphVtx( hlpGraph, i );
552 CvGraphVtx* hlpGraphVtx = cvGetGraphVtx( hlpGraph, v );
576 CvGraphVtx* hlpGraphVtx = cvGetGraphVtx( hlpGraph, v );
621 CvGraphVtx* hlpGraphVtx = cvGetGraphVtx( hlpGraph, v );
[all …]
Dcvclique.cpp97 CvGraphVtx* ver = cvGetGraphVtx( graph, i );
115 CvGraphVtx* ver = cvGetGraphVtx( graph, i );
145 CvGraphWeightedVtx* ver = (CvGraphWeightedVtx*)cvGetGraphVtx( graph, i );
167 CvGraphVtx* ver1 = cvGetGraphVtx( graph, i );
171 CvGraphVtx* ver2 = cvGetGraphVtx( graph, j );
/external/opencv3/modules/core/test/
Dtest_ds.cpp1521 vtx3 = cvGetGraphVtx( graph, idx ); in test_graph_ops()
1547 vtx = cvGetGraphVtx( graph, idx ); in test_graph_ops()
1568 CV_TS_SEQ_CHECK_CONDITION( !CV_IS_SET_ELEM(vtx) && !cvGetGraphVtx(graph, idx) && in test_graph_ops()
1629 vtx = cvGetGraphVtx( graph, v_idx[0] ); in test_graph_ops()
1630 vtx2 = cvGetGraphVtx( graph, v_idx[1] ); in test_graph_ops()
1712 vtx = cvGetGraphVtx( graph, v_idx[0] ); in test_graph_ops()
1713 vtx2 = cvGetGraphVtx( graph, v_idx[1] ); in test_graph_ops()
2058 cvGetGraphVtx( graph, cvtest::randInt(rng) % graph->active_count ); in run()
/external/opencv3/modules/core/src/
Ddatastructs.cpp2670 vtx = cvGetGraphVtx( graph, index ); in cvGraphRemoveVtx()
2735 start_vtx = cvGetGraphVtx( graph, start_idx ); in cvFindGraphEdge()
2736 end_vtx = cvGetGraphVtx( graph, end_idx ); in cvFindGraphEdge()
2826 start_vtx = cvGetGraphVtx( graph, start_idx ); in cvGraphAddEdge()
2827 end_vtx = cvGetGraphVtx( graph, end_idx ); in cvGraphAddEdge()
2902 start_vtx = cvGetGraphVtx( graph, start_idx ); in cvGraphRemoveEdge()
2903 end_vtx = cvGetGraphVtx( graph, end_idx ); in cvGraphRemoveEdge()
2940 vertex = cvGetGraphVtx( graph, vtx_idx ); in cvGraphVtxDegree()
/external/opencv/cxcore/src/
Dcxdatastructs.cpp3007 vtx = cvGetGraphVtx( graph, index ); in cvGraphRemoveVtx()
3086 start_vtx = cvGetGraphVtx( graph, start_idx ); in cvFindGraphEdge()
3087 end_vtx = cvGetGraphVtx( graph, end_idx ); in cvFindGraphEdge()
3191 start_vtx = cvGetGraphVtx( graph, start_idx ); in cvGraphAddEdge()
3192 end_vtx = cvGetGraphVtx( graph, end_idx ); in cvGraphAddEdge()
3281 start_vtx = cvGetGraphVtx( graph, start_idx ); in cvGraphRemoveEdge()
3282 end_vtx = cvGetGraphVtx( graph, end_idx ); in cvGraphRemoveEdge()
3331 vertex = cvGetGraphVtx( graph, vtx_idx ); in cvGraphVtxDegree()
/external/opencv/cxcore/include/
Dcxcore.h1207 #define cvGetGraphVtx( graph, idx ) (CvGraphVtx*)cvGetSetElem((CvSet*)(graph), (idx)) macro
/external/opencv3/modules/core/include/opencv2/core/
Dcore_c.h1828 #define cvGetGraphVtx( graph, idx ) (CvGraphVtx*)cvGetSetElem((CvSet*)(graph), (idx)) macro