Changes between Version 70 and Version 71 of WikiStart
- Timestamp:
- Jun 7, 2013, 7:11:40 AM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v70 v71 7 7 8 8 == 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.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 to dispatch processing functions on a computer cluster. 10 10 11 11 == Installation == 12 The package contains specific functions updated on a SVN server, as well as a 'fixed' archive containing the toolboxes12 The package contains specific Matlab functions updated on a SVN server, as well as a 'fixed' archive containing the toolboxes 13 13 * xmltree (http://www.artefact.tk/software/matlab/xml) , used for reading and editing xml files 14 14 * geometric calibration (http://www.vision.caltech.edu/bouguetj/calib_doc) 15 15 An upgrade of these toolboxes from their source web site may be needed depending on the system and Matlab version. 16 16 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. 17 A set of xml schemas, updated by SVN, is also provided as templates for editing xml files within uvmat. 18 19 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, it must be transformed into ''PARAM.xml'', unchanged by further SVN updates. 20 21 Finally 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. 18 22 19 23 === Windows installation === 20 24 Extract the following archive [http://coriolis.legi.grenoble-inp.fr/IMG/tgz/uvmat_include_win32.tgz windows 32 bits]. 21 25 22 T henperform 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/.26 To 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/. 23 27 24 28 === Linux automated installation ===