PSNR vs SNR in image Processing
조회 수: 7 (최근 30일)
이전 댓글 표시
답변 (2개)
Image Analyst
2016년 4월 10일
SNR is the signal to noise ratio. PSNR is probably a bad name since it's not necessarily comparing the signal to the noise. It really compares one image to another. It's main use had been in comparing reconstructed images from an image that has undergone a roundtrip compression and decompression. It is a measure of how bad the compression artifacts are. There is a function psnr() in the Image Processing Toolbox.
댓글 수: 0
John BG
2016년 4월 11일
Hi Dani

MAXi is the maximum possible pixel value, 2^B-1 where B is the amount of bit used to quantize.
Wikipedia has some useful links you may want to have a look at:
If you find this answer of any help solving your question, please click on the thumbs-up vote link,
thanks in advance
John
댓글 수: 0
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!