Use ITK5.0.1 for my project which was developed based on ITK4.2 before

Hi All,
I would like to build ITK5.0.1 using VS2017 on Windows 10 and use it for my project which was developed on ITK4.2 before.
I think I need to enable ITK4 in the CMake setting, right?
Also, I used VTK5.8 in my project before and want to replace it with VTK8.2. How to build VTK8.2 so I do not need to change much code.

Thanks a lot.

YL

1 Like

ITKv5 migration guide can be found here.

VTK migration can be aided by the version-to-version changes, as well as asking on the VTK forum.

2 Likes

Many thanks for you pointing to the reference!

1 Like