-2

I need some documentation related to itk and vtk for python 3.5 for my learning process.so, any help would be appreciated..Thank you.

1 Answers1

0

See the ITK Python Quick Start Guide.

Matt McCormick
  • 314
  • 2
  • 3
  • But the itk latest version missing of itkvtkglue functions – Tirupathi Rao N Aug 31 '18 at 11:06
  • You have to compile and build VTK then ITK and under the advanced build options in cmake ensure that the ITKVTKglue is selected when building ITK. It is there but you need to select it as it is not a default build option – g.stevo Mar 29 '19 at 02:31
  • On Windows and Linux, it is now possible to `pip install itk-vtkglue`. – Matt McCormick Jul 24 '19 at 18:01