Searched defs:cvGetSetElem (Results 1 - 1 of 1) sorted by relevance

/external/opencv/cxcore/include/
H A Dcxcore.h1146 CV_INLINE CvSetElem* cvGetSetElem( const CvSet* set_header, int index ) function
1207 #define cvGetGraphVtx( graph, idx ) (CvGraphVtx*)cvGetSetElem((CvSet*)(graph), (idx))

Completed in 809 milliseconds