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

Affine updates #505

Closed seogier closed 11 months ago

seogier commented 11 months ago

Added a function Affine3D to enable use of a generic affine transformation.

Also made minor correction to comments for Translate3D

ntustison commented 11 months ago

Thanks for this.