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:

You can find more details on my publications page.