[Insight-users] itkVTKImageIO does not read back VECTORS image
Denis Shamonin
dshamoni at science.uva.nl
Wed May 13 06:28:29 EDT 2009
Hi,
I think I found a bug in itkVTKImageIO. It is not possible to read back
vector images which were created by itkVTKImageIO.
You end up in an infinite loop during
InternalReadImageInformation(std::ifstream& file)
in the for loop starting at Line 234 itkVTKImageIO.cxx
With images of type:
itk::Image< itk::Vector<float, 3>, 3 >
Bug description:
http://www.itk.org/Bug/view.php?id=9013
Would it be possible to fix it for the coming release?
-Denis
More information about the Insight-users
mailing list