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