Tag: OpenCV
You can now install OpenCV 3 using brew. See the next section to install from source. Life is good again!
brew install opencv3 --with-python3 --with-ffmpeg --with-examples --without-opencl
brew link opencv3 --force
ld: library not found for -lippicv
cp /usr/local/Cellar/opencv3/3.1.0_3/share/OpenCV/3rdparty/lib/libippicv.a /usr/local/lib/
/usr/local/Cellar/opencv3/3.1.0_3/lib/pkgconfig/opencv.pc
$ brew install opencv3 --with-contrib --with-python3 --without-python --with-examples --with-ffmpeg --force
$ echo 'export PATH="/usr/local/opt/opencv3/bin:$PATH"' >> ~/.bash_profile $ export PKG_CONFIG_PATH=/usr/local/opt/opencv3/lib/pkgconfig