3-4 图片缩放3
摘要:
# 1 info 2 空白模板 3 xy import cv2 import numpy as np img = cv2.imread('image0.jpg',1) imgInfo = img.shape height = imgInfo[0] width = imgInfo[1] dstHeight = int(height/2) dstWidth = int(width/2) dstIm... 阅读全文
posted @ 2018-09-19 20:04 绿茵好莱坞 阅读(250) 评论(0) 推荐(0)
浙公网安备 33010602011771号