I wanted to use Open CV in my project and followed below installation process:
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 -
I did "brew edit opencv" and changed "-DBUILD_opencv_java=OFF" to "ON" and did "brew reinstall opencv --with-java"
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
I am not getting help from any source.