python 复制图像的函数

阅读 19

2022-02-28

image = cv2.imread(image_dir)# 读取到图片
#使用copy()函数 复制图像
img = image.copy()

相关推荐

精彩评论(0)

0 0 举报