如何使用 OpenCV 将图像写入文件?
在这个程序中,我们将使用OpenCV写入图像或将图像保存到文件中。
算法
Step 1: Import cv2 Step 2: Read the image using opencv.imread() Step 3: Save the image using opencv.imwrite(filename, image)
示例代码
import cv2
import os
image = cv2.imread('testimage.jpg')
directory = r'C:\Users\prasa\Desktop'
os.chdir(directory)
cv2.imwrite('CAMERAMAN.jpg', image)输出结果This program will save the image in the directory as same as the original image directory
解释
确保您设置了正确的目录,以便程序可以无错误地执行。
热门推荐
6 保研的祝福语简短
10 年轻20岁祝福语简短
11 朋友结婚祝福语信息简短
12 女孩婚礼贺卡祝福语简短
13 30段点歌简短祝福语
14 虎年春节祝福语图文简短
15 写给后妈祝福语大全简短
16 简短回复生日祝福语
17 校长送毕业祝福语简短
18 毕业立体贺卡祝福语简短