pieper
(Steve Pieper (Isomics, Inc.))
May 31, 2019, 7:31pm
1
Now that ITK5 is officially out, are there any roadblocks to updating slicer?
(and congrats to the ITK team! )
We are happy to announce the Insight Toolkit (ITK) 5.0.0! 🎉 ITK is an open-source, cross-platform toolkit for N-dimensional scientific image processing, segmentation, and registration. ITK 5.0.0 is a major release that features an incredible...
Reading time: 6 mins 🕑
Likes: 24 ❤
4 Likes
jcfr
(Jean Christophe Fillion Robin (Kitware))
May 31, 2019, 7:34pm
2
The good news is that ITK community has been very proactive and helped us transition to ITK5, we are already using 5.0.rc01.
Updating to use the ITKv5 final version should require less work.
1 Like
pieper
(Steve Pieper (Isomics, Inc.))
May 31, 2019, 8:34pm
3
That’s great @jcfr
@siaeleni and I have an extension we’d like to submit but there was one small build error so we we’ve been holding back until Slicer moves to the new version. There’s no particular rush, but it’s good to know there aren’t any other showstoppers.
SNRLab:master
← pieper:master
opened 08:29PM - 07 May 19 UTC
This commit moves the LineMarkerRegistration module
into a subdirectory and als… o modernizes the code
with a few C++ 11 and ITK v5 updates.
Note that to avoid a build error related to std::vector
of bool on mac, ITK should include the following patch:
https://github.com/InsightSoftwareConsortium/ITK/pull/486/files
1 Like