Ask Your Question

Revision history [back]

Do you mean JNI functions? Some of JNI functions are implemented manually and you can find it in git at modules/java/generator/src/cpp. But the most functions JNI wrappers are generated automatically in build time. It it just wrappers to OpenCV API and do not do anything important for performance. All public functional source code are the same as for desktop available in git repo.