diff --git a/car.jpg b/car.jpg deleted file mode 100644 index 5ea6dc3..0000000 Binary files a/car.jpg and /dev/null differ diff --git a/test_image.jpg b/test_image.jpg new file mode 100644 index 0000000..c1e70bb Binary files /dev/null and b/test_image.jpg differ diff --git a/test_text_cv.py b/test_text_cv.py index 9fd7ece..1f00425 100755 --- a/test_text_cv.py +++ b/test_text_cv.py @@ -4,10 +4,10 @@ import cv2 # text to display -text = 'OpenCV' +text = 'OpenCV / press q to quit' # path -path = r'./car.jpg' +path = r'./test_image.jpg' # Reading an image in default mode image = cv2.imread(path)