finding MSE and MAE for RGB image

4 ビュー (過去 30 日間)
FIR
FIR 2012 年 12 月 21 日
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 Center および File ExchangeImages についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by