Changes between Version 70 and Version 71 of WikiStart


Ignore:
Timestamp:
Jun 7, 2013, 7:11:40 AM (11 years ago)
Author:
sommeria
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v70 v71  
    77
    88== Prerequisit ==
    9 This toolbox requires Matlab, release R 2009 or more recent. It can be run with any computer system on which Matlab is installed (in particular Linux, MacOS and Windows). No additional toolbox from Matlab is requested. The Matlab compiler is however useful for the option of dispatching computations on a computer cluster.
     9This toolbox requires Matlab, release R 2009 or more recent. It can be run with any computer system on which Matlab is installed (in particular Linux, MacOS and Windows). No additional toolbox from Matlab is requested. The Matlab compiler is however useful to dispatch processing functions on a computer cluster.
    1010
    1111== Installation ==
    12 The package contains specific functions updated on a SVN server, as well as a 'fixed' archive containing the toolboxes
     12The package contains specific Matlab functions updated on a SVN server, as well as a 'fixed' archive containing the toolboxes
    1313 * xmltree (http://www.artefact.tk/software/matlab/xml) , used for reading and editing xml files
    1414 * geometric calibration (http://www.vision.caltech.edu/bouguetj/calib_doc)
    1515An upgrade of these toolboxes from their source web site may be needed depending on the system and Matlab version.
    1616
    17 The archive also contains binary files compiled from Fortran programs CivX. This is not mandatory 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. To recompile these programs, see CivxDevelloperInstallation.
     17A set of xml schemas, updated by SVN, is also provided as templates for editing xml files within uvmat.
     18
     19The 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, it must be transformed into ''PARAM.xml'', unchanged by further SVN updates.
     20
     21Finally the archive contains binary files compiled from the Fortran programs ''CivX''. This is not mandatory 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. To recompile these programs, see CivxDevelloperInstallation.
    1822 
    1923=== Windows installation ===
    2024Extract the following archive [http://coriolis.legi.grenoble-inp.fr/IMG/tgz/uvmat_include_win32.tgz windows 32 bits].
    2125
    22 Then perform a checkout in this directory using [http://tortoisesvn.tigris.org/ Tortoise SVN]. The repository is available for download at http://servforge.legi.grenoble-inp.fr/svn/soft-uvmat/trunk/src/.
     26To further update the package with SVN, perform a checkout in this directory using [http://tortoisesvn.tigris.org/ Tortoise SVN]. The repository is available for download at http://servforge.legi.grenoble-inp.fr/svn/soft-uvmat/trunk/src/.
    2327
    2428=== Linux automated installation ===