finding MSE and MAE for RGB image
3 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
i have a equation below please tell how to find MSE and MAE for RGB image
0 comentarios
Respuesta aceptada
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
Más respuestas (0)
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!