norm : corrected the code to fit company norms
This commit is contained in:
BIN
test_image.jpg
Normal file
BIN
test_image.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 22 KiB |
@ -4,10 +4,10 @@
|
|||||||
import cv2
|
import cv2
|
||||||
|
|
||||||
# text to display
|
# text to display
|
||||||
text = 'OpenCV'
|
text = 'OpenCV / press q to quit'
|
||||||
|
|
||||||
# path
|
# path
|
||||||
path = r'./car.jpg'
|
path = r'./test_image.jpg'
|
||||||
|
|
||||||
# Reading an image in default mode
|
# Reading an image in default mode
|
||||||
image = cv2.imread(path)
|
image = cv2.imread(path)
|
||||||
|
|||||||
Reference in New Issue
Block a user