Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • S Slicer
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 40
    • Merge requests 40
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Sam Horvath
  • Slicer
  • Merge requests
  • !1096

ENH: Update ITK from v4.13 to v5.0rc1, Update BRAINSTools and SimpleITK

  • Review changes

  • Download
  • Email patches
  • Plain diff
Closed phcerdan requested to merge github/fork/phcerdan/test_itkv5 into master Mar 05, 2019
  • Overview 23
  • Commits 1
  • Changes 12

To help extension developers transition their code base, a migration guide is also available on the wiki. See https://www.slicer.org/wiki/Documentation/Nightly/Developers/Tutorials/MigrationGuide/ITK4-to-ITK5

This commit implements the following changes

  • Compatibility with refactor of threading models in ITK: Fix compilation using ProcessingThreader class instead of PlatformMultiThreader. ITKv5 reorganized the multi-threading capabilities of ITK into a more modular organization and naming to support several modern parallelism paradigms.

    Note that these changes allow Slicer to compile with ITKv5, but does not take advantage of any enhancement supporting new threading models. ProcessingThreader is still the old-renamed PlatformMultiThreader.

    These changes were originally associated with PR https://github.com/Slicer/Slicer/pull/1057

  • Fix compilation issue related to ComputeJacobianWithRespectToPosition parameter mismatch.

    ITKv5 change the argument of some transform functions from JacobianType to JacobianPositionType. This fixes the new signatures.

    These changes were originally associated with PR https://github.com/Slicer/Slicer/pull/1055

List of BRAINSTools changes:

$ git shortlog --no-merges b045970..ac4dafaa

[...]

List of SimpleITK changes:

$ git shortlog --no-merges v1.1.0..dc5c1a1d
[...]

Co-authored-by: Pablo Hernandez-Cerdan pablo.hernandez.cerdan@outlook.com Co-authored-by: Hans Johnson hans.j.johnson@gmail.com Co-authored-by: Sam Horvath sam.horvath@kitware.com Co-authored-by: Jean-Christophe Fillion-Robin jcfr@kitware.com

Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: github/fork/phcerdan/test_itkv5