comparison util/SMALL_vmrse_type2.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 d120a9e52be5
children
comparison
equal deleted inserted replaced
126:db5a7fe1a404 128:8e660fd14774
1 function [RMSErn, RMSEcd, rn_im, cd_im] = SMALL_vmrse_type2(orig, corr, recon) 1 function [RMSErn, RMSEcd, rn_im, cd_im] = SMALL_vmrse_type2(orig, corr, recon)
2 %% Implementation of VectorRMSE type2 2 %% Implementation of VectorRMSE type2
3 %
4 % 3 %
5 % Input: 4 % Input:
6 % - Original image 5 % - Original image
7 % - Corrupted image 6 % - Corrupted image
8 % - Reconstructed Image 7 % - Reconstructed Image