OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mat_iterator
(Results
1 - 2
of
2
) sorted by null
/external/opencv/cxcore/include/
cxcore.h
266
CvSparseMatIterator*
mat_iterator
);
269
CV_INLINE CvSparseNode* cvGetNextSparseNode( CvSparseMatIterator*
mat_iterator
)
271
if(
mat_iterator
->node->next )
272
return
mat_iterator
->node =
mat_iterator
->node->next;
276
for( idx = ++
mat_iterator
->curidx; idx <
mat_iterator
->mat->hashsize; idx++ )
278
CvSparseNode* node = (CvSparseNode*)
mat_iterator
->mat->hashtable[idx];
281
mat_iterator
->curidx = idx;
282
return
mat_iterator
->node = node
[
all
...]
/external/opencv/ml/src/
ml_inner_functions.cpp
1259
CvSparseMatIterator
mat_iterator
;
local
[
all
...]
Completed in 63 milliseconds