1. 15 Feb, 2018 1 commit
  2. 12 Feb, 2018 2 commits
  3. 08 Feb, 2018 2 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
    • luz.paz's avatar
      Misc. ./samples typos · dbb57cd0
      luz.paz authored
      Found via `codespell -q 3 --skip="./3rdparty" -I ../opencv-whitelist.txt`
      dbb57cd0
  4. 31 Jan, 2018 1 commit
  5. 18 Jan, 2018 1 commit
  6. 12 Jan, 2018 1 commit
  7. 19 Dec, 2017 1 commit
  8. 18 Dec, 2017 1 commit
  9. 15 Dec, 2017 1 commit
  10. 14 Dec, 2017 1 commit
  11. 09 Oct, 2017 1 commit
  12. 06 Oct, 2017 1 commit
  13. 05 Oct, 2017 10 commits
  14. 22 Sep, 2017 2 commits
  15. 13 Sep, 2017 1 commit
  16. 09 Sep, 2017 3 commits
  17. 28 Aug, 2017 1 commit
  18. 25 Aug, 2017 1 commit
  19. 23 Aug, 2017 1 commit
  20. 01 Aug, 2017 1 commit
  21. 29 Jul, 2017 1 commit
  22. 14 Jul, 2017 1 commit
    • Vladislav Sovrasov's avatar
      Merge pull request #9034 from sovrasov:mats_from_initializer_list · e5fbb4f5
      Vladislav Sovrasov authored
      Add constructors taking initializer_list for some of OpenCV data types (#9034)
      
      * Add a constructor taking initializer_list for Matx
      
      * Add a constructor taking initializer list for Mat and Mat_
      
      * Add one more method to initialize Mat to the corresponding tutorial
      
      * Add a note how to initialize Matx
      
      * CV_CXX_11->CV_CXX11
      e5fbb4f5
  23. 03 Jul, 2017 2 commits
    • 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
    • catree's avatar
      Fix wrong mat access. · 8b7cb8a3
      catree authored
      8b7cb8a3
  24. 30 Jun, 2017 1 commit
  25. 28 Jun, 2017 1 commit