PSNR

버전 1.0.0.0 (2.34 KB) 작성자: John T. McCarthy
This function displays the PSNR (peak signal-to-noise ratio) between two images.
다운로드 수: 37.1K
업데이트 날짜: 2008/2/4

라이선스 보기

This function displays the PSNR (peak signal-to-noise ratio) between two images. The answer is in decibels (dB).

PSNR is very common in image processing. A sample use is in the comparison between an original image and a coded/decoded image. Typical quoted PSNR figures are in the range +25 to +35dB.

The syntax for this file is PSNR(A,B), where A and B are MATLAB Intensity Images, with matrix-elements in the interval [0,1]

The function can be adapted for images with 256 gray levels.

인용 양식

John T. McCarthy (2024). PSNR (https://www.mathworks.com/matlabcentral/fileexchange/135-psnr), MATLAB Central File Exchange. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R2006a
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
태그 태그 추가

Community Treasure Hunt

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

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

Made provision for images with 256 gray levels.