SURF_CUDA does not match SURF API and is out of date (Bug #4432)
Description
API mismatch:
- SURF_CUDA in opencv_contrib
- SURF in opencv_contrib
SURF_CUDA using the old is using OpenCV 2.x rather than 3.x API. For example, there is no SURF_CUDA::create function. It appears this fell through the cracks.
I created an opencv_contrib issue as well: https://github.com/Itseez/opencv_contrib/issues/280
History
Updated by Maksim Shabunin over 9 years ago
Issue has been transferred to GitHub: https://github.com/Itseez/opencv/issues/5037