Home
last modified time | relevance | path

Searched refs:cvGraphVtxIdx (Results 1 – 4 of 4) sorted by relevance

/external/opencv/cvaux/src/
Denmin.cpp408 int tempVtxIdx = cvGraphVtxIdx( graph, graphEdge -> vtx[1] );
450 int tempVtxIdx = cvGraphVtxIdx( graph, graphEdge -> vtx[1] );
454 tempVtxIdx = cvGraphVtxIdx( graph, graphEdge -> vtx[0] );
558 int vtxIdx = cvGraphVtxIdx( hlpGraph,
582 int vtxIdx = cvGraphVtxIdx( hlpGraph,
632 int hlpGraphVtxIdx2 = cvGraphVtxIdx( hlpGraph,
640 u = cvGraphVtxIdx( hlpGraph,
659 int u = cvGraphVtxIdx( hlpGraph,
698 v = cvGraphVtxIdx( hlpGraph, graphVtx );
741 u = cvGraphVtxIdx( hlpGraph, hlpGraphVtx2 );
[all …]
/external/opencv3/modules/core/test/
Dtest_ds.cpp1979 a = cvGraphVtxIdx( graph, scanner->vtx ); in run()
1986 a = cvGraphVtxIdx( graph, scanner->vtx ); in run()
1987 b = cvGraphVtxIdx( graph, scanner->dst ); in run()
1994 a = cvGraphVtxIdx( graph, scanner->vtx ); in run()
1995 b = cvGraphVtxIdx( graph, scanner->dst ); in run()
2002 a = cvGraphVtxIdx( graph, scanner->vtx ); in run()
2003 b = cvGraphVtxIdx( graph, scanner->dst ); in run()
2010 a = cvGraphVtxIdx( graph, scanner->vtx ); in run()
2011 b = cvGraphVtxIdx( graph, scanner->dst ); in run()
2015 a = cvGraphVtxIdx( graph, scanner->vtx ); in run()
/external/opencv/cxcore/include/
Dcxcore.h1210 #define cvGraphVtxIdx( graph, vtx ) ((vtx)->flags & CV_SET_ELEM_IDX_MASK) macro
/external/opencv3/modules/core/include/opencv2/core/
Dcore_c.h1831 #define cvGraphVtxIdx( graph, vtx ) ((vtx)->flags & CV_SET_ELEM_IDX_MASK) macro