1. 23 Nov, 2017 1 commit
    • 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
  2. 08 Nov, 2017 7 commits
  3. 07 Nov, 2017 14 commits
  4. 06 Nov, 2017 1 commit
  5. 04 Nov, 2017 2 commits
  6. 03 Nov, 2017 5 commits
  7. 02 Nov, 2017 10 commits