
2020-05-11 11177

2020-05-19 10238

2020-02-14 8834

2020-03-05 7459

2020-08-19 7412
import cv2 as cv def hvs(self, path): img = cv.imread(path) roi_hsv = cv.cvtColor(i
import cv2 img = cv2.imread('img/test.jpeg') print(img.shape) # 行,列,通道 print(img.shape[0])