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

/external/opencv/cv/src/
H A Dcvhistogram.cpp345 const int *_idx_min = 0, *_idx_max = 0; local
369 _idx_max = CV_NODE_IDX(mat,maxNode);
383 idx_max[i] = _idx_max ? _idx_max[i] : -1;

Completed in 38 milliseconds