opencv/modules/cudaobjdetect
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
..
include/opencv2 Fixed identifiers warns 2016-09-30 15:16:29 +05:30
perf refactor CUDA CascadeClassifier 2015-01-14 19:50:05 +03:00
src fix CUDA build 2017-09-04 14:41:29 +03:00
test test: fix cuda build 2016-11-29 01:18:10 +03:00
CMakeLists.txt move CUDA object detection algorithms to separate module 2015-01-14 19:50:05 +03:00