norm : corrected the code to fit company norms

This commit is contained in:
uzerot_II
2025-10-17 13:20:08 +02:00
parent 9dd614a899
commit 65d90654e0
3 changed files with 2 additions and 2 deletions

View File

@ -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)