-
-
Notifications
You must be signed in to change notification settings - Fork 47
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
higher-level ndimage
functionality
#201
Comments
Hi @martinschorb, that's a great idea :) I also think it makes sense to make more Here are some thoughts: I quickly went through https://github.com/scipy/scipy/blob/master/scipy/ndimage/interpolation.py and it seems only Then a Another idea might be to have a central function that for each high-level @martinschorb Were you having anything specific in mind regarding how to best implement these functions for |
In terms of reusing SciPy implementations, this is something we are discussing with upstream in issue ( scipy/scipy#10204 ) |
I was playing around with |
So, one issue I discovered when looking at This calls a constructor resulting in a |
@gcaria I think this was just the start of the discussion, which was followed up upon in this PR by @martinschorb. For rotating arrays you could use |
Thanks @m-albert ! Sorry I had deleted my message right after posting it, because I realized there was something I had misread in the code, but here it is to make this conversation still readable:
|
Adressed by #213. |
Hi,
I am fighting with large image arrays and found @m-albert 's amazing contribution opening up
affine_transform
. #159Would it be possible to make the higher-level functions (such as
rotate
) that implicitly useaffine_transform
available as well?I guess that they could become part of this function family #198 .
The text was updated successfully, but these errors were encountered: