AAMToolbox Download: Difference between revisions

From BanghamLab
Jump to navigation Jump to search
No edit summary
No edit summary
 
(7 intermediate revisions by the same user not shown)
Line 1: Line 1:
[[Software|Return to Software]]<br><br>
[[Software#MSERs.2C_extrema.2C_connected-set_filters_and_sieves|Return to Software]]<br><br>


=Download AAMToolbox=
Whoops! I've accidently deleted this page - hopefully retrieve in a few days
[http://cmpdartsvr1.cmp.uea.ac.uk/downloads/software/OpenSourceDownload_Science_Paper_2012/ShapeModelToolbox.zip <span style="color: Gray">'''''Download revised Nov2012''''' </span>]<br><br>
 
=AAMToolbox installation=
Unzip the download into handy directory, e.g. ''myAAMToolbox''. The result will be a directory called ''ShapeModelToolbox'' which contains:
AAMToolbox_Dependencies_outside_ShapeModelToolbox 
3DExtension                                       
AAMToolbox                                       
ConversionTools                                   
ModelBuilder3DTool                               
TemplateBuilder3DTool                             
Utilities
The first subdirectory contains all the utility subroutines from our DArT_Toolshed that are used by the ''AAMToolbox'' but are not usually a part of the ''ShapeModelToolbox''.
==Fire up Matlab==
Tell Matlab to include the ''ShapeModelToolbox'' in its path. What is a path? To see your current paths type
path
and lots of directories will whizz past in the command window. Any program - Matlab command - toolbox name - etc. that lies within a directory in one of these paths will be accessible to Matlab. '''We need to extend the paths to include everything in the  ''ShapeModelToolbox'' by adding the paths'''. So type
addpath(genpath('myAAMToolbox\ShapeModelToolbox'));
If you are lucky and Matlab is installed correctly you can then save the new paths with
savepath
(If not then you might have to repeat the ''addpath'' command each time you launch Matlab.)<br>
Check that it is working by typing
which AAMToolbox
and it should reply by saying where this file is. '''If all is OK then you are ready to run the ''AAMToolbox'''''Bold text''' type'''
AAMToolbox
and [http://cmpdartsvr1.cmp.uea.ac.uk/wiki/BanghamLab/index.php/Tutorials_on_the_Shape_modelling_toolbox go to the first tutorial].

Latest revision as of 18:44, 27 October 2013

Return to Software

Whoops! I've accidently deleted this page - hopefully retrieve in a few days