finding MSE and MAE for RGB image

2 visualizzazioni (ultimi 30 giorni)
FIR
FIR il 21 Dic 2012
i have a equation below please tell how to find MSE and MAE for RGB image

Risposta accettata

Walter Roberson
Walter Roberson il 21 Dic 2012
To within a constant factor that might depend upon image size,
MSE = sum( (FirstImage(:) - SecondImage(:)).^2 );
  8 Commenti
FIR
FIR il 21 Dic 2012
so walter can u tell how to write eq for MAE PLEASE
Walter Roberson
Walter Roberson il 21 Dic 2012
Like MSE except using abs() instead of .^2

Accedi per commentare.

Più risposte (0)

Tag

Community Treasure Hunt

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

Start Hunting!

Translated by