SuperElastix / SimpleElastix

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

After the SuperBuild.. where is the Elastix executable? #325

Open zwep opened 5 years ago

zwep commented 5 years ago

Hi,

I just compiled the Superbuild, everything in SimpleITK works fine. But I was wondering where I can find the Elastix executable. I mean, Simple Elastix needs to get his registration from somewhere.. In Elastix-build I can find a /bin folder.. but that only contains some libraries..

Or am I wrong to assume that Simple Elastix uses a fully accessible Elastix program?

MarHHM commented 4 years ago

AFAIK, that's because the superbuild doesn't generate executables for elastix, it only needs these static libs for further building sitk in the next step (static linking in this case)..

do u really need the exes for elastix? or that's just a question ?? :)

& @kaspermarstal, plz correct me if i'm wrong :)

Cheers,, M