PSNR for RGB images

버전 1.2.0.0 (166 KB) 작성자: Youssef Khmou
PSNR for 2 RGB signals, (Peak Signal to Noise Ratio ) evaluated in dB.
다운로드 수: 2.1K
업데이트 날짜: 2012/8/28

라이선스 보기

The function, PSNR_RGB( X,Y) computes the PSNR for two RGB images using the formula :

MSE(X,Y)=SUM(1,n)SUM(1,m)SUM(1,p) [X(i,j,k)-Y(i,j,k)]²

d= max(max(X),max(Y))|

PSNR(X,Y)=10.log( d.^2 / MSE)

with p=3, as three channels red, green and blue,

The code can be altered for gray scale image sequences , or Volume of pixels M(n,m,p) ( p > 3 ) .

Some results are in the pdf file " PSNR_RGB.pdf " for discussion .

인용 양식

Youssef Khmou (2024). PSNR for RGB images (https://www.mathworks.com/matlabcentral/fileexchange/37691-psnr-for-rgb-images), MATLAB Central File Exchange. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R2007a
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
도움

받음: PSNR, tspsa

Community Treasure Hunt

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

Start Hunting!
버전 게시됨 릴리스 정보
1.2.0.0

Screenshot added.

1.0.0.0