Changes between Version 76 and Version 77 of WikiStart
- Timestamp:
- Jul 3, 2013, 12:42:52 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v76 v77 1 [[Image(arton3.png)]] 2 = --- UVMAT --- = 1 [[Image(arton3.png)]] 2 3 = --- UVMAT --- = 3 4 UVMAT is a set of Matlab functions and graphic user interfaces for Particle Imaging Velocimetry with tools for scanning images and data files (vectors and scalars in 2D and 3D), geometric calibrations, image pre-processing and analysis of time series. It is designed to favor data management, relying on the standard NetCDF file format and xml documentation files. 4 5 … … 6 7 7 8 This free Matlab toolbox contains a graphic user interface to scan and visualize series of images and data fields (vectors and scalars). It provides statistics and various processing for these data. It also contains a graphic user interface to run the Correlation Image Velocimetry software CIVx and analyze its results. 8 9 9 10 10 == Prerequisit == 11 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. 12 ----------------------------- 12 13 ---- 13 14 == Installation == 14 The package contains specific Matlab functions updated on a SVN server, as well as a 'fixed' archive containing the toolboxes 15 Download the .zip archive [[Image(UVMAT_ver659)]] 16 17 The package contains specific Matlab functions updated on a SVN server, as well as a 'fixed' archive containing the toolboxes 18 15 19 * xmltree (http://www.artefact.tk/software/matlab/xml) , used for reading and editing xml files 16 20 * geometric calibration (http://www.vision.caltech.edu/bouguetj/calib_doc) 21 17 22 An upgrade of these toolboxes from their source web site may be needed depending on the system and Matlab version. 18 23 19 24 A set of xml schemas, updated by SVN, is also provided as templates for editing xml files within uvmat. 20 25 21 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. 26 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. 22 27 23 28 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. 24 29 25 30 === Windows installation === 26 31 Extract the following archive [http://coriolis.legi.grenoble-inp.fr/IMG/tgz/uvmat_include_win32.tgz windows 32 bits]. … … 39 44 === CivX developper installation (Fortran programs for advanced users) === 40 45 If you also wish to have the last version of CIV and compile it on your machine, please see CivxDevelloperInstallation 41 ---------------------------------- 46 47 ---- 42 48 == Help and documentation == 43 49 Online help is available at UvmatHelp. … … 48 54 * [wiki:"Tutorial: projection objects" Tutorial: projection objects] 49 55 50 * [wiki:"Tutorial: geometric calibration" ]56 * [wiki:"Tutorial: geometric calibration" Tutorial: geometric calibration] 51 57 52 * [wiki:"Tutorial: processing image series" ]58 * [wiki:"Tutorial: processing image series" Tutorial: processing image series] 53 59 54 * [wiki:"Tutorial: Particle Image Velocimetry" ]60 * [wiki:"Tutorial: Particle Image Velocimetry" Tutorial: Particle Image Velocimetry] 55 61 56 * [wiki:"Tutorial: displacement measured by image correlation" ]62 * [wiki:"Tutorial: displacement measured by image correlation" Tutorial: displacement measured by image correlation]