MSDDM is a metric illustrating the paper "Self-Similarity Measure for Assessment of Image Visual Quality"




msddm.zip (250 Kb) - source codes + executable file.

Example of usage from Matalb:
p = msddm('I01.BMP','I01_01_4.bmp')

List of files:
msddm.exe - command line executable file
msddm.m - code for use of msddm.exe from Matlab
msddm.pas - Delphi source code of main algoritm (sorry - without comments)
intdct.pas - fast integer realization of discrete cosine transform
yesylib2.pas - routine for BITMAP loading.

only "msddm.pas" will be helpful for understanding the method.


Last changed: 2011-08-26.