1. 04 Dec, 2018 1 commit
  2. 16 Nov, 2018 1 commit
  3. 26 Oct, 2018 1 commit
  4. 25 Oct, 2018 1 commit
  5. 18 Oct, 2018 1 commit
  6. 14 Sep, 2018 1 commit
  7. 11 Sep, 2018 1 commit
  8. 31 Aug, 2018 1 commit
  9. 30 Aug, 2018 1 commit
  10. 17 Aug, 2018 1 commit
  11. 31 Jul, 2018 1 commit
    • luz.paz's avatar
      Misc. typos · 2003eb1b
      luz.paz authored
      Found via `codespell -q 3 -I ../opencv-whitelist.txt --skip="./3rdparty"`
      2003eb1b
  12. 27 Jul, 2018 1 commit
  13. 13 Jul, 2018 1 commit
  14. 11 Jul, 2018 1 commit
  15. 02 Jul, 2018 1 commit
  16. 27 Jun, 2018 1 commit
  17. 10 Jun, 2018 1 commit
  18. 08 Jun, 2018 1 commit
  19. 01 Jun, 2018 1 commit
  20. 29 May, 2018 1 commit
    • catree's avatar
      Add Java and Python code for the following features2d tutorials: Harris corner… · ade21f14
      catree authored
      Add Java and Python code for the following features2d tutorials: Harris corner detector, Shi-Tomasi corner detector, Creating your own corner detector, Detecting corners location in subpixels, Feature Detection, Feature Description, Feature Matching with FLANN, Features2D + Homography to find a known object. Use Lowe's ratio test to filter the matches.
      ade21f14
  21. 23 May, 2018 1 commit
  22. 18 May, 2018 2 commits
  23. 16 May, 2018 1 commit
  24. 11 May, 2018 2 commits
  25. 03 May, 2018 1 commit
  26. 24 Apr, 2018 1 commit
  27. 03 Apr, 2018 1 commit
  28. 28 Mar, 2018 1 commit
  29. 26 Mar, 2018 1 commit
  30. 15 Mar, 2018 1 commit
  31. 15 Feb, 2018 1 commit
  32. 12 Feb, 2018 2 commits
  33. 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
  34. 31 Jan, 2018 1 commit
  35. 18 Jan, 2018 1 commit
  36. 12 Jan, 2018 1 commit