Home
last modified time | relevance | path

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

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