You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have used the SimpleITK with Elastix (formerly SimpleElastix) library for image registration (see #42, #379). Although this library has worked well, it is currently not available as a precompiled wheel with Elastix on PyPi. ITK-Elastix is a package available on PyPi that provides this access to Elastix, which would remove the requirement for the custom SimpleITK build that we currently provide.
Since both SimpleITK and ITK-Elastix use ITK, they have similar APIs though with important caveats. Our goal will be to extend support for image registration using ITK-Elastix while maintaining support for SimpleITK and eventually making SimpleITK optional for MagellanMapper. Once we no longer require custom builds of SimpleITK, we can begin to make MagellanMapper available on PyPi as wel.
We have used the SimpleITK with Elastix (formerly SimpleElastix) library for image registration (see #42, #379). Although this library has worked well, it is currently not available as a precompiled wheel with Elastix on PyPi. ITK-Elastix is a package available on PyPi that provides this access to Elastix, which would remove the requirement for the custom SimpleITK build that we currently provide.
Since both SimpleITK and ITK-Elastix use ITK, they have similar APIs though with important caveats. Our goal will be to extend support for image registration using ITK-Elastix while maintaining support for SimpleITK and eventually making SimpleITK optional for MagellanMapper. Once we no longer require custom builds of SimpleITK, we can begin to make MagellanMapper available on PyPi as wel.
Goals of PRs in this series:
The text was updated successfully, but these errors were encountered: