Skip to content

Commit

Permalink
BUG: Update ITK to fix incorrect comparison of NIFTI header matricies
Browse files Browse the repository at this point in the history
Incorrect call when comparing matrices in nifti headers.
The 4x4 transformation matrix needed to be decomposed and
each individual component checked for similarity.

List of ITK changes:

$ git shortlog eeb7f43c49..9745ba2fae --no-merges
Hans J. Johnson (1):
      [Backport PR-3685] BUG: Incorrect comparison of nifti header matricies

Co-authored-by: James Butler <[email protected]>
  • Loading branch information
jcfr and jamesobutler committed Feb 1, 2023
1 parent 6680e0f commit 1716788
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SuperBuild/External_ITK.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ if(NOT DEFINED ITK_DIR AND NOT Slicer_USE_SYSTEM_${proj})

ExternalProject_SetIfNotDefined(
Slicer_${proj}_GIT_TAG
"eeb7f43c49b2e1c1b7b746a35a458ce65c080277" # slicer-v5.3rc04-2022-09-19-62eb5ca
"9745ba2fae8abf31175deae87ff3e55e81c0a663" # slicer-v5.3rc04-2022-09-19-62eb5ca
QUIET
)

Expand Down

0 comments on commit 1716788

Please sign in to comment.