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
..
2016-04-29 15:41:39 +02:00
2016-05-20 13:19:14 +03:00
2016-02-27 08:30:10 +05:30
2016-04-29 15:41:39 +02:00
2016-04-21 20:15:08 +03:00
2016-05-21 14:08:14 +03:00
2016-05-23 11:13:18 +02:00
2016-02-04 13:20:21 +01:00
2016-04-29 15:41:39 +02:00
2016-04-29 15:41:39 +02:00
2016-04-27 18:02:49 -07:00
2016-04-14 11:57:49 +02:00
2014-08-05 20:12:35 +04:00