Ask Your Question
0

opencv + java

asked 2013-08-10 00:45:01 -0600

GenX gravatar image

i have installed opencv 2.4.6 however... the code doesnt seem to find opencv_core246d.dll .. the code is basic **

opencv in java

** ... please help..!!

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
0

answered 2014-04-24 09:51:52 -0600

rafaoc gravatar image

If you are working with Eclipse-IDE you need:

  1. Import into the project path the .jar library: opencv-246.jar
  2. Then, inside the imported library, you must edit "Native Library Location" to the folder where is your opencv-246.dll
  3. In your code call the library dll through

    System.loadLibrary( Core.NATIVE_LIBRARY_NAME );
    

    You have to do this call just once in all the program.

More info

edit flag offensive delete link more

Question Tools

Stats

Asked: 2013-08-10 00:45:01 -0600

Seen: 304 times

Last updated: Apr 24 '14