Changes between Version 14 and Version 15 of Installation
- Timestamp:
- May 1, 2014, 10:18:36 AM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Installation
v14 v15 1 1 = WikiStart / Installation = 2 Download the .zip archive UVMAT.v... available at [http://servforge.legi.grenoble-inp.fr/pub/soft-uvmat] and unzip at the appropriate location on your computer. The current version number is indicated in the archive name, after '.v'. Add the path to the folder 'uvmat' in the list of Matlab paths (command 'addpath') so that the functions of the package are recognized (save this path to keep it when Matlab is next opened). Then it should be ready for operations: the command 'uvmat' should open the main GUI, see [UvmatHelp] or [wiki:Tutorial/ImageDisplay] for an introduction.2 Download the .zip archive uvmat_toolbox.v... available at [http://servforge.legi.grenoble-inp.fr/pub/soft-uvmat] and unzip at the appropriate location on your computer. The current version number is indicated in the archive name, after '.v'. Add the path to the folder 'uvmat' in the list of Matlab paths (command 'addpath') so that the functions of the package are recognized (save this path to keep it when Matlab is next opened). Then it should be ready for operations: the command 'uvmat' should open the main GUI, see [UvmatHelp] or [wiki:Tutorial/ImageDisplay] for an introduction. 3 3 4 Alternatively, the latest version under development can be obtained from the SVN server http://servforge.legi.grenoble-inp.fr/svn/soft-uvmat/trunk/src/. 5 On Linux, go to a folder where you want to install {{{uvmat}}} and type the command line: 4 Alternatively, the latest version under development can be obtained from the SVN server http://servforge.legi.grenoble-inp.fr/svn/soft-uvmat/trunk/src/. On Linux, go to a folder where you want to install `uvmat` and type the command line: 6 5 7 6 {{{ 8 svn checkout http://servforge.legi.grenoble-inp.fr/svn/soft-uvmat/trunk/src uvmat7 svn checkout http://servforge.legi.grenoble-inp.fr/svn/soft-uvmat/trunk/src UVMAT 9 8 }}} 10 Th en set the path to uvmatin the Matlab paths as before.9 This will create the folder 'UVMAT' containing the whole toollbox (including the master function 'uvmat.m'). Then set the path to the folder UVMAT in the Matlab paths as before. 11 10 12 Updates can be further obtained by opening a terminal in the folder {{{uvmat}}} and typing the command 11 Updates can be further obtained by opening a terminal in the folder `UVMAT` and typing the command 12 13 13 {{{ 14 14 svn update 15 15 }}} 16 17 16 To use the SVN server under Windows, you can install for instance slik subversion, [http://www.sliksvn.com/en/download], open a Dos terminal, and type the same command lines as for Linux. You can also use [http://tortoisesvn.tigris.org/ Tortoise SVN] with graphic interface. However the command line version is needed to allows uvmat to automatically check the consistency of the current package with the svn server. 18 17 19 18 Note that the package contains the toolboxes: 19 20 20 * xmltree (http://www.artefact.tk/software/matlab/xml) , used for reading and editing xml files 21 21 * geometric calibration (http://www.vision.caltech.edu/bouguetj/calib_doc) 22 22 23 An upgrade of these toolboxes from their source web site may be needed depending on the system and Matlab version. 23 24 … … 26 27 The package contains a template file ''PARAM.xml.default'', updated by SVN, which specifies system parameters needed for the use of a computer cluster. After proper editing to adapt to the system configuration, it must be transformed into ''PARAM.xml'', protected from further SVN updates. 27 28 28 === CivX installation 29 === CivX installation === 29 30 Binary files compiled from the Fortran programs ''CivX'' are available in the archive bin_civx.zip at [http://servforge.legi.grenoble-inp.fr/pub/soft-uvmat]. This is however optional as it is now replaced by Matlab functions within uvmat. These binaries depend on the operating system, unlike the Matlab toolboxes, so that archives are provided for different systems: 31 30 32 * linux32: for linux 32 bits 31 33 * linux64: for linux 64 bits 32 * osx_x86_64: for Macintosh 34 * osx_x86_64: for Macintosh 33 35 * win32: for Windows 32 bits 36 34 37 put the appropriate one in the sub-folder /bin of uvmat. 35 To recompile these programs (for advanced users), see [wiki:Installation/CivxDevelloper]:36 38 39 To recompile these programs (for advanced users), see [wiki:Installation/CivxDevelloper]: 37 40 38 41 === LEGI Cluster Installation === 39 42 If you wish to install UVMAT in your home of the LEGI cluster, please see [wiki:Installation/LegiCluster]. 40 41