[Insight-users] itkImageToVTKImageFilter crashing during runtime

John Drescher drescherjm at gmail.com
Mon Aug 1 20:18:52 EDT 2011


On Mon, Aug 1, 2011 at 6:49 PM, Chunwoo Kim <cwkim at jhu.edu> wrote:
> 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
>

Is this on windows?

John


More information about the Insight-users mailing list