| 24 | | * xmltree (http://www.artefact.tk/software/matlab/xml) , used for reading and editing xml files |
| 25 | | * geometric calibration (http://www.vision.caltech.edu/bouguetj/calib_doc) |
| 26 | | |
| 27 | | An upgrade of these toolboxes from their source web site may be needed depending on the system and Matlab version. |
| 28 | | |
| 29 | | A set of xml schemas, updated by SVN, is also provided as templates for editing xml files within uvmat. |
| 30 | | |
| 31 | | The package contains a template file ''PARAM.xml.default'', updated by SVN, which specifies system parameters needed for the use of a computer cluster. |
| 32 | | After proper editing, it must be transformed into ''PARAM.xml'', unchanged by further SVN updates. |
| 33 | | |
| 34 | | Finally the archive contains binary files compiled from the Fortran programs ''CivX''. |
| 35 | | This is not mandatory as it is now replaced by Matlab functions within uvmat. |
| 36 | | These binaries depend on the operating system, unlike the Matlab toolboxes, so that archives are provided for different systems. |
| 37 | | To recompile these programs, see [wiki:Installation/CivxDevelloper]. |
| 38 | | |
| 39 | | === Windows installation === |
| 40 | | To further update the package with SVN, perform a checkout in this directory using [http://tortoisesvn.tigris.org/ Tortoise SVN]. |
| 41 | | The repository is available for download at http://servforge.legi.grenoble-inp.fr/svn/soft-uvmat/trunk/src/. |
| 42 | | |
| 43 | | === Linux automated installation === |
| 44 | | The procedure under linux requires the svn and wget commands from a shell. |
| 45 | | See [wiki:Installation/Linux]. |
| 46 | | |
| 47 | | === MacOS automated installation === |
| 48 | | The procedure under !MacOs requires the svn and curl commands from a shell. |
| 49 | | See [wiki:Installation/MacOsX]. |
| 50 | | |
| 51 | | === LEGI Cluster Installation === |
| 52 | | If you wish to install UVMAT in your home of the LEGI cluster, |
| 53 | | please see [wiki:Installation/LegiCluster]. |
| 54 | | |
| 55 | | === CivX developper installation (Fortran programs for advanced users) === |
| 56 | | If you also wish to have the last version of CIV and compile it on your machine, |
| 57 | | please see [wiki:Installation/CivxDevelloper]. |
| 58 | | |
| 59 | | ---- |
| 60 | | = Tutorial = |
| 61 | | [[TracNav(Tutorial/TOC)]] |
| 62 | | A set of test examples is provided in set of archives UVMAT_DEMO... at [http://servforge.legi.grenoble-inp.fr/pub/soft-uvmat]. |
| 63 | | |
| 64 | | For use at LEGI, this is accessible without download at the path '/fsnet/soft/eres/UVMAT/UVMAT_DEMO_FILES'. |
| 65 | | |
| 66 | | Then follow the instructions below for the different examples. Each folder contains |
| 67 | | both a sub-folder of raw images and processing results. It is advised to work on a copy of the image folders to keep the untouched processed data as a reference. |
| 68 | | An alternative way is to create a mirror data folder, as explained in [wiki:Tutorial/ProcessingImageSeries processing image series]. |
| | 19 | * [wiki:Tutorial] - Guideline on howto use UVMAT |