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.
Asked
Active
Viewed 106 times
-2
-
this question is not about coding itself, therefore doesnt belong here – Ahorn Aug 10 '18 at 09:50
1 Answers
0
See the ITK Python Quick Start Guide.

Matt McCormick
- 314
- 2
- 3
-
-
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