SuperElastix / SimpleElastix

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

Installing new components with SimpleITK Elastix #457

Open zwep opened 2 years ago

zwep commented 2 years ago

Hi, Ive done the SuperBuild for SimpleITK - Elastix and want to play around with different parameters. For example, I want to use the FullSampler as ImageSampler. However, when running I get the following error in the error log

Error: FullSampler(index 1) - This component is not installed! ERROR: error occurred while creating ImageSampler 0.

itk::ExceptionObject (0x85addb0) Location: "unknown" File: /home/bugger/bin/build_simpleelastix/Elastix/Core/Kernel/elxElastixMain.cxx Line: 827 Description: itk::ERROR: ElastixMain(0x8338ad0): The following component could not be created: FullSampler

ERROR: One or more components could not be created.

How can I install this (and other) components?

EDIT: Just installed and used Elastix without SimpleITK inbetween. Even there I get the same error message. Not unusual behaviour of course. But even more curious now how to install additional components