opencv/modules/java/generator
dharezlak 308b47ce58 Improved Java wrapper generation
While generating Java JNI wrappers package names with an underscore (`_`) character where not properly escaped according to https://docs.oracle.com/javase/8/docs/technotes/guides/jni/spec/design.html#resolving_native_method_names (see also: https://github.com/Itseez/opencv_contrib/issues/652).

This fix replaces all the occurrences of `_` with `_1` resulting in proper JNI method names.
2016-05-23 11:13:18 +02:00
..
src Deactivated two noisy camera-retrieval log messages in android 2016-04-13 09:17:33 +02:00
gen_java.py Improved Java wrapper generation 2016-05-23 11:13:18 +02:00