Ask Your Question

Revision history [back]

How to build openCV.jar?

Hello!

First: My mission is to use OpenCV to compare photos of faces, correct me if I am wrong when I say that it will be possible with OpenCV?

Second I need to use Linux as OS and Java as environment. If I am not wrong I need to "build" the opencv*.jar my self? It does not seems to be able to download from below link, right? https://opencv.org/releases.html

So I think I need to go through these steps to produce the opencv.jar file: https://docs.opencv.org/4.0.1/d7/d9f/tutorial_linux_install.html I do not seem to find any opencv.jar after I had execute:

BUILD_SHARED_LIBS=off

cmake -D CMAKE_BUILD_TYPE=Release -D CMAKE_INSTALL_PREFIX=/usr/local ..

Do you see what I miss? Best regards Fredrik