You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
通过 homebrew 安装在 Mac OS X 上安装为 Python3.5 安装 Opencv3:
$ brew install opencv3 --with-python3
......
......
This formula is keg-only, which means it was not symlinked into /usr/local.
opencv3 and opencv install many of the same files.
Generally there are no consequences of this for you. If you build your
own software and it requires this formula, you'll need to add to your
build variables:
LDFLAGS: -L/usr/local/opt/opencv3/lib
CPPFLAGS: -I/usr/local/opt/opencv3/include
==> Summary
通过 homebrew 安装 opencv
通过 homebrew 安装在 Mac OS X 上安装为 Python3.5 安装 Opencv3:
安装完成后,会有如上提示。接下来需要做的事,将
opencv3
的site-packegs
链接到Python3
的site-packegs
:检查是否安装成功
The text was updated successfully, but these errors were encountered: