mbramerloh
Results
1
issues of
mbramerloh
In AntsPy, applying a transformation to an image with an interpolation other than linear results in an error message. Minimal working example: This works: ``` img1 = ants.from_numpy(np.zeros([2,2,2])) tx =...