Is there any way to get OpenCV from repository? Which artifact should I add to pom.xml? Every tutorial I\'d found is from \'14 and it seems like something chang
For those who wants to use OpenCV 3.2 in MacOs environment, you can use following repository definition:
kodfarki
https://raw.githubusercontent.com/kodfarki/repository/master/
There is also an example project in https://github.com/kodfarki/opencv-example.
To use this example project, you still need to install OpenCV binaries
brew tap homebrew/science
brew install opencv3 --with-java --with-contrib