Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Open-source image processing library that supports high level 3D algorithms? [closed]

High, I need to do some image manipulations on CT volume images. Mainly segmentations. Which open-source library supports 3D algorithms - Filtering, edge detection, deformable objects and so ? Language is not an issue at the moment.

10x

like image 633
user363827 Avatar asked Jun 10 '10 18:06

user363827


Video Answer


3 Answers

You can try itk: http://www.itk.org/

like image 199
ergosys Avatar answered Oct 12 '22 22:10

ergosys


Check out CMTK (C++):

http://www.nitrc.org/projects/cmtk

Also note that nitrc.org is a good place to find more of this sort of thing.

like image 42
mph Avatar answered Oct 12 '22 23:10

mph


For purely 2D image processing then opencv/ivt/vxl
For 3d volume visualization then either the osgvolume part of openscenegraph or VTK

like image 36
Martin Beckett Avatar answered Oct 12 '22 22:10

Martin Beckett