diff util/SMALL_ssim_index.m @ 128:8e660fd14774 ivand_dev

Feature 186
author Ivan Damnjanovic lnx <ivan.damnjanovic@eecs.qmul.ac.uk>
date Mon, 13 Jun 2011 14:55:45 +0100
parents 5356a6e13a25
children
line wrap: on
line diff
--- a/util/SMALL_ssim_index.m	Wed May 25 15:30:34 2011 +0100
+++ b/util/SMALL_ssim_index.m	Mon Jun 13 14:55:45 2011 +0100
@@ -1,5 +1,5 @@
 function [mssim, ssim_map] = SMALL_ssim_index(img1, img2, K, window, L)
-
+%% SSIM Index - Removed dependence on Image Processing Toolbox 
 %========================================================================
 %SSIM Index, Version 1.0
 %Copyright(c) 2003 Zhou Wang
@@ -70,7 +70,7 @@
 %   imshow(max(0, ssim_map).^4)  %Shows the SSIM index map
 %
 
-% Removed dependency on Image Processing Toolbox - 
+% Removed dependence on Image Processing Toolbox - 
 %   Centre for Digital Music, Queen Mary, University of London.
 %   This file copyright 2011 Ivan Damnjanovic.
 %========================================================================