<font size="2"><font face="verdana,sans-serif">Are you using VTK's DICOM reader? It seems to be quite limited:</font></font><div><font size="2"><font face="verdana,sans-serif"><a href="http://www.vtk.org/doc/nightly/html/classvtkDICOMImageReader.html">http://www.vtk.org/doc/nightly/html/classvtkDICOMImageReader.html</a><br>
</font></font><div><div><br></div><div>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:</div>
<div><a href="http://www.itk.org/Wiki/ITK/Examples/IO/itkVtkImageConvertDICOM">http://www.itk.org/Wiki/ITK/Examples/IO/itkVtkImageConvertDICOM</a></div><div><br></div><div>For standard way of reading DICOM images take a look at this example:</div>
<div><a href="http://itk.org/gitweb?p=ITK.git;a=blob;f=Examples/IO/DicomSeriesReadImageWrite2.cxx;h=2f70be77202d2417c25e918102c5f96d643a14ca;hb=master">http://itk.org/gitweb?p=ITK.git;a=blob;f=Examples/IO/DicomSeriesReadImageWrite2.cxx;h=2f70be77202d2417c25e918102c5f96d643a14ca;hb=master</a></div>
<div><br><div class="gmail_quote">On Tue, Aug 23, 2011 at 09:53, Claire.Fanny <span dir="ltr"><<a href="mailto:Claire.Fanny1995@gmail.com">Claire.Fanny1995@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
Hi I am Claire ,I am Software developer and now a days I am working on DICOM<br>
viewer well after a lot of searching i got this VTK which is awesome and<br>
with C# Integration is quite amazing.<br>
<br>
1) My first task is to display DICOM image data on window and by searching<br>
and with the help of some VTI users i got some success now i can display<br>
DICOM image on window but there is only few DICOM studies which i can read<br>
and most of the other studies transpire some problem, i have attached the<br>
output window you all can see the problem.<br>
<br>
2) My second task is to render 2d images into 3d.<br>
<br>
3) And last task is to display the 3d DICOM Image, sample images available<br>
on <a href="http://pubimage.hcuge.ch:8080/" target="_blank">http://pubimage.hcuge.ch:8080/</a> although by help of other member i got the<br>
code and it works fine only with KNEE DICOM study but if I use any other<br>
study so the same problem occur which you all a see on attachment.<br>
<br>
Please help me out.<br>
<br>
Regards<br>
Claire Fanny<br>
Software Developer<br>
<br>
<br>
--<br>
View this message in context: <a href="http://vtk.1045678.n5.nabble.com/Volume-Rendering-tp4725863p4725863.html" target="_blank">http://vtk.1045678.n5.nabble.com/Volume-Rendering-tp4725863p4725863.html</a><br>
Sent from the VTK - Users mailing list archive at Nabble.com.<br>
_______________________________________________<br>
Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
<br>
Please keep messages on-topic and check the VTK FAQ at: <a href="http://www.vtk.org/Wiki/VTK_FAQ" target="_blank">http://www.vtk.org/Wiki/VTK_FAQ</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://www.vtk.org/mailman/listinfo/vtkusers" target="_blank">http://www.vtk.org/mailman/listinfo/vtkusers</a><br>
</blockquote></div><br></div></div></div>