Skip to content

Commit

Permalink
ENH: Update elastix version to 2023-08-16, inc. ExternalInitialTransform
Browse files Browse the repository at this point in the history
Including pull request SuperElastix/elastix#944

Adds a `SetExternalInitialTransform` member function to `ElastixRegistrationMethod`,
allowing to specify any ITK transform as initial transform.
  • Loading branch information
N-Dekker committed Aug 16, 2023
1 parent 5ff6a91 commit 0573d9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ if(SKBUILD)
endif()

set(elastix_GIT_REPOSITORY "https://github.com/SuperElastix/elastix.git")
set(elastix_GIT_TAG "115d8e1c7b0b23973bfc919a2bf4768f32e4e843")
set(elastix_GIT_TAG "23937288318b4ff42b225fbbfbc4abb128e06384")
FetchContent_Declare(
elx
GIT_REPOSITORY ${elastix_GIT_REPOSITORY}
Expand Down

0 comments on commit 0573d9a

Please sign in to comment.