swig - How to build the Java wrapper for OpenCV 3.0? -


i using opencv 3.0 in java application through opencv-300.jar , opencv_java300.dll. come standard installation. modules not in standard installation. build opencv 3.0 opencv-contrib repo.

but build generates 40 binaries. how can generate opencv-300.jar , opencv_java300.dll java adoption? need turn swig or something?

we can build opencv + modules vs2013. modules can downloaded from: https://github.com/itseez/opencv_contrib/releases

  1. run "cmake-gui.exe" in vs2013 command prompt.
  2. click "configure" button.
  3. select vs2013 generation templaet.
  4. modify config entries necessary.
  5. click "generate" generate vs2013 project files.
  6. open generated project files , build.

ref:

(*) http://answers.opencv.org/question/66571/how-to-build-the-java-wrapper-for-opencv-30/

http://answers.opencv.org/question/66630/javalangunsatisfiedlinkerror-when-using-binaries-built-from-source/

https://stackoverflow.com/questions/31508130/keypoints-was-cleared-after-descriptoerextractor


Comments

Popular posts from this blog

qt - Using float or double for own QML classes -

Create Outlook appointment via C# .Net -

ios - Swift Array Resetting Itself -