finding MSE and MAE for RGB image

6 visualizaciones (últimos 30 días)
FIR
FIR el 21 de Dic. de 2012
i have a equation below please tell how to find MSE and MAE for RGB image

Respuesta aceptada

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

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Get Started with Image Processing Toolbox en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by