opencv/modules/cudaobjdetect/src
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
..
cuda Add cuda::streams to by_rows and 8UC1 functions 2017-03-27 10:54:07 +02:00
cascadeclassifier.cpp fix CUDA build 2017-09-04 14:41:29 +03:00
hog.cpp Merge pull request #9075 from TonyLianLong:master 2017-07-03 16:14:17 +00:00
precomp.hpp move CUDA object detection algorithms to separate module 2015-01-14 19:50:05 +03:00