You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, thanks for making this great port for opencv to java.
But, I have a critical problem that prevents me from using the interface.
The problem is that jni*.dll files need dll files whose names are in format
OPENCV_*.dll BUT my the dlls residing in my opencv/bin directory have names in
format libopencv_*.dll.
Even if this problem can be solved with renaming the dlls, I wanted to notify
you about this issue. Because by default opencv dlls come in the format
libopencv_*.dll and using them in that way seems more convenient.
Cheers
Behlül
Original issue reported on code.google.com by ucarbeh...@gmail.com on 23 Feb 2011 at 4:45
The text was updated successfully, but these errors were encountered:
The DLLs for Win32 on OpenCV's site are NOT prefixed with “lib“. If you
insist on using different names, simply preload them using System.load() before
calling any method of JavaCV, and it should work
Original comment by samuel.a...@gmail.com on 24 Feb 2011 at 4:37
Original issue reported on code.google.com by
ucarbeh...@gmail.com
on 23 Feb 2011 at 4:45The text was updated successfully, but these errors were encountered: