标签:
在mac下使用opencv做了一个播放器
先从安装opencv说起:
1. 根据osx的版本下载安装macport,下载地址:https://guide.macports.org/#installing.shell
2. 安装NumPy:sudo port install py27-numpy
3. 安装opencv:sudo port install opencv +python27
测试是否安装好:
标签:
原文地址:http://www.cnblogs.com/eyiztan/p/5182056.html