I am using OpenCV 3.0 in my Java application through the opencv-300.jar
and opencv_java300.dll
. They come with the standard installation. But some extra modules are not in the standard installation. So I build an OpenCV 3.0 with the opencv-contrib repo.
But the build generates about 40 binaries. How can I generate something like opencv-300.jar
and opencv_java300.dll
for Java adoption? Do I need to turn to SWIG or something?