python实现USB摄像头检测,输出图像,黑白滤镜

很少说,上代码python import cv2 import numpy as np cap = cv2.VideoCapture(0)# set blue thresh lower_blue=np.array([78,43,46]) upper_blue=np.array([110,255,255]) while(1): # get a frame and show ret
相关文章
相关标签/搜索