Why there is no cuda::SIFT_CUDA in Opencv?

asked 2016-06-06 21:02:31 -0600

lovaj gravatar image

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?

edit retag flag offensive close merge delete