Code covered by the BSD License  

Highlights from
PSNR for RGB images

Be the first to rate this file! 41 Downloads (last 30 days) File Size: 166 KB File ID: #37691
image thumbnail

PSNR for RGB images

by Youssef KHMOU

 

01 Aug 2012 (Updated 28 Aug 2012)

PSNR for 2 RGB signals, (Peak Signal to Noise Ratio ) evaluated in dB.

| Watch this File

File Information
Description

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 .

Acknowledgements

Psnr and Tspsa inspired this file.

MATLAB release MATLAB 7.4 (R2007a)
Tags for This File  
Everyone's Tags
image processing, signal processing, statistics
Tags I've Applied
Add New Tags Please login to tag files.
Please login to add a comment or rating.
Updates
28 Aug 2012

Screenshot added.

Contact us