79384696

Date: 2025-01-24 14:42:10
Score: 0.5
Natty:
Report link

What worked for me after trying other suggestions was replacing OpenCV.loadShared() with OpenCV.loadLocally(), I'm using gradle on IntelliJ and did not have to do any native library setup. I have the dependency on my build.gradle as per below

implementation group: 'org.openpnp', name: 'opencv', version: '3.4.2-0'

Reasons:
  • Whitelisted phrase (-1): worked for me
  • No code block (0.5):
  • Starts with a question (0.5): What
  • Low reputation (0.5):
Posted by: OAM