Ask Your Question

alexanoid's profile - activity

2018-02-05 13:48:49 -0600 commented question OpenCV code/library to remove scanning artifacts

I understand the purpose of opencv library but I'm asking about "opensource implementation based on OpenCV for this purp

2018-02-05 13:40:48 -0600 commented question OpenCV code/library to remove scanning artifacts

There are libraries like for example Inlite Clearimage where you can perform such operations in a very abstract way, som

2018-02-05 10:29:26 -0600 received badge  Supporter (source)
2018-02-05 10:29:24 -0600 received badge  Scholar (source)
2018-02-05 10:28:41 -0600 asked a question OpenCV code/library to remove scanning artifacts

OpenCV code/library to remove scanning artifacts I see a lot of questions on internet in order to remove the scanning ar

2016-07-09 07:16:37 -0600 asked a question OpenCV 2.4.11 Linux Ubuntu - Caused by: java.lang.UnsatisfiedLinkError: no opencv_java2411 in java.library.path

I'm trying to run my application based on OpenCV 2.4.11 and Lire Java libraries under Linux Ubuntu.

During start up I'm faced a following exception:

Caused by: java.lang.UnsatisfiedLinkError: no opencv_java2411 in java.library.path at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1867) at java.lang.Runtime.loadLibrary0(Runtime.java:870) at java.lang.System.loadLibrary(System.java:1122) at net.semanticmetadata.lire.imageanalysis.features.local.opencvfeatures.CvSurfExtractor.init(CvSurfExtractor.java:92) at net.semanticmetadata.lire.imageanalysis.features.local.opencvfeatures.CvSurfExtractor.<init>(CvSurfExtractor.java:78) at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)

Where this library can be found ?