Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
嗨,我刚开始使用 python 和 OpenCV,我的 IDE 是 eclipse。
现在我已经安装了 NumPy 和 SciPy 以及 OpenCV 2.3 和 Python 2.7
我想我配置了所有路径和解释器选项(可能不是),
问题来了:
所以我的问题是如何让它像其他语言一样正常工作?
谢谢
在 Eclipse 中转到
Window->Preferences->PyDev->Interpreters->Python Interpreter=> [Forced Builtins](标签)
Window->Preferences->PyDev->Interpreters->Python Interpreter=> [Forced Builtins]
添加 cv(或 cv2)并应用 - 一切都会好的。