1. 04 Dec, 2018 1 commit
  2. 16 Nov, 2018 3 commits
  3. 15 Nov, 2018 2 commits
  4. 08 Nov, 2018 1 commit
  5. 26 Oct, 2018 1 commit
  6. 22 Sep, 2018 1 commit
    • Alexander Alekhin's avatar
      samples: update winpack python samples launcher · ecef7f79
      Alexander Alekhin authored
      - accepts script parameter (allows drag & drop from 'explorer')
      - use script dir instead of current dir (can launch samples from 'samples/dnn')
      - added 'pause' to show error messages (about missing numpy) instead of instant closing
      ecef7f79
  7. 11 Sep, 2018 1 commit
  8. 17 Aug, 2018 1 commit
  9. 09 Aug, 2018 1 commit
  10. 13 Jul, 2018 1 commit
  11. 11 Jul, 2018 1 commit
  12. 02 Jul, 2018 1 commit
  13. 27 Jun, 2018 1 commit
  14. 10 Jun, 2018 1 commit
  15. 08 Jun, 2018 1 commit
  16. 04 Jun, 2018 1 commit
  17. 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
  18. 23 May, 2018 1 commit
  19. 18 May, 2018 2 commits
  20. 16 May, 2018 1 commit
  21. 11 May, 2018 1 commit
  22. 03 May, 2018 2 commits
  23. 12 Feb, 2018 1 commit
  24. 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
  25. 24 Jan, 2018 1 commit
  26. 20 Dec, 2017 1 commit
  27. 11 Dec, 2017 1 commit
  28. 27 Nov, 2017 1 commit
  29. 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
  30. 05 Oct, 2017 5 commits