Medical Imaging, deformable models, simplex meshes
This software is a set of library and programs for manipulating and
visualizing medical images. In particular, it is implementing segmentation
tools based on deformable models. A simplex mesh library and a levelset
library are available. The code is distributed under
GNU public licence.
Download and installation
The latest snapshot is available here.
Compilation should be as easy as:
tar zxvf creaXXXXXX.tar.gz
cd creaXXXXXX.tar.gz
./configure
make
make install
The graphic interface relies on the wxWindows cross-plateform graphic layer
that you can download from
www.wxwindows.org.
and on a basic library that you can download and install from here
lib jmc.
Documentation
Refer to the online documentation to have an
overview of the library content.
References
The most complete reference on this software and its functions is my PhD thesis (in french):
There also exist an english research report that covert a large part of it:
If you need to reference simplex meshes you may also consider the following
publications:
- Globally
constrained deformable models for 3D object reconstruction
J.
Montagnat and
H.
Delingette
Signal Processing, vol 71, No 2, december 1998, pp 173-186, Elsevier Science
- 4D Cylindrical Echocardiographic Images
Anisotropic Filtering for Model Based Segmentation
J.
Montagnat,
M.
Sermesant,
H.
Delingette,
G.
Malandain and
N.
Ayache
- General object reconstruction based on simplex meshes.
H. Delingette
International Journal of Computer Vision, 32(2):111-146, September 1999.
You can find more details on my publications page.