I recently start experimenting with OpenCv, especially with the featuredetectors (eg. SIFT, SURF ...) Now i´m starting to look into OpenCL and I wanted to ask if there is OpenCL "support" for these featuredetectors.
While "googleing" the question I found this link 1 with possible OpenCL accelerated functions. But there are no featuredetectors listed, only the matchers. On github I found following code 2 which indicates that it is possible to use SURF. Does anybody know which fetectors/feskriptors are implemented in OpenCL? (And maybe how to use them)
Greetings Drian