如何在在eclipse中搭建python3 + opencv的环境

如题所述

1. eclipse + python3的已经搭建好了, 用输出"print hello"验证
2. 使用pip 安装了numpy, scipy等插件
3. 用pip 安装了一个opencv_python-3.0 的whl, 可以在python 命令行条件下调用import cv2
4. 但是在eclipse中, 使用 import cv2, 一直报错找不到dll文件.
温馨提示:答案为网友推荐,仅供参考
相似回答