SimpleVol: a 3D Digital Object Manipulation Package
David Coeurjolly (david.coeurjolly@liris.cnrs.fr)
Overview
Simplevol is a set of tools (libraries
and CLI) designed to deal with 3D voxel pictures (a voxel is a 3D
pixel). It provides features such reading a voxel file, writing a voxel
file and dealing with it in a C++ program. It implements its own
documented-and-easy file formats.
Simplevol is composed of four subpackages:
- libvol: C++ vol library (unsigned char)
- liblongvol: C++ vol library (long int)
- voltools: a set of tools to manipulate vol and longvol
objects
- volgen : Volume Generator
GForge
Project page
Download and Installation
- Download the last release:
Simplevol project
- Install and
use cmake
to generate the project (e.g. Unix Makefile)
- Generate the Makefile with the "cmake ." command (see
README)
- Compile the sources using the make
command.
Development version with SVN.
svn checkout svn://scm.gforge.liris.cnrs.fr/svnroot/simplevol
If you want to contribute, please go to the Project:
- Mailing lists
- Bug tracker
dcoeurjo
Last modified: Mon Sep 29 15:46:32
CEST 2008