enter image description here I noticed that SimpleElastix is no longer maintained and integrated into SimpleITK. the link is "https://github.com/SuperElastix/SimpleElastix".
what does that mean to use SimpleElastix through SimpleITK by enabling the CMake option 'SimpleITK_USE_ELASTIX'.
Could anyone tell me something about this?
According to https://simpleitk.readthedocs.io/en/master/building.html
you give the option as follows:
or via some cmake-GUI (never used it myself, though)
It compiled just fine and my previous code emplyoing the python wrapper runs as before. I stumbled on the same issue and your question popped up when searching for the solution ;)