def process_image(self, cv_image, header, tag):
""" process the image """
cv2.namedWindow("watching:"+tag, cv2.WINDOW_NORMAL)
cv2.resizeWindow("watching:"+tag, 500, 250)
cv2.imshow("watching:"+tag, cv_image)
cv2.waitKey(1)
评论列表
文章目录