摘要: python opencv line import cv2 # Load an image img = cv2.imread("image1.jpg") # Draw a red line from (0, 0) to (100, 100) with a thickness of 5 pixels 阅读全文
posted @ 2023-04-07 21:03 西北逍遥 阅读(8) 评论(0) 推荐(0) 编辑