摘要: import cv2 import numpy as np def find_and_mark_image(big_path, small_path): # 读取图片 img_big = cv2.imread(big_path) img_small = cv2.imread(small_path) 阅读全文
posted @ 2025-01-19 14:06 meetrice 阅读(13) 评论(0) 推荐(0) 编辑
点击右上角即可分享
微信分享提示