Skip to content

Commit

Permalink
ENH: Bump elastix version to 2022-12-12
Browse files Browse the repository at this point in the history
Including:

pull request SuperElastix/elastix#770
commit SuperElastix/elastix@c0262ba
"ENH: Add CMake options to not install artifacts", by Matt McCormick

pull request SuperElastix/elastix#767
"ElastixRegistrationMethod transform objects", adding:

 - ElastixRegistrationMethod::GetCombinationTransform()
 - TransformixFilter::SetCombinationTransform(transform)
 - ElastixRegistrationMethod::GetNumberOfTransforms()
 - ElastixRegistrationMethod::GetNthTransform(n)
 - ElastixRegistrationMethod::ConvertToItkTransform(transform)

pull request SuperElastix/elastix#755
commit SuperElastix/elastix@7fe8ed9
"ENH: Add TransformixFilter SpatialJacobian, DeterminantOfSpatialJacobian"
  • Loading branch information
N-Dekker committed Dec 14, 2022
1 parent 8460bb1 commit 7c00af9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -43,7 +43,7 @@ set(_itk_build_shared ${BUILD_SHARED_LIBS})
set(BUILD_SHARED_LIBS OFF) # Elastix does not support shared libs

set(elastix_GIT_REPOSITORY "https://github.com/SuperElastix/elastix.git")
set(elastix_GIT_TAG "9e6efb6f9aa3b3545c7365a4b2c97aa2f88a17b5")
set(elastix_GIT_TAG "6d90b8d0c5b5ccab8e3dde5107454829b47e2f4d")
FetchContent_Declare(
elx
GIT_REPOSITORY ${elastix_GIT_REPOSITORY}
Expand Down

0 comments on commit 7c00af9

Please sign in to comment.