Lines Matching full:maxpt
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;