[Insight-users] Problem with configuring ITK with VTK

John Drescher drescherjm at gmail.com
Wed Mar 10 17:43:35 EST 2010


> I have just configuring cmake with set ITK_DIR to the binary directory
> where ITKwas built and set VTK_DIR to the binary directory where VTK was
> built
> I don't undersand why it doesn't found the itkImageToVTKImageFilter.h
> library.
>

Last time I looked there was somewhere in the wiki recommending that
you copy the following 4 files to your application from the folder
InsightApplications/Auxiliary/vtk:

     itkImageToVTKImageFilter.h
     itkImageToVTKImageFilter.txx
     itkVTKImageToImageFilter.h
     itkVTKImageToImageFilter.txx

John


More information about the Insight-users mailing list