ANTsX / ANTsPy

A fast medical imaging analysis library in Python with algorithms for registration, segmentation, and more.
https://antspyx.readthedocs.io
Apache License 2.0
608 stars 161 forks source link

Rotation only registration #507

Open bradfeiger opened 10 months ago

bradfeiger commented 10 months ago

Is there a way to register two arrays using only rotation?

ntustison commented 10 months ago

Have you looked at the -g option of antsRegistration? Granted, it's something that I've never used at scale but it should work for what you want, from what I remember.