[vtkusers] how many DICOM files can i read with VTK on 32 bit machine

Jérôme jerome.velut at gmail.com
Tue Oct 20 07:58:32 EDT 2009


Hi,
The maximum size of a file that VTK could open is directly linked to your
memory capacities. If you think that you have sufficient memory to open your
3000 DICOM files, then I can tell something I experienced. I had 10 volumes
of a cardiac sequence, represented by, say, 1000 DICOM 2D files. When I used
vtkDICOMImageReader, I was able to open only the 100 first files. In fact,
it was normal since these files are from the 1st sequence. This information
is present in the DICOM header.

In my case, a work-around was to separate each sequence in different
sub-folder.

Hope that helps,
Jerome

2009/10/20 Orlinn <MeinDatenLaufwerk at googlemail.com>

>
> Hello vtk friends,
>
> i use vtk in combination with java on an 32 bit machine(win xp, 3 GB RAM).
> To read the DICOM files i use the class vtkDICOMImageReader.
> i have about 3000 DICOM but i can only read about 1100 files.
> Has anybody experience how many files or what can be the maximum size of
> afile(for example a raw file) that vtk can read??
>
> thank you
> --
> View this message in context:
> http://www.nabble.com/how-many-DICOM-files-can-i-read-with-VTK-on-32-bit-machine-tp25972778p25972778.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/20091020/7194e63e/attachment.htm>


More information about the vtkusers mailing list