You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm about to start working on python (mostly numpy) based geometric transformation of 3D images. I feel nibabel could be the best host to a new module nibabel.transforms.
I would start by implementing affine transforms (which is almost there already with resample_from_to) and free-deformation fields (e.g. generated by ANTs registration).
Next steps would include taking in collapsed transforms (hdf5), and also parametric transforms (e.g. BSpline).