[vtkusers] 4D heart MRI
David Gobbi
david.gobbi at gmail.com
Sat May 24 12:59:35 EDT 2014
On Sat, May 24, 2014 at 10:47 AM, PedroVTK <pedro.rodrigues17 at gmail.com> wrote:
>
> Do you find anyway to do it?
I wrote a vtkDICOMReader that reads 4D files, you can try
it out and see if it works for your data:
http://github.com/dgobbi/vtk-dicom
(scroll to the bottom of the page for documentation).
This vtkDICOMReader class has two ways of dealing with time:
1) reader->SetDesiredTimeIndex(i) to read just one time slot
2) reader->TimeAsVectorOn() to read each time slot into a
different scalar component of the data
- David
More information about the vtkusers
mailing list