Reference:
https://ece.uwaterloo.ca/~z70wang/publications/IWSSIM.pdf
Code:
https://ece.uwaterloo.ca/~z70wang/research/iwssim/iwssim_iwpsnr.zip
Without matlabPyrTools the following error will be displayed:
Undefined function 'buildLpyr' for input arguments of type 'double'.
Error in iwssim (line 85)
[pyro,pind]= buildLpyr(double(oimg),Nsc);
In order to run this code in MATLAB, it requires matlabPyrTools and the download link is provided below
https://github.com/LabForComputationalVision/matlabPyrTools
Source Website: http://www.cns.nyu.edu/~eero/software.php
unzip the folder..
>> addpath('C:\Program Files\MATLAB\R2013a\matlabPyrTools-master')
Note: Kept the folder inside the matlab installation folder
https://ece.uwaterloo.ca/~z70wang/publications/IWSSIM.pdf
Code:
https://ece.uwaterloo.ca/~z70wang/research/iwssim/iwssim_iwpsnr.zip
Without matlabPyrTools the following error will be displayed:
Undefined function 'buildLpyr' for input arguments of type 'double'.
Error in iwssim (line 85)
[pyro,pind]= buildLpyr(double(oimg),Nsc);
In order to run this code in MATLAB, it requires matlabPyrTools and the download link is provided below
https://github.com/LabForComputationalVision/matlabPyrTools
Source Website: http://www.cns.nyu.edu/~eero/software.php
unzip the folder..
>> addpath('C:\Program Files\MATLAB\R2013a\matlabPyrTools-master')
Note: Kept the folder inside the matlab installation folder
Comments
Post a Comment