-
Notifications
You must be signed in to change notification settings - Fork 68
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
Integrate ndarray-vision #50
Comments
I started looking into this and am now having build problems early on.
Full build log (with only one of the tutorials enabled). Click to expand.
|
First and foremost, we should make sure ndarray-vision can be built entirely without any dependency on C libraries to be integrated. See if you can investigate which specific things it is depending on blas for and if we can make those features optional. If we can't get ndarray-vision building without C libraries, then I would prefer not to integrate it yet. |
Ndarray-linalg is only used on the transform module iirc so you can disable default features and enable all other features to remove it |
ndarray-vision
is where ndarray-based image processing algorithms belong. Currently, theakaze
crate does several image processing tasks on its own (fast explicit diffusion, schar filters, etc). We should move these algorithms intondarray-vision
and add it into the mono-repo.The text was updated successfully, but these errors were encountered: