1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-29 07:13:02 +04:00
Files
opencv/samples
Muhammad Abdullah c180047bc1 update digits_video.py
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.
2017-11-23 19:20:37 +00:00
..
2017-11-07 19:21:21 +03:00
2017-08-30 11:00:18 +02:00
2016-06-03 11:52:30 +03:00
2017-10-05 14:17:38 +03:00
2015-12-12 15:23:31 +03:00
2017-08-22 23:32:01 +02:00
2016-11-22 16:49:46 +03:00
2017-11-23 19:20:37 +00:00
2017-10-11 09:50:22 +02:00
2016-06-26 20:55:00 +03:00
2016-06-26 20:55:00 +03:00