This program outputs a graphical & numerical image quality measure based on Singular Value Decomposition.
For the given images, Blockwise SVD is taken and image quality measure is derived.
For details on the implementation, please refer
Aleksandr Shnayderman, Alexander Gusev, and Ahmet M. Eskicioglu,
"An SVD-Based Grayscale Image Quality Measure for Local and Global Assessment",
IEEE TRANSACTIONS ON IMAGE PROCESSING, VOL. 15, NO. 2, FEBRUARY 2006.
Those who are new to Matlab Programming can see the "SampleUsage.m" file for the usage of the script "SVDQualityMeasure.m".
Those who are already familiar with Matlab Programming can directly use the script "SVDQualityMeasure.m". |