[vtkusers] Volume Rendering

Dženan Zukić dzenanz at gmail.com
Tue Aug 23 04:03:57 EDT 2011


Are you using VTK's DICOM reader? It seems to be quite limited:
http://www.vtk.org/doc/nightly/html/classvtkDICOMImageReader.html

You should use ITK's DICOM reading capabilities, and then use
itk::ImageToVTKImage filter to convert it to VTK's format ready for
visualization. If you want to preserve physical coordinate, you may use this
example:
http://www.itk.org/Wiki/ITK/Examples/IO/itkVtkImageConvertDICOM

For standard way of reading DICOM images take a look at this example:
http://itk.org/gitweb?p=ITK.git;a=blob;f=Examples/IO/DicomSeriesReadImageWrite2.cxx;h=2f70be77202d2417c25e918102c5f96d643a14ca;hb=master

On Tue, Aug 23, 2011 at 09:53, Claire.Fanny <Claire.Fanny1995 at gmail.com>wrote:

> Hi I am Claire ,I am Software developer and now a days I am working on
> DICOM
> viewer well after a lot of searching i got this VTK which is awesome and
> with C# Integration is quite amazing.
>
> 1) My first task is to display DICOM image data on window and by searching
> and with the help of some VTI users i got some success now i can display
> DICOM image on window but there is only few DICOM studies which i can read
> and most of the other studies transpire some problem, i have attached the
> output window you all can see the problem.
>
> 2) My second task is to render 2d images into 3d.
>
> 3) And last task is to display the 3d DICOM Image, sample images available
> on http://pubimage.hcuge.ch:8080/ although by help of other member i got
> the
> code and it works fine only with KNEE DICOM study but if I use any other
> study so the same problem occur which you all a see on attachment.
>
> Please help me out.
>
> Regards
> Claire Fanny
> Software Developer
>
>
> --
> View this message in context:
> http://vtk.1045678.n5.nabble.com/Volume-Rendering-tp4725863p4725863.html
> Sent from the VTK - Users mailing list archive at Nabble.com.
> _______________________________________________
> Powered by www.kitware.com
>
> Visit other Kitware open-source projects at
> http://www.kitware.com/opensource/opensource.html
>
> Please keep messages on-topic and check the VTK FAQ at:
> http://www.vtk.org/Wiki/VTK_FAQ
>
> Follow this link to subscribe/unsubscribe:
> http://www.vtk.org/mailman/listinfo/vtkusers
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.vtk.org/pipermail/vtkusers/attachments/20110823/173107cf/attachment.htm>


More information about the vtkusers mailing list