comparison examples/Pierre Villars/Pierre_Villars_Example.m @ 128:8e660fd14774 ivand_dev

Feature 186
author Ivan Damnjanovic lnx <ivan.damnjanovic@eecs.qmul.ac.uk>
date Mon, 13 Jun 2011 14:55:45 +0100
parents 436e6c044099
children f42aa8bcb82f
comparison
equal deleted inserted replaced
126:db5a7fe1a404 128:8e660fd14774
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 = Pierre_Problem(); 26 SMALL.Problem = generatePierre_Problem();
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);