finding MSE and MAE for RGB image

3 次查看(过去 30 天)
i have a equation below please tell how to find MSE and MAE for RGB image

采纳的回答

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

请先登录,再进行评论。

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Images 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by