finding MSE and MAE for RGB image

2 vues (au cours des 30 derniers jours)
FIR
FIR le 21 Déc 2012
i have a equation below please tell how to find MSE and MAE for RGB image

Réponse acceptée

Walter Roberson
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
FIR
FIR le 21 Déc 2012
so walter can u tell how to write eq for MAE PLEASE
Walter Roberson
Walter Roberson le 21 Déc 2012
Like MSE except using abs() instead of .^2

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur Get Started with Image Processing Toolbox dans Help Center et File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by