finding MSE and MAE for RGB image
3 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
i have a equation below please tell how to find MSE and MAE for RGB image
0 commentaires
Réponse acceptée
Walter Roberson
le 21 Déc 2012
To within a constant factor that might depend upon image size,
MSE = sum( (FirstImage(:) - SecondImage(:)).^2 );
8 commentaires
Plus de réponses (0)
Voir également
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!