opencv/modules/core
Alexander Alekhin 164a41b399 fix CUDA build
CUDA implementation wants to convert std::vector<KeyPoint> <-> GpuMat.
There is no direct mapping from KeyPoint (mix of int/float fields)
into cv::Mat element type, so this conversion must be avoided.

Legacy mode is turned back for CUDA builds.
2017-09-04 14:41:29 +03:00
..
doc Large update of videoio doc and samples following mshabunin comments 2016-09-09 18:46:11 +02:00
include/opencv2 core(persistence): resolve DMatch/KeyPoint problem 2017-08-31 19:35:48 +03:00
misc/java core: empty() for Rect/Size templates 2017-08-01 17:19:18 +03:00
perf core(perf): added Hamming tests 2017-07-01 00:49:18 +00:00
src core(persistence): resolve DMatch/KeyPoint problem 2017-08-31 19:35:48 +03:00
test core(persistence): resolve DMatch/KeyPoint problem 2017-08-31 19:35:48 +03:00
CMakeLists.txt fix CUDA build 2017-09-04 14:41:29 +03:00