Install OpenCV 3 on MacOS | LearnOpenCV
https://learnopencv.com/install-opencv3-on-macos29.05.2017 · In this post, we will provide step by step instructions for installing OpenCV 3.3.0 (C++ and Python) on MacOS and OSX. If you are still not able to install OpenCV on your system, but want to get started with it, we suggest using our docker images with pre-installed OpenCV, Dlib, miniconda and jupyter notebooks along with other dependencies as described in this post .
OpenCV:mac上安装和配置 - 简书
https://www.jianshu.com/p/564c8b352c7f30.11.2018 · cd~ / opencv mkdir build. 配置; cd build cmake -D CMAKE_BUILD_TYPE=RELEASE -D CMAKE_INSTALL_PREFIX=/usr/local .. 构建安装; make -j6#并行运行6个作业 sudo make install. 至此OpenCV在MAC上算安装完毕了。 二、测试. 安装好 OpenCV 后,在 /usr/local/lib 下能看到这样的文件这说明已经安装成功了