comparison examples/Pierre Villars/Pierre_Villars_Example.m @ 107:dab78a3598b6

changes to comments for couple of scripts
author Ivan Damnjanovic lnx <ivan.damnjanovic@eecs.qmul.ac.uk>
date Wed, 18 May 2011 11:50:12 +0100
parents dc6aaa255836
children 436e6c044099
comparison
equal deleted inserted replaced
85:fd1c32cda22c 107:dab78a3598b6
1 %% Pierre Villars Example 1 %% Pierre Villars Example
2 %
3 % This example is based on the experiment suggested by Professor Pierre
4 % Vandergheynst on the SMALL meeting in Villars.
5 % The idea behind is to use patches from source image as a dictionary in
6 % which we represent target image using matching pursuit algorithm.
7 % Calling Pierre_Problem function to get src image to be used as dictionary
8 % and target image to be represented using MP with 3 patches from source image
9
2 % 10 %
3 % Centre for Digital Music, Queen Mary, University of London. 11 % Centre for Digital Music, Queen Mary, University of London.
4 % This file copyright 2010 Ivan Damnjanovic. 12 % This file copyright 2010 Ivan Damnjanovic.
5 % 13 %
6 % This program is free software; you can redistribute it and/or 14 % This program is free software; you can redistribute it and/or
7 % modify it under the terms of the GNU General Public License as 15 % modify it under the terms of the GNU General Public License as
8 % published by the Free Software Foundation; either version 2 of the 16 % published by the Free Software Foundation; either version 2 of the
9 % License, or (at your option) any later version. See the file 17 % License, or (at your option) any later version. See the file
10 % COPYING included with this distribution for more information. 18 % COPYING included with this distribution for more information.
11 %
12 % This example is based on the experiment suggested by Professor Pierre
13 % Vandergheynst on the SMALL meeting in Villars.
14 % The idea behind is to use patches from source image as a dictionary in
15 % which we represent target image using matching pursuit algorithm.
16 % Calling Pierre_Problem function to get src image to be used as dictionary
17 % and target image to be represented using MP with 3 patches from source image
18 % 19 %
19 %% 20 %%
20 21
21 clear all; 22 clear all;
22 23