finding MSE and MAE for RGB image
3 次查看(过去 30 天)
显示 更早的评论
i have a equation below please tell how to find MSE and MAE for RGB image
0 个评论
采纳的回答
Walter Roberson
2012-12-21
To within a constant factor that might depend upon image size,
MSE = sum( (FirstImage(:) - SecondImage(:)).^2 );
8 个评论
更多回答(0 个)
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!