Table of Contents
SPD 3D Points Viewer
Visit the videos page for example videos created with the SPD 3D Points Viewer.
Downloading
The source code can be downloaded from the project svn from the trunk using the following command.
svn co https://spdpointsviewer.svn.sourceforge.net/svnroot/spdpointsviewer/trunk spdpointsviewer
Compilation
If you have the prerequisites installed then just the following commands should build the software
cmake .
make
To execute the software just run SPDPointsViewer.
Prerequisites
The following prerequisites are required to build the software:
- SPDLib (only the spdio library is required)
- Qt - Requires at least version 4.6
- GDAL/OGR
- HDF5