
2020-05-11 11277

2020-05-19 10310

2020-02-14 8903

2020-03-05 7488

2020-08-19 7469
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])