Filter löschen
Filter löschen

Info

Diese Frage ist geschlossen. Öffnen Sie sie erneut, um sie zu bearbeiten oder zu beantworten.

HAI, i want to ask you please tell me the code of PSNR and MSE ,,,please help me

2 Ansichten (letzte 30 Tage)
ameena begam
ameena begam am 10 Jun. 2015
Geschlossen: MATLAB Answer Bot am 20 Aug. 2021
Please help me to solve this probleam

Antworten (2)

Image Analyst
Image Analyst am 10 Jun. 2015
psnr() and immse() are in the Image Processing Toolbox. Do you have that?
Please explain the contradiction of "tell me the code" with "i know the code" - do you know and understand the code or not???
You have to know what the reference image is when you call these functions. If the image is identical to the reference image, the PSNR will be infinite and the MSE will be zero. Anything else and they are "differentiated".

Walter Roberson
Walter Roberson am 10 Jun. 2015
PSNR and MSE can only detect that two images are different and can give a measure of how different they are.
Neither PSNR nor MSE can be used to tell you which of the two images is the "original" image.
Images that are compressed (or watermarked) tend to reduce the sharpness of their edges, if they had sharp edges to begin with. You can run an image sharpening routine and compare the results: the image for which sharpening makes least difference might be the original image.

Diese Frage ist geschlossen.

Tags

Noch keine Tags eingegeben.

Community Treasure Hunt

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

Start Hunting!

Translated by