cucim
cucim copied to clipboard
[FEA] Add ORB feature detector
Is your feature request related to a problem? Please describe.
It would be nice to provide the ORB (Oriented FAST and Rotateted BRIEF) feature detector.
Describe the solution you'd like Implement ORB with an interface matching the scikit-image API.
Describe alternatives you've considered
There is currently a CUDA implementation available in opencv_contrib
Additional context Literature reference: https://doi.org/10.1109/ICCV.2011.6126544
scikit-image example: https://scikit-image.org/docs/stable/auto_examples/features_detection/plot_orb.html