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

  /external/opencv/cv/src/
cvhistogram.cpp 293 CvPoint minPt, maxPt;
296 CV_CALL( cvMinMaxLoc( &mat, &minVal, &maxVal, &minPt, &maxPt ));
303 *idx_max = maxPt.y + maxPt.x;
310 idx_max[0] = maxPt.y, idx_max[1] = maxPt.x;
315 int imax = maxPt.y*mat.cols + maxPt.x;
    [all...]

Completed in 63 milliseconds