フィルターのクリア

What is the Maximum PSNR and SSIM values for HR images ?

59 ビュー (過去 30 日間)
Chidiebere Ike
Chidiebere Ike 2019 年 5 月 6 日
編集済み: Joakim Lindblad 2023 年 6 月 27 日
Hello,
I would like to be clarified on this. Are there targeted or maximum ranges in values of PSNR and SSIM for High resolution (HR) images ? If yes, what are these values?
Thank you

採用された回答

KALYAN ACHARJYA
KALYAN ACHARJYA 2019 年 5 月 6 日
編集済み: KALYAN ACHARJYA 2019 年 5 月 6 日
Based on my basic undestanding, to calculate the PSNR and SSIM, you require of two images-
First Image 1, which is orginal degrded/compressed image and Image 2, whcich is reconstructed from image 1.
Although a higher PSNR generally indicates the reconstruction method is of higher quality, its having some dB value like, more than 20 dB is acceptable (Again it is varried in different cases), I dont think, there is any sepecific values of PSNR, its depends with type of problem.
On the other hand, Structural SIMilarity (SSIM) index is a method for measuring the similarity between two images. The SSIM values ranges between 0 to 1, 1 means perfect match the reconstruct image with original one.
Generally SSIM values 0.97, 0.98, 0.99 for good quallty recontruction techniques.
Request you to read the PSNR and SSIM wikipedia), and if there is clarification needed, please mention the question in comment section as below.
Hope it Helps!
  3 件のコメント
KALYAN ACHARJYA
KALYAN ACHARJYA 2019 年 5 月 6 日
Glad to know.
Joakim Lindblad
Joakim Lindblad 2023 年 6 月 27 日
編集済み: Joakim Lindblad 2023 年 6 月 27 日
OBS! The above stated range of SSIM is wrong!
SSIM ranges in [-1,1], see example below and Wikipedia.
>> ssim([0,1],[1,0])
ans =
-0.8645

サインインしてコメントする。

その他の回答 (0 件)

Community Treasure Hunt

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

Start Hunting!

Translated by