Download

The program is released under GPL!


Latest version:

seg3d_09-02-03.tar.bz2
  • Documentation is now created using doxygen (can be found under menupoint Docs)
  • Minor changes in CGraphRaw


Installation instructions:

If you use debian linux (testing), install the missing libs with
aptitude install libgtkmm-2.4-dev libglademm-2.4-dev libdcmtk1-dev libfftw3-dev libtiff4-dev libkdtree++-dev
libkdtree++-dev version >= 0.7 is necessary (these days you'll find that package in the experimental sources of debian)

To compile, run
./configure && make

The program can be runned with
./seg3d


Older versions:


seg3d_09-01-27.tar.bz2
  • Bugfixes in MemoryContainer which avoids storing values in the wrong order
  • Performance improvements for storing / loading operations
  • Removed header files of libkdtree from the archive
  • Fixed memory leak in Sphere filter

seg3d_09-01-15.tar.bz2
  • minor updates

seg3d_08-12-24.tar.bz2