[vtkusers] Visualization of time-series of 3D Volumes stored in .vtk files

Julien Finet julien.finet at kitware.com
Mon Jun 4 08:55:54 EDT 2012


Hi,

The MSV project is currently working on simplifying the use of multi time &
scale visualization within VTK.
http://www.msv-project.eu

Please note this is work in progress, and the documentation is not yet
available for the public:
https://www.biomedtown.org/biomed_town/MSV/consortium/community/wikis/MsvVTKFileSeriesReader


Nonetheless, the code to read time series has been implemented (partly
extracted from Paraview):
https://github.com/MSV-Project/MSVTK

See more specifically
VTK/Parallel/msvVTKFileSeriesReader.h<https://github.com/MSV-Project/MSVTK/blob/master/Libs/VTK/Parallel/msvVTKFileSeriesReader.h>
 and Applications/ECG/msvQECGMainWindow.cxx<https://github.com/MSV-Project/MSVTK/blob/master/Applications/ECG/msvQECGMainWindow.cxx>
for
a use example (tutorials are available on the wiki)

For those interested by the work (time or multi scale support), please
contact:  info at msv-project.eu <d.testi at scsolutions.it> for more information.

Hth,
Julien.

On Mon, Jun 4, 2012 at 8:13 AM, Metty <MH1987 at web.de> wrote:

> Hey,
>
> iam new to vtk and work on a program, to visualize 3D Volumes over time!
> The image data is stored in serveral *.vtk files, so each file is one
> time-step. At this moment, my program can read and display one single vtk
> file. I use ITK to read the data, then export it to vtk, and use the
> smartVolumeMapper and renderer/renderWindow.
> Now, i first try to load the several files step by step in the pipeline,
> but
> it seems to be too slow. 3-4Sec for each volume.
> Next, i try to use the time-support of vtk. I try to load the data in a
> vtkTemporalDataSet, but it doesnt work.
> On paraview i see, it works quiet good with the vtkFileSeriesReader, but i
> cant link this class to my program, cause there are too many dependencies.
> Have somebody any hint for me to solve this problem? At this moment, i have
> no more idea...
>
> Matthias
>
> --
> View this message in context:
> http://vtk.1045678.n5.nabble.com/Visualization-of-time-series-of-3D-Volumes-stored-in-vtk-files-tp5713562.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/20120604/20314738/attachment.htm>


More information about the vtkusers mailing list