-
Notifications
You must be signed in to change notification settings - Fork 2
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
n-Dimensional transformations for image processing #6
Comments
cc @jni |
@kne42 you should practice your math lecturing skills before the sprint, so you can explain this gibberish to me. 😂 Incidentally, it is ok for a subset of transforms to only support a subset of dimensionalities, as long as it is all well-documented. The principal goal is to make sure our coordinates match NumPy axes for the whole |
Have you played with |
@jakirkham No, I have not. It looks very useful though! I should probably familiarize myself with |
Should probably add an |
The |
I have been considering expanding the
transforms
module of scikit-image to support n-dimensional operations. This would provide more utility and lay the groundwork to start expanding the rest of the library to work in nD as well.Essential matrices will be an issue however since they make use of the wedge product, which is not implemented in
numpy
.The text was updated successfully, but these errors were encountered: