mac安装OpenCV
brew install homebrew/science/opencv3
或者
brew install homebrew/science/opencv
安装完成之后会提示配置一些映射关系,按照提示在终端上运行就可以了。
安装完成之后你一定会迫不及待的去测试一下:
python
import cv2
RuntimeError: module compiled against API version a but this version of 。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。
如果出现上述错误,证明你brew的numpy的版本就是错误的了
解决问题:
sudo easy_install -U bumpy