[vtkusers] Read and resample large volumes

Sean Larkin sean.larkin at lickenbrocktech.com
Mon Jun 13 11:36:39 EDT 2011


I have data that is too large to be read into memory at once.  The data is
in a single .raw file.  I would like to be able to read a portion of this
file, resample the data and then either insert into vtkVolume or add to a
single file.  Basically the idea is to take the volume and resample it and
put it into a single file(the whole resampled volume) by iterating through
the original large .raw file and then render this smaller volume.  And then
be able to return to the smaller volume to resample it or change its
spacing, etc. from a vtkImageReader.  Is there a way to do this using
vtkImageReader?

 

Thanks,

Sean

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.vtk.org/pipermail/vtkusers/attachments/20110613/1c586e98/attachment.htm>


More information about the vtkusers mailing list