FAST/ORB version comparison with OpenCV for acceleration (opencl/cuda) #414
Answered
by
SteffenEhrle
SteffenEhrle
asked this question in
Q&A
-
Hi there, I am experimenting with the opencv versions of FAST/ORB to speed up feature extraction time. looking into orb_extractor.cc, I find FAST being executed parallel on overlapping patches. What is the difference to opencv::ORB implementation (which also uses a image pyramid)? |
Beta Was this translation helpful? Give feedback.
Answered by
SteffenEhrle
Nov 2, 2022
Replies: 1 comment
-
CPU opencv ORB: Ok there is a clear difference concerning number and distribution of features. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
SteffenEhrle
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
CPU opencv ORB:
OpenCL opencv ORB:
Cuda opencv ORB:
stella_VSLAM ORB:
Ok there is a clear difference concerning number and distribution of features.