1. 13 Sep, 2017 7 commits
  2. 12 Sep, 2017 2 commits
  3. 11 Sep, 2017 3 commits
  4. 09 Sep, 2017 2 commits
  5. 08 Sep, 2017 8 commits
  6. 07 Sep, 2017 9 commits
  7. 06 Sep, 2017 5 commits
  8. 05 Sep, 2017 3 commits
  9. 04 Sep, 2017 1 commit
    • 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