<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">
      <meta http-equiv="content-type" content="text/html;
        charset=ISO-8859-1">
      Hi Massi,<br>
      <br>
      Try following examples<br>
      <a
        href="http://www.vtk.org/Wiki/VTK/Examples/Cxx#Volume_Rendering">http://www.vtk.org/Wiki/VTK/Examples/Cxx#Volume_Rendering</a><br>
      <br>
      Specifically,<br>
      <meta http-equiv="content-type" content="text/html;
        charset=ISO-8859-1">
      <a
href="http://www.vtk.org/Wiki/VTK/Examples/Cxx/VolumeRendering/SmartVolumeMapper">
        <meta http-equiv="content-type" content="text/html;
          charset=ISO-8859-1">
      </a><a
href="http://www.vtk.org/Wiki/VTK/Examples/Cxx/VolumeRendering/MinIntensityRendering">http://www.vtk.org/Wiki/VTK/Examples/Cxx/VolumeRendering/MinIntensityRendering</a><br>
      In this example you have to change the reader to
      vtkDICOMImageReader.<br>
      <br>
      That is&nbsp; (Java Code)<br>
      <br>
      &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; vtkDICOMImageReader reader = new vtkDICOMImageReader();<br>
      &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; reader.SetDirectoryName(dicomSeriesDirectoryName);&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
      <br>
      &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; reader.Update();<br>
      <br>
      Note:<br>
      "dicomSeriesDirectoryName" should contain only one series of docom
      images without any topogram image.<br>
      <br>
      --<br>
      Sathish<br>
      <br>
      On Saturday 08 September 2012 01:08 AM, Massi wrote:<br>
    </div>
    <blockquote cite="mid:1347046703323-5715945.post@n5.nabble.com"
      type="cite">
      <pre wrap="">Dear all,
Is there an example how to stack DICOM series into one volume? 

thnx all

Massi 



--
View this message in context: <a class="moz-txt-link-freetext" href="http://vtk.1045678.n5.nabble.com/Get-a-volume-from-a-stack-of-dicom-tp5715945.html">http://vtk.1045678.n5.nabble.com/Get-a-volume-from-a-stack-of-dicom-tp5715945.html</a>
Sent from the VTK - Users mailing list archive at Nabble.com.
_______________________________________________
Powered by <a class="moz-txt-link-abbreviated" href="http://www.kitware.com">www.kitware.com</a>

Visit other Kitware open-source projects at <a class="moz-txt-link-freetext" href="http://www.kitware.com/opensource/opensource.html">http://www.kitware.com/opensource/opensource.html</a>

Please keep messages on-topic and check the VTK FAQ at: <a class="moz-txt-link-freetext" href="http://www.vtk.org/Wiki/VTK_FAQ">http://www.vtk.org/Wiki/VTK_FAQ</a>

Follow this link to subscribe/unsubscribe:
<a class="moz-txt-link-freetext" href="http://www.vtk.org/mailman/listinfo/vtkusers">http://www.vtk.org/mailman/listinfo/vtkusers</a>
</pre>
    </blockquote>
    <br>
  </body>
</html>