• Alexander Alekhin's avatar
    fix CUDA build · 164a41b3
    Alexander Alekhin authored
    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.
    164a41b3
Name
Last commit
Last update
.github Loading commit data...
3rdparty Loading commit data...
apps Loading commit data...
cmake Loading commit data...
data Loading commit data...
doc Loading commit data...
include Loading commit data...
modules Loading commit data...
platforms Loading commit data...
samples Loading commit data...
.gitattributes Loading commit data...
.gitignore Loading commit data...
.tgitconfig Loading commit data...
CMakeLists.txt Loading commit data...
CONTRIBUTING.md Loading commit data...
LICENSE Loading commit data...
README.md Loading commit data...