Skip to content
Advertisement

Tag: shared-libraries

How to use OpenCV 4.4.0 (with contrib modules) in Java on Windows?

I’ve compiled OpenCV 4.4.0 from source on Windows 64 bit along with java bindings and I’m trying to compile a basic test, however I’m running into unexpected errors. Here’s how I’ve setup an eclipse project: and this how the jar references the native libraries: And this is the basic test snippet: which throws this exception: I’ve tried hardcoding the absolute

Advertisement