1 | initial version |
opencv is mainly a c++ library (with java bindings). the main functionality will be in opencv_java.so, the jar file only contains wrappers for the former.
see here for build instructions, it's important to build static opencv libs, so you only have to redistribute
2 | No.2 Revision |
opencv is mainly a c++ library (with java bindings). the main functionality will be in opencv_java.so, the jar file only contains wrappers for the former.
see here for build instructions, it's important to build static opencv libs, so you only have to redistribute
also please bear in mind, that the so will only run on the os/architecture it was build for (non-portable).