Clear Filters
Clear Filters

I want to calculate mse for two coloured images

3 views (last 30 days)
I have used this function to calculate the mse for blurred(NNLow) and reconstructed image(High) mse =MSE(High, NNLow); But I am getting Mse values like this is this correct? mse(:,:,1) =
10.3938
mse(:,:,2) =
10.0889
mse(:,:,3) =
10.9681

Answers (1)

Image Analyst
Image Analyst on 3 Apr 2016
Yes, they seem reasonable. Why do you have doubts? You used immse() didn't you?

Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!