what is the difference between the MSE of rgb image and gray scale image ?
Show older comments
what is the difference between the MSE of rgb image and gray scale image ?
Accepted Answer
More Answers (1)
Walter Roberson
on 27 May 2015
MSE = sum(((double(FirstImage(:))-double(SecondImage(:)).^2) ./ numel(FirstImage);
This works regardless of whether the image is RGB or grayscale.
Categories
Find more on Modify Image Colors in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!