Reading Opencv 3.0 documentation I found [cuda::SURF_CUDA][1], which (I think) is the SURF algorithm implementation exploiting nvidia GPUs.
I didn't find nothing about a GPU implementation of SIFT (something like `cuda::SIFT_CUDA`). Why? Did I miss it?
[1]: http://docs.opencv.org/3.0-beta/modules/xfeatures2d/doc/nonfree_features.html#cuda-surf-cuda
↧