Home
last modified time | relevance | path

Searched refs:curidx (Results 1 – 3 of 3) sorted by relevance

/external/opencv/cxcore/include/
Dcxcore.h276 for( idx = ++mat_iterator->curidx; idx < mat_iterator->mat->hashsize; idx++ ) in cvGetNextSparseNode()
281 mat_iterator->curidx = idx; in cvGetNextSparseNode()
Dcxtypes.h782 int curidx; member
/external/opencv/cxcore/src/
Dcxarray.cpp779 iterator->curidx = idx; in cvInitSparseMatIterator()