/openCV

Primary LanguageJava

Table of Contents


Resources


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