[Insight-users] error in VTKImageIO?
Matthias Guenther
Matthias.Guenther@advancedmri.com
Thu, 21 Feb 2002 10:42:41 -0800
Hi,
I changed the code of itkVTKImageIOTest.cxx to write a 3D image into a
VTK file. In the dimension entry there seems to be a blank missing:
# vtk DataFile Version 3.0
VTK File Generated by Insight Segmentation and Registration Toolkit
(ITK)
ASCII
DATASET STRUCTURED_POINTS
DIMENSIONS 32 3232
...
I would assume should say:
...
DIMENSIONS 32 32 32
...
By the way, I have some problems reading a VTK file in binary form. Is
the reader not finished yet?
Greetings,
Matthias