alex_bn_lee

导航

2022年5月22日 #

【709】图片resize放大缩小

摘要: 参考:Python 中使用PIL中的resize 进行缩放 参考:cv2.resize()原理详解 img = img.resize((width, height),Image.ANTIALIAS) cv2 img = cv.resize(img,(width,height)) 阅读全文

posted @ 2022-05-22 00:11 McDelfino 阅读(127) 评论(0) 推荐(0)