1. 08 Jan, 2018 1 commit
  2. 06 Jan, 2018 1 commit
  3. 04 Jan, 2018 1 commit
  4. 02 Jan, 2018 1 commit
  5. 01 Jan, 2018 1 commit
  6. 30 Dec, 2017 1 commit
  7. 22 Dec, 2017 2 commits
  8. 20 Dec, 2017 2 commits
  9. 19 Dec, 2017 1 commit
  10. 18 Dec, 2017 1 commit
  11. 15 Dec, 2017 5 commits
  12. 14 Dec, 2017 1 commit
  13. 13 Dec, 2017 1 commit
  14. 11 Dec, 2017 2 commits
  15. 09 Dec, 2017 1 commit
  16. 08 Dec, 2017 1 commit
  17. 07 Dec, 2017 1 commit
  18. 06 Dec, 2017 1 commit
  19. 04 Dec, 2017 1 commit
  20. 03 Dec, 2017 2 commits
  21. 27 Nov, 2017 1 commit
  22. 24 Nov, 2017 2 commits
  23. 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
  24. 21 Nov, 2017 1 commit
  25. 07 Nov, 2017 1 commit
  26. 02 Nov, 2017 1 commit
  27. 27 Oct, 2017 3 commits
  28. 20 Oct, 2017 1 commit