SuperElastix / SimpleElastix

Multi-lingual medical image registration library

Home Page:http://simpleelastix.github.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Multichannel registration

dave-gl opened this issue · comments

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!