Open-source image processing library that supports high level 3D algorithms? [closed]
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
开发者_JAVA百科 Improve this questionHigh, 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
You can try itk: http://www.itk.org/
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.
For purely 2D image processing then opencv/ivt/vxl
For 3d volume visualization then either the osgvolume part of openscenegraph or VTK
My company processes CT and MR medical images, to perform segmentation, and related shape measurement for industrial clients. We use (and contribute to) VXL as our underlying 2D and 3D image, math and geometry library.
ITK is also very good.
OpenCV http://opencv.willowgarage.com/wiki/ with http://www.amazon.com/Learning-OpenCV-Computer-Vision-Library/dp/0596516134
Assuming you're talking about medical CT (and not industrial inspection), you'll probably find Debian Med's list of open-source packages related to imaging (apps, libraries) well worth a browse.
精彩评论