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.
我已经安装了 cmake 版本 2.8.12 并下载了 opencv-2.4.6.1
然后我 cd 进入 opencv-2.4.6.1 目录并运行
$ cmake CMakeLists.txt $ make $ sudo make install
但是我无法在 python 中导入 cv2。CMake、make 和 make install 运行良好,是什么?
我正在运行安装了 xCode 开发人员工具和 python 2.7.2 的 Mountain Lion
您需要将已编译的模块从 复制build/python/2.X到该/Library/Python/2.X/site-packages/文件夹。
build/python/2.X
/Library/Python/2.X/site-packages/
OpenCV 也需要以与 python 相同的位数进行编译。