Changes between Version 14 and Version 15 of Installation


Ignore:
Timestamp:
May 1, 2014, 10:18:36 AM (10 years ago)
Author:
sommeria
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Installation

    v14 v15  
    11= 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.
     2Download 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.
    33
    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:
     4Alternatively, 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:
    65
    76{{{
    8 svn checkout http://servforge.legi.grenoble-inp.fr/svn/soft-uvmat/trunk/src uvmat
     7svn checkout http://servforge.legi.grenoble-inp.fr/svn/soft-uvmat/trunk/src UVMAT
    98}}}
    10 Then set the path to uvmat in the Matlab paths as before.
     9This 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.
    1110
    12 Updates can be further obtained by opening a terminal in the folder {{{uvmat}}} and  typing the command
     11Updates can be further obtained by opening a terminal in the folder `UVMAT` and  typing the command
     12
    1313{{{
    1414svn update
    1515}}}
    16 
    1716To 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.
    1817
    1918Note that the package  contains the toolboxes:
     19
    2020 * xmltree (http://www.artefact.tk/software/matlab/xml) , used for reading and editing xml files
    2121 * geometric calibration (http://www.vision.caltech.edu/bouguetj/calib_doc)
     22
    2223An upgrade of these toolboxes from their source web site may be needed depending on the system and Matlab version.
    2324
     
    2627The 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.
    2728
    28 === CivX  installation  ===
     29=== CivX  installation ===
    2930Binary 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
    3032 * linux32: for linux 32 bits
    3133 * linux64: for linux 64 bits
    32  * osx_x86_64: for Macintosh 
     34 * osx_x86_64: for Macintosh
    3335 * win32: for Windows 32 bits
     36
    3437put the appropriate one in the sub-folder /bin of uvmat.
    35  To recompile these programs (for advanced users), see [wiki:Installation/CivxDevelloper]:
    3638
     39  To recompile these programs (for advanced users), see [wiki:Installation/CivxDevelloper]:
    3740
    3841=== LEGI Cluster Installation ===
    3942If you wish to install UVMAT in your home of the LEGI cluster, please see [wiki:Installation/LegiCluster].
    40 
    41