• 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
cascadeclassifier.cpp 30.8 KB