balbasty / nitorch

Neuroimaging in PyTorch
Other
83 stars 14 forks source link

Autoreg: AutoGrad registration #47

Closed balbasty closed 3 years ago

balbasty commented 3 years ago

This is a command line tool that does affine and/or non-linear registration by leveraging the automatic differentiation framework in PyTorch. It is automatically installed when calling setup.py and it's help is obtained by calling autoreg -h.

There is also a reslicing tool that applies affine and non-linear transformations to a file: nireslice.

This PR also has changes in the io module: