Ask Your Question

Revision history [back]

Java Folder is missing from the opencv folder structure.

Hi,

I wanted to use Open CV in my project and followed below installation process: http://opencv-java-tutorials.readthedocs.io/en/latest/01-installing-opencv-for-java.html#install-opencv-3-x-under-macos

I was not able to get Java folder in the installed directory. As I was getting below error on my Java code: NATIVE_LIBRARY_NAME cannot be resolved I tried few things till now -

  1. I did brew edit opencv and changed "-DBUILD_opencv_java=OFF" to "ON" and did "brew reinstall opencv --with-java"

  2. I tried adding external jar and tried changing the native library location but no help as there is no java folder available in opencv directory

Help me out as I am not getting help from any source.