def draw(self, frame):
#rgbs = cv2.split(frame)
#hsvs = cv2.split(hsv)
#cv2.imshow("Hue", hsvs[0])
#cv2.imshow("Frame", frame)
#cv2.waitKey(1)
#cv2.imshow("Red", rgbs[0])
#cv2.imshow("Green", rgbs[1])
#cv2.imshow("Blue", rgbs[2])
#cv2.imshow("Saturation", hsvs[1])
#cv2.imshow("Value", hsvs[2])
cv2.imshow(self.params['name'], frame)
cv2.waitKey(1)
评论列表
文章目录