I'm developing the eigenfaces algorithm for face recognition. Having subtracted the mean from the training images I now have the matrix A with the centered images.
Now I'm not sure whether the matlab code AxA' is equivalent the whole first line shown in the image above or just the ΣΦnΦn' part.
So what I'm asking is do I still need to divide AxA' by M (training set size) or is it part of the matrix multiplication carried out by Matlab?
