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'