PDA

View Full Version : Qt and medical imaging



NightCoder89
17th July 2012, 21:16
Hi all, I need your help. I am new in medical imaging, and I need some good developing tool or library for: image processing, segmentation, three-dimensional design, DICOM. I use visual studio 2010, C++.

Sorry for bad english :o .

ChrisW67
18th July 2012, 01:07
OpenCV (http://opencv.willowgarage.com/) might do some of the image processing stuff. VTK (http://www.vtk.org/) can read DICOM files and is used in some other medical imaging applications. Both can be used in conjunction with a Qt user interface and other components, otherwise this question has nothing to do with Qt.

NightCoder89
18th July 2012, 15:50
Thank you, I too thought about OpenCV and MITK.