mirror of
https://github.com/opencv/opencv.git
synced 2024-11-25 19:50:38 +08:00
164a41b399
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. |
||
---|---|---|
.. | ||
include/opencv2 | ||
perf | ||
src | ||
test | ||
CMakeLists.txt |