Why there is no cuda::SIFT_CUDA in Opencv?
Reading Opencv 3.0 documentation I found cuda::SURF_CUDA, 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?