Home
last modified time | relevance | path

Searched refs:vtx_idx (Results 1 – 5 of 5) sorted by relevance

/external/opencv3/modules/core/test/
Dtest_ds.cpp2084 int vtx_idx = scanner->vtx->flags & CV_SET_ELEM_IDX_MASK; in run() local
2086 CV_TS_SEQ_CHECK_CONDITION( vtx_idx < graph->active_count && in run()
2087 vtx_mask[vtx_idx] == 0, in run()
2089 vtx_mask[vtx_idx] = 1; in run()
/external/opencv/cxcore/src/
Dcxdatastructs.cpp3318 cvGraphVtxDegree( const CvGraph* graph, int vtx_idx ) in cvGraphVtxDegree() argument
3331 vertex = cvGetGraphVtx( graph, vtx_idx ); in cvGraphVtxDegree()
/external/opencv3/modules/core/src/
Ddatastructs.cpp2931 cvGraphVtxDegree( const CvGraph* graph, int vtx_idx ) in cvGraphVtxDegree() argument
2940 vertex = cvGetGraphVtx( graph, vtx_idx ); in cvGraphVtxDegree()
/external/opencv/cxcore/include/
Dcxcore.h1202 CVAPI(int) cvGraphVtxDegree( const CvGraph* graph, int vtx_idx );
/external/opencv3/modules/core/include/opencv2/core/
Dcore_c.h1823 CVAPI(int) cvGraphVtxDegree( const CvGraph* graph, int vtx_idx );