Comment second image read line

This commit is contained in:
DSTO\pivatom
2018-12-19 16:32:17 +10:30
parent ab739872b3
commit d6f311e921

View File

@@ -9,7 +9,7 @@ import numpy as np
import cv2
img = cv2.imread('H:\car\GestureRecognition\IMG_0825.jpg', 1)
img = cv2.imread('H:\car\GestureRecognition\IMG_0818.jpg', 1)
# img = cv2.imread('H:\car\GestureRecognition\IMG_0818.png', 1)
# Downscale the image
img = cv2.resize(img, None, fx=0.1, fy=0.1, interpolation = cv2.INTER_AREA)