opencv python 调用resize函数时一直报错
python程序:importcv2importnumpyimage=cv2.imread('test1.png')res=cv2.resize(image,(20,28...
python程序:
import cv2
import numpy
image = cv2.imread('test1.png')
res = cv2.resize(image,(20,28),cv2.INTER_CUBIC)
cv2.imshow('image',res)
cv2.waitKey(0)
cv2.destroyAllWindows()
结果一直报错:TypeError: dst is not a numpy array, neither a scalar
按照网上的教程写的不知道为什么一直报错 展开
import cv2
import numpy
image = cv2.imread('test1.png')
res = cv2.resize(image,(20,28),cv2.INTER_CUBIC)
cv2.imshow('image',res)
cv2.waitKey(0)
cv2.destroyAllWindows()
结果一直报错:TypeError: dst is not a numpy array, neither a scalar
按照网上的教程写的不知道为什么一直报错 展开
1个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询