Changes between Version 97 and Version 98 of WikiStart


Ignore:
Timestamp:
Sep 19, 2013, 5:46:29 PM (11 years ago)
Author:
g7moreau
Comment:

Change links

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v97 v98  
    99
    1010== Prerequisit ==
    11 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.
     11This 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, MacOSX and Windows). No additional toolbox from Matlab is requested. The Matlab compiler is however useful to dispatch processing functions on a computer cluster.
    1212
    13 ----
    14 = Help and documentation =
    15 Online help is available at UvmatHelp.
     13== Usefull ==
    1614
    17 ----
    18 = Installation =
    19 Download the .zip archive UVMAT available at  [http://servforge.legi.grenoble-inp.fr/pub/soft-uvmat] and unzip at the appropriate location on your computer.
    20 It should be ready for operations.
     15 * [wiki:UvmatHelp] - Online help and documentation
    2116
    22 This package contains specific Matlab functions updated on a SVN server, as well as a 'fixed' archive containing the toolboxes
     17 * [wiki:Installation] - Procedure to install UVMAT under Linux, MacOSX and Windows
    2318
    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