gpt4 book ai didi

python-3.x - cv2 python没有imread成员

转载 作者:行者123 更新时间:2023-12-02 15:13:25 25 4
gpt4 key购买 nike

我点安装了OpenCV-python。安装似乎很好,我在python IDLE上进行了测试。它运行没有任何问题。我一直在尝试在VS Code上运行它,但是似乎没有用。自动完成功能可以识别imread函数,但是当我键入它时,会抛出一个错误,提示cv2没有imread成员。我正在使用python的最新版本

我这样称呼它:img2 = cv2.imread("C:\Biometric\min.jpg", 0)

最佳答案

由于您尝试使用VS Code执行此操作,因此请尝试执行以下步骤

(1) open palette on VS Code (use specifies command): CTRL + Shift + P
(2) then select "Preferences: Open Settings (JSON)" option in the palette dropdown
(3) then add the following line in the opened "settings.json" file
"python.linting.pylintArgs": ["--generate-members"]

这必须工作

关于python-3.x - cv2 python没有imread成员,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/51593147/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com