SuperElastix / SimpleElastix

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

Multichannel registration #477

Open dave-gl opened 2 years ago

dave-gl commented 2 years ago

I'm trying to use SimpleElastix to do alignment of a multichannel image. I'm creating a filter, calling AddFixedImage and AddMovingImage, and then calling Execute, but the output of GetResultImage is one channel. I saw in another thread SimpleElastix isn't compiled for multichannel images. Is there some way around this?

Thanks!