I'm currently working on finding the maximum correlation between distorted images, and I have an array of all the values of the cross correlations between the distorted and a comparison image. I'm trying to find the coordinates of the maximum, not really the maximum itself. At the moment I have a three-dimensional array (that will be a five-dimensional) that has size (9,9,109) and the Max is returning the number 85, but I'm not certain how to extract the coefficients.
While I can keep track of the max as I go, when I'm testing it's nice to be able to see all of the correlations and compute it all in one. If this isn't possible, or MAX() isn't the way to go, or even how to do it, I'd appreciate the tip!
|