摘要: # -*- coding: utf-8 -*- import turtle as t import cv2 def draw_img(img_path, scale=1): """ 画图片里的内容 :param img_path: 图片路径 :param scale: 缩放比例,比如1,0.5,0. 阅读全文
posted @ 2022-11-24 22:31 hello_Ms_w 阅读(81) 评论(0) 推荐(0)