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
- run "cmake-gui.exe" in vs2013 command prompt.
- click "configure" button.
- select vs2013 generation templaet.
- modify config entries necessary.
- click "generate" generate vs2013 project files.
- open generated project files , build.
ref:
(*) http://answers.opencv.org/question/66571/how-to-build-the-java-wrapper-for-opencv-30/
https://stackoverflow.com/questions/31508130/keypoints-was-cleared-after-descriptoerextractor
Comments
Post a Comment