finding MSE and MAE for RGB image
4 ビュー (過去 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!