mac python opencv
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了mac python opencv相关的知识,希望对你有一定的参考价值。
在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
测试是否安装好:
以上是关于mac python opencv的主要内容,如果未能解决你的问题,请参考以下文章