1. 12 Feb, 2018 24 commits
  2. 11 Feb, 2018 5 commits
  3. 10 Feb, 2018 1 commit
  4. 09 Feb, 2018 7 commits
  5. 08 Feb, 2018 3 commits
    • take1014's avatar
      Merge pull request #10646 from take1014:master · 03407a9d
      take1014 authored
      * Add a new interface for hough transform
      
      * Fixed warning code
      
      * Fix HoughLinesUsingSetOfPoints based on HoughLinesStandard
      
      * Delete memset
      
      * Rename HoughLinesUsingSetOfPoints and add common function
      
      * Fix test error
      
      * Change static function name
      
      * Change using CV_Assert instead of if-block and add integer test case
      
      * I solve the conflict and delete 'std :: tr1' and changed it to use 'tuple'
      
      * I deleted std::tr1::get and changed int to use 'get'
      
      * Fixed sample code
      
      * revert test_main.cpp
      
      * Delete sample code in comment and add snippets
      
      * Change file name
      
      * Delete static function
      
      * Fixed build error
      03407a9d
    • Alexander Alekhin's avatar
    • luz.paz's avatar
      Misc. ./apps ./doc ./platoforms typos · d47b1f3b
      luz.paz authored
      Found via `codespell -q 3 --skip="./3rdparty" -I ../opencv-whitelist.txt`
      d47b1f3b