
CS787 (F04) COURSE SOFTWARE

This is instructional software developed by David Heeger and Eero Simoncelli.

We use very little of this software, but you will need to install
this for Assignment #1, Question 2b (Fourier demo).

But feel free to explore.  In particular, the Demos are quite good.

Please let me know if you have any problems or suggestions.

Richard Mann
29 Sept. 2004


INSTALLATION:

cd ~   (ie., your home directory)
tar zxvf cs787-software.tar.gz

This will create a directory "cs787-software" containing matlab demos
and some sample images.

To run Matlab tutorials:

cd matlab
Type "matlab".
To leave, type "quit".

Note: you must be in the matlab directory so the file "startup.m"
      is read by Matlab.  This sets the search path for the programs.

To read a primer on matlab, take a look at matlab-primer.ps

BASIC TUTORIALS:

Ordered roughly in terms of prerequisite material:

1. introImageTutorial.m
2. linSysTutorial.m
3. samplingTutorial.m
4. imageTutorial.m  
5. pyrTutorial.m (advanced material pyramid stuff, optional)

These tutorials are script files and can be run by typing their
file name (without the ".m") in the Matlab command window:

 introImageTutorial

This doesn't wait for you though...

Instead, use an editor to select text from the tutorial .m file,
and paste it into the Matlab window.  The comments describe
what is being done.

OTHER TUTORIALS:

OTHER PROGRAMS:
