5、openCV 图像尺寸调整

# -*- coding: utf-8 -*- import cv2, matplotlib import numpy as np import matplotlib.pyplot as plt image = cv2.imread('1.jpg') width = image.shape[0] height = image.shape[1] resizeImg = cv2.resize(imag
相关文章
相关标签/搜索