在 OS X 上安装 opencv 3 时出错
Error with install opencv 3 on OS X
问题是用 brew 安装 opencv 崩溃并出现错误:
Command: brew install opencv3 --HEAD --with-contrib --with-cuda --with-ffmpeg --with-tbb --with-qt5
问题出在旧版本库中,例如 libpng 和 libtiff。
请从 git hub 下载 opencv-3.x.x 然后安装它的工作。
问题是用 brew 安装 opencv 崩溃并出现错误:
Command: brew install opencv3 --HEAD --with-contrib --with-cuda --with-ffmpeg --with-tbb --with-qt5
问题出在旧版本库中,例如 libpng 和 libtiff。
请从 git hub 下载 opencv-3.x.x 然后安装它的工作。