finding MSE and MAE for RGB image
2 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
i have a equation below please tell how to find MSE and MAE for RGB image
0 Commenti
Risposta accettata
Walter Roberson
il 21 Dic 2012
To within a constant factor that might depend upon image size,
MSE = sum( (FirstImage(:) - SecondImage(:)).^2 );
8 Commenti
Più risposte (0)
Vedere anche
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!