HomeSort by relevance Sort by last modified time
    Searched full:_idx_max (Results 1 - 1 of 1) sorted by null

  /external/opencv/cv/src/
cvhistogram.cpp 345 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;
    [all...]

Completed in 197 milliseconds