[Insight-users] itkImageToVTKImageFilter crashing during runtime
Chunwoo Kim
cwkim at jhu.edu
Mon Aug 1 18:49:52 EDT 2011
Dear ITK users
I'm trying to learn ITK using the tutorial found at ITK website.
http://www.itk.org/ITK/help/tutorials.html I'm trying to display image from
ITK using VTK as described in 'Getting Started II' slide of the tutorial.
The code from the tutorial compiles without problem, but when I run the
program I always get memory error at
itk::ImageToVTKImageFilter<ImageType> ConnectorType;
ConnectorType::Pointerconnector= ConnectorType::New(); // Error occurs at
this line.
I searched previous mailing list but have not seen any case of such an
error. What can be the problem. I'm using ITK 3.2.0 with VTK 5.6.1. Thank
you
- Chun
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.itk.org/pipermail/insight-users/attachments/20110801/4201fb0e/attachment.htm>
More information about the Insight-users
mailing list