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
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
OpenCV http://opencv.willowgarage.com/wiki/ with http://www.amazon.com/Learning-OpenCV-Computer-Vision-Library/dp/0596516134
If you want to perform some tasks like 3D terrain visualization, rendering, shadow effects the you can have a look at OpenSceneGraph.
For purely 2D image processing then opencv/ivt/vxl
For 3d volume visualization then either the osgvolume part of openscenegraph or VTK