Last active
August 30, 2018 11:33
-
-
Save kloudsamurai/fc9e28660d17a4bfee3afe217e7471a3 to your computer and use it in GitHub Desktop.
Install OpenCV with Java support on Mac OSX using homebrew
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
brew tap homebrew/science | |
brew install opencv3 --HEAD --with-contrib --with-java | |
brew install imagemagick |
$ brew tap homebrew/science
Error: homebrew/science was deprecated. This tap is now empty as all its formulae were migrated.
...
$ brew install opencv3 --HEAD --with-contrib --with-java
Error: No head is defined for opencv
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Error: No head is defined for opencv