1. 13 Jul, 2018 1 commit
  2. 11 Jul, 2018 1 commit
  3. 02 Jul, 2018 1 commit
  4. 27 Jun, 2018 1 commit
  5. 10 Jun, 2018 1 commit
  6. 08 Jun, 2018 1 commit
  7. 04 Jun, 2018 1 commit
  8. 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
  9. 23 May, 2018 1 commit
  10. 18 May, 2018 2 commits
  11. 16 May, 2018 1 commit
  12. 11 May, 2018 1 commit
  13. 03 May, 2018 2 commits
  14. 12 Feb, 2018 1 commit
  15. 08 Feb, 2018 1 commit
    • luz.paz's avatar
      Misc. ./samples typos · dbb57cd0
      luz.paz authored
      Found via `codespell -q 3 --skip="./3rdparty" -I ../opencv-whitelist.txt`
      dbb57cd0
  16. 24 Jan, 2018 1 commit
  17. 20 Dec, 2017 1 commit
  18. 11 Dec, 2017 1 commit
  19. 27 Nov, 2017 1 commit
  20. 23 Nov, 2017 2 commits
    • Muhammad Abdullah's avatar
      update digits_video.py · c180047b
      Muhammad Abdullah authored
      Following were the errors in the digits_video.py
           1 ) The code was not working because data type of x was float however in "cv2.rectangle" we require integer .
           2 ) After pressing the "esc" button the image windows did not destroy
      So I amended following things:
           1 ) ~converted data type of x to int.~ Used Python integer division (//)
           2 ) used cv2.destroyAllWindows() to close all windows after the press of "esc" by user.
      c180047b
    • Arthur Pastel's avatar
      Merge pull request #9895 from art049:parrallel_calibration_py · 2feb0c2f
      Arthur Pastel authored
      * Adding threading in calibrate.py
      
      * samples: update calibrate.py
      2feb0c2f
  21. 05 Oct, 2017 10 commits
  22. 27 Sep, 2017 1 commit
  23. 09 Sep, 2017 4 commits
  24. 24 Aug, 2017 2 commits