compare image quality between two same image

1 次查看(过去 30 天)
hello i have made a program that compress image using svd , and i want to put a test to tell the user how much quality he had sacrifide after he had compressed his image , i wish if you can help in this thank you

回答(1 个)

Yuvaraj Venkataswamy
编辑:Yuvaraj Venkataswamy 2018-5-4
For image quality assessment, you use following parameters,
1. MSE - Mean Squared Error
2. PSNR - Peak Signal to Noise Ratio
3. AD - Average Difference
4. SC - Structural Content
5 NK - Normalized Cross-Correlation
6. MD - Maximum Difference
7 LMSE - Laplacian Mean Squared Error
8. NAE - Normalized Absolute Error
For this, check the below link,

Community Treasure Hunt

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

Start Hunting!

Translated by