finding MSE and MAE for RGB image

조회 수: 2 (최근 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 CenterFile Exchange에서 Get Started with Image Processing Toolbox에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by