elastix is open source software, based on the Insight Segmentation and Registration Toolkit (ITK). The software consists of a collection of algorithms that are commonly used to solve (medical) image registration problems. Reproducible: Always Steps to Reproduce:
Created attachment 255841 [details] Elastix ebuild
Elastix requires the Insight Toolkit to be installed
Created attachment 255847 [details] Metadata file with description
Why sci-visualization? elastix doesn't provide any kind of visualization, it is only a command line tool.
Created attachment 350734 [details, diff] Correctly disable mevisdicomtiff Even though mevisdicomtiff was disabled, the build system tries to build and link it. This becomes an issue because it requires itk_tiff.h which is no longer installed with ITK 4.4. The patch corrects the issue by not building mevisdicomtiff when it is disabled.
Created attachment 350738 [details] Updated ebuild New ebuild that applies the "disable mevisdicomdiff" patch amd enabled USE_KNN... because the build system requires the libANN to be build.