I am trying to get max value from a 3-d Mat, but minmaxIdx and mixmaxloc both failed to do this.
int sz[] = {BIN, BIN, BIN}; Mat accumarray(3, sz, CV_8U, Scalar
Use Mat() instead of NULL for Mask or you will vioulate an assertion Mask.empty()
Mat m; double min, max; int minInd, maxInd; cv::minMaxIdx(m, &min, &max, &minInd, &maxInd, Mat());