comparison util/SMALL_vmrse_type2.m @ 129:5a6cef81227e

Merge from branch "ivand_dev"
author Ivan Damnjanovic lnx <ivan.damnjanovic@eecs.qmul.ac.uk>
date Mon, 13 Jun 2011 14:58:00 +0100
parents 8e660fd14774
children
comparison
equal deleted inserted replaced
127:6f78b069e541 129:5a6cef81227e
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