comparison examples/Pierre Villars/Pierre_Villars_Example.m @ 164:4205744092e6 release_1.9

Merge from branch "ivand_dev"
author Ivan Damnjanovic lnx <ivan.damnjanovic@eecs.qmul.ac.uk>
date Wed, 07 Sep 2011 14:17:30 +0100
parents f42aa8bcb82f
children 8b3c71bb44eb
comparison
equal deleted inserted replaced
151:af5abc34a5e1 164:4205744092e6
21 21
22 clear all; 22 clear all;
23 23
24 % Defining the Problem structure 24 % Defining the Problem structure
25 25
26 SMALL.Problem = generatePierre_Problem(); 26 SMALL.Problem = generatePierreProblem();
27 27
28 % Show original image and image that is used as a dictionary 28 % Show original image and image that is used as a dictionary
29 figure('Name', 'Original and Dictionary Image'); 29 figure('Name', 'Original and Dictionary Image');
30 30
31 subplot(1,2,1); imagesc(SMALL.Problem.imageTrg/SMALL.Problem.maxval); 31 subplot(1,2,1); imagesc(SMALL.Problem.imageTrg/SMALL.Problem.maxval);