AAMToolbox version 1.0 
-----------------------

rev: 15/08/2005

Contact:
--------
Dr. A. I. Hanna, 
University of East Anglia,
School of Computing Sciences,
Norwich.
aih@cmp.uea.ac.uk

Problem:
--------
Can't find AAMToolbox

Description:
------------
If when you type >>AAMToolbox from the matlab prompt you get an error,
Undefined function or variable AAMToolbox
then this generally means that you have not added that Matlab files directory
to your path. 
Solution
---------
To add the directory automatically on startup, edit your startup.m file
and add the line below:

addpath(genpath('C:\Documents and Settings\aih\My Documents\post_doc\Shape_models\Matlab files'));




Problem: 
---------
GUI Colors
Description: 
------------
You may find that if you run the toolbox on a windows machine, then the
user interface may become distored and the colors may appear poor.
Solution:
---------
There are two solutions to this problem (Note that this is a bug in
Matlab not the AAMToolbox), firstly you can set your theme in windows to
"Windows Classic", or secondly you can copy the java.opts file (that should be
in this directory) to $matlabroot/bin/win32/ where matlab root is something
like C:\MATLAB_R14\
