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
CMake Error at CMakeLists.txt:39 (find_package):
By not providing "FindANTS.cmake" in CMAKE_MODULE_PATH this project has
asked CMake to find a package configuration file provided by "ANTS", but
CMake did not find one.
Could not find a package configuration file provided by "ANTS" with any of
the following names:
ANTSConfig.cmake
ants-config.cmake
The easiest path forward seems to be to resolve ANTsX/ANTs#1369.
itkANTSRegistration: warning(4): ITK type not wrapped, or currently not known: itk::DataObjectDecorator< itk::CompositeTransform< double, 2 > >
itkANTSRegistration: warning(4): ITK type not wrapped, or currently not known: itk::DataObjectDecorator< itk::CompositeTransform< double, 3 > >
Ref: https://antspyx.readthedocs.io/en/latest/registration.html
The wrapping of itk.ANTSRegistration,
itk.ants_registration
, should have a similar API and behavior as antspyants.registration
.First add tests following the ANTs tests for just all the C++ interfaces, options and behavior.
Then add the corresponding Python tests.
The text was updated successfully, but these errors were encountered: