1. 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
  2. 03 Jul, 2017 1 commit
    • Tony Lian's avatar
      Merge pull request #9075 from TonyLianLong:master · c8783f3e
      Tony Lian authored
      Remove unnecessary Non-ASCII characters from source code (#9075)
      
      * Remove unnecessary Non-ASCII characters from source code
      
      Remove unnecessary Non-ASCII characters and replace them with ASCII
      characters
      
      * Remove dashes in the @param statement
      
      Remove dashes and place single space in the @param statement to keep
      coding style
      
      * misc: more fixes for non-ASCII symbols
      
      * misc: fix non-ASCII symbol in CMake file
      c8783f3e
  3. 27 Mar, 2017 3 commits
  4. 28 Nov, 2016 1 commit
  5. 30 Sep, 2016 1 commit
  6. 18 Dec, 2015 1 commit
  7. 01 Dec, 2015 1 commit
  8. 12 Aug, 2015 1 commit
  9. 27 Feb, 2015 1 commit
  10. 15 Jan, 2015 1 commit
  11. 14 Jan, 2015 4 commits