A MATLAB GIfTI library
This MATLAB class allows to handle GIfTI Geometry file format from the Neuroimaging Informatics Technology Initiative (NIfTI).
It relies on external libraries or functions:
- yxml, by Yoran Heling,
- Base64, by polfosol,
- miniz, by Rich Geldreich,
- mVTK, also available from this website,
- JSONio, also available from this website.
Note that these tools are already included in the GIfTI library provided here, so you don't need to install them separately.
- Download: gifti.zip
- Source code repository: GitHub.
- License: MIT.
- Installation: See the instructions below.
- Demo: See the example below.
There are import facilities from FreeSurfer, VTK, Wavefront OBJ, Stanford PLY, STL and MZ3 file formats.
There are export facilities to VTK, Collada, IDTF, Wavefront OBJ and JS/JSON file formats.
This library is also part of SPM.