赞
踩
img = cv2.imread('messi5.jpg')lower_reso = cv2.pyrDown(higher_reso)
higher_reso2 = cv2.pyrUp(lower_reso)
参考:
1.openCV官方教程;
2.学习openCV