SuperElastix / SimpleElastix

Multi-lingual medical image registration library
http://simpleelastix.github.io
Apache License 2.0
507 stars 149 forks source link

Use the latest SimpleITK when building SimpleElastix #455

Open PatrikBrynolfsson opened 2 years ago

PatrikBrynolfsson commented 2 years ago

Hello, how do I make sure that the latest commits of the master branch of SimpleITK is used when compiling SimpleElastix? I have tried to tweak the CMake-files, but I am missing a few things in SimpleITK. Are there flags I need to change for the SimpleITK build?

Specifically, there is a method, GetLogBiasFieldAsImage() in the N4BiasFieldCorrectionImageFilter that is not present, that I need to access. There have also been other additions to the SimpleITK source code in the last few days that I would like to include in the SimpleElastix build. Any help is appreciated!