SuperElastix / SimpleElastix

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

Translation in 3D image, restrict to X and Y direction #415

Open Verschuur95 opened 3 years ago

Verschuur95 commented 3 years ago

Hi all,

I want to register two 3D images using SimpleElastix in python3.8, but I only want to consider shift in X and Y, shift in Z should be 0. I use the translation default parameter map. Is there a way to restrict shift in Z?

Thanks in advance.