摘要: python opencv canny import cv2 # Load the image img = cv2.imread('path/to/image.jpg') # Convert the image to grayscale gray = cv2.cvtColor(img, cv2.CO 阅读全文
posted @ 2023-03-28 16:09 西北逍遥 阅读(13) 评论(0) 推荐(0) 编辑