comparison examples/Pierre Villars/Pierre_Villars_Example.m @ 161:f42aa8bcb82f ivand_dev

debug and clean the SMALLbox Problems code
author Ivan Damnjanovic lnx <ivan.damnjanovic@eecs.qmul.ac.uk>
date Wed, 31 Aug 2011 12:02:19 +0100
parents 8e660fd14774
children 8b3c71bb44eb
comparison
equal deleted inserted replaced
155:b14209313ba4 161:f42aa8bcb82f
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);