Table of Contents
Resources
- good setup instructions
- openCV docs
- openCV Additional Modules
Notes
- openCV 4 is installed at
/usr/local/Cellar/opencv/4.4.0/share/java/opencv4
but IntelliJ can't see that path- solution: softlink from the project directory to that location so you can add the library
$ ln -s /usr/local/Cellar/opencv/4.4.0/share/java/opencv4 opencv4
- openCV requires JDK14