[vtkusers] Get a volume from a stack of dicom

kingvsk at aol.com kingvsk at aol.com
Sat Sep 8 01:17:47 EDT 2012


Hi Massi,

Try following examples
http://www.vtk.org/Wiki/VTK/Examples/Cxx#Volume_Rendering

Specifically,
<http://www.vtk.org/Wiki/VTK/Examples/Cxx/VolumeRendering/SmartVolumeMapper>http://www.vtk.org/Wiki/VTK/Examples/Cxx/VolumeRendering/MinIntensityRendering
In this example you have to change the reader to vtkDICOMImageReader.

That is  (Java Code)

         vtkDICOMImageReader reader = new vtkDICOMImageReader();
         reader.SetDirectoryName(dicomSeriesDirectoryName);
         reader.Update();

Note:
"dicomSeriesDirectoryName" should contain only one series of docom 
images without any topogram image.

--
Sathish

On Saturday 08 September 2012 01:08 AM, Massi wrote:
> Dear all,
> Is there an example how to stack DICOM series into one volume?
>
> thnx all
>
> Massi
>
>
>
> --
> View this message in context: http://vtk.1045678.n5.nabble.com/Get-a-volume-from-a-stack-of-dicom-tp5715945.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/20120908/83ac9ae3/attachment.htm>


More information about the vtkusers mailing list