-
-
Notifications
You must be signed in to change notification settings - Fork 827
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
Cuda implementation of AKAZE #1757
Comments
I agree, it would be great to have more cuda acceleration. You are welcome to contribute the implementation :) |
I'm not a c++ dev myself, which is why I didn't offer to do it. I don't think that c++ with archaic cuda code optimized for performance is the best place to get started with c++. but if I ever get around to learning c++, and this issue is still open, I may come back to it later |
You are also welcome to help out with https://github.com/alicevision/Meshroom which is mostly Python/QT based. And if you´d like to tinker around a little, there is https://github.com/alicevision/MeshroomResearch. A plugin system is wip alicevision/Meshroom#2407 to lower the contribution barrier to add new functionality. |
It would be nice if a cuda implementation of AKAZE could be added.
According to the comment on the
src/aliceVision/feature/akaze/AKAZE.hpp
, the implementation is taken from pablofdezalc/akaze.going to that page, they list the following under an "other implementations" header:
Since those are all licensed under a BSD-3-Clause license, would it perhaps be possible to get the cuda version (and possible the "fast cpu" version) added to alicevision?
The text was updated successfully, but these errors were encountered: