1

I need to process DICOM formatted medical images and visualize them in 3D, also do some image processing on these images on real-time. Therefore, I am asking this question to learn which SDK has better real-time characteristics for medical visualization and image processing?

4

5 に答える 5

2

Visualization Toolkit(VTK)は、3Dコンピュータグラフィックス、画像処理、および視覚化のためのオープンソースの無料で利用可能なソフトウェアシステムです。

詳細はこちらをご覧ください。

または、別の解決策は、ボリュームレンダリングをサポートする3Dエンジンを変更または利用することです。

さらに、コンピュータービジョンアルゴリズムの場合、OpenCVは有望なようです。

于 2010-04-01T15:15:53.817 に答える
0

画像処理のために、すでに述べたVTKとInsight Toolkit(http://www.itk.org )を組み合わせたMITK( http://mitk.org )をチェックすることができます。開始する別のオプションはSlicer(http://www.slicer.org)ですが、これは必要なライセンスによって異なります。

于 2010-09-16T23:09:52.020 に答える
0

osgVolume is an add-in to the popular openscenegraph library for doing this

于 2010-04-01T15:18:30.087 に答える
0

Just use GDCM+VTK. In 2D simply use gdcmviewer. In 3D you need to build gdcmorthoplanes.

Ref: http://sourceforge.net/apps/mediawiki/gdcm/index.php?title=Gdcmviewer

http://sourceforge.net/apps/mediawiki/gdcm/index.php?title=Using_GDCM_API

于 2010-04-06T14:44:15.740 に答える
-1

In a uni we were taught Matlab for DICOM file processing. I think it has pretty nice and easy to use plugins for that as well. The end results were that using Matlab I was able to do all kinds of DICOM image processing, filtering and so forth.

As you probably know, Matlab is not SDK but a complete environment. Nevertheless you can write scripts to achieve normal application behavior: Create windows, buttons, images, etc.

于 2010-03-31T07:53:39.660 に答える