finding MSE and MAE for RGB image

2 Ansichten (letzte 30 Tage)
FIR
FIR am 21 Dez. 2012
i have a equation below please tell how to find MSE and MAE for RGB image

Akzeptierte Antwort

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

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Kategorien

Mehr zu Get Started with Image Processing Toolbox finden Sie in Help Center und File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by