画像の保存

2015/8/14

Python2.7.6, OpenCV3.0.0

import cv2

im = cv2.imread('test.png')
filepath = 'test2.png'
cv2.imwrite(filepath, im)