0
点赞
收藏
分享

微信扫一扫

python 复制图像的函数

冬冬_79d4 2022-02-28 阅读 15
image = cv2.imread(image_dir)# 读取到图片
#使用copy()函数 复制图像
img = image.copy()

举报

相关推荐

0 条评论