comparison examples/Pierre Villars/Pierre_Villars_Example.m @ 25:cbf3521c25eb

(none)
author idamnjanovic
date Tue, 27 Apr 2010 13:33:13 +0000
parents f72603404233
children dc6aaa255836
comparison
equal deleted inserted replaced
24:fc395272d53e 25:cbf3521c25eb
1 %% Pierre Villars Example 1 %% Pierre Villars Example
2 %
3 % Centre for Digital Music, Queen Mary, University of London.
4 % This file copyright 2010 Ivan Damnjanovic.
5 %
6 % This program is free software; you can redistribute it and/or
7 % modify it under the terms of the GNU General Public License as
8 % published by the Free Software Foundation; either version 2 of the
9 % License, or (at your option) any later version. See the file
10 % COPYING included with this distribution for more information.
11 %
2 % This example is based on the experiment suggested by Professor Pierre 12 % This example is based on the experiment suggested by Professor Pierre
3 % Vandergheynst on the SMALL meeting in Villars. 13 % Vandergheynst on the SMALL meeting in Villars.
4 % The idea behind is to use patches from source image as a dictonary in 14 % The idea behind is to use patches from source image as a dictonary in
5 % which we represent target image using matching pursuit algorithm. 15 % which we represent target image using matching pursuit algorithm.
6 % Calling Pierre_Problem function to get src image to be used as dictionary 16 % Calling Pierre_Problem function to get src image to be used as dictionary
7 % and target image to be represented using MP with 3 paches from source image 17 % and target image to be represented using MP with 3 paches from source image
8 % 18 %
9 %
10 % Ivan Damnjanovic 2010
11 %% 19 %%
12 20
13 clear all; 21 clear all;
14 22
15 % Defining the Problem structure 23 % Defining the Problem structure