comparison util/Pierre_reconstruct.m @ 24:fc395272d53e

(none)
author idamnjanovic
date Tue, 27 Apr 2010 13:33:00 +0000
parents 33850553b702
children 0e2959c83824
comparison
equal deleted inserted replaced
23:636a2a3d7302 24:fc395272d53e
1 function reconstructed=Pierre_reconstruct(y, Problem) 1 function reconstructed=Pierre_reconstruct(y, Problem)
2 %% Pierre Villars Example - reconstruction function 2 %%% Pierre Villars Example - reconstruction function
3 %
4 % Centre for Digital Music, Queen Mary, University of London.
5 % This file copyright 2009 Ivan Damnjanovic.
6 %
7 % This program is free software; you can redistribute it and/or
8 % modify it under the terms of the GNU General Public License as
9 % published by the Free Software Foundation; either version 2 of the
10 % License, or (at your option) any later version. See the file
11 % COPYING included with this distribution for more information.
12 %
3 % This example is based on the experiment suggested by Professor Pierre 13 % This example is based on the experiment suggested by Professor Pierre
4 % Vandergheynst on the SMALL meeting in Villars. 14 % Vandergheynst on the SMALL meeting in Villars.
5 15
6 % using sparse representation y in dictionary Problem.A reconstruct the 16 % using sparse representation y in dictionary Problem.A reconstruct the
7 % patches from the target image 17 % patches from the target image