成功导入OpenCV,但无法正常工作

时间:2020-04-01 16:48:55

标签: python opencv

我是python的新手。只是试图获得python的基本思想。 安装软件包后,这是我尝试获取错误msg的方法。

import cv2
import numpy as np
img = cv2.imread('lena.jpg')

print(img.shape)

但是我只是得到一个'NoneType'消息。

似乎我已经成功导入了openCV软件包,但是我无法使用它的功能。

我确实将'lena.jpg'移到了同一目录,但是仍然收到错误消息。

请告知我如何继续前进。

error msg

lena is with us

1 个答案:

答案 0 :(得分:1)

很有可能This is the main paragraph in the text. Also this is another sentence. 不在您当前的工作目录中。尝试指定图像的确切路径,或将文件移至与lena.jpg相同的目录。