PSNR for RGB images
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 .
Citation pour cette source
Youssef Khmou (2025). PSNR for RGB images (https://www.mathworks.com/matlabcentral/fileexchange/37691-psnr-for-rgb-images), MATLAB Central File Exchange. Extrait(e) le .
Compatibilité avec les versions de MATLAB
Plateformes compatibles
Windows macOS LinuxCatégories
- Image Processing and Computer Vision > Computer Vision Toolbox > Recognition, Object Detection, and Semantic Segmentation > Image Category Classification >
Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Découvrir Live Editor
Créez des scripts avec du code, des résultats et du texte formaté dans un même document exécutable.
Version | Publié le | Notes de version | |
---|---|---|---|
1.2.0.0 | Screenshot added. |
||
1.0.0.0 |