opencv/modules/java/generator
Giles Payne 11dbd86aa3 Merge pull request #13956 from komakai:java-mat-class-improvements
* Expose more C++ functionality in the Java wrapper of the Mat class
In particular expose methods for handling Mat with more than 2 dimensions
* add constructors taking an array of dimension sizes
* add constructor taking an existing Mat and an array of Ranges
* add override of the create method taking an array of dimension sizes
* add overrides of the ones and zeros methods taking an array of dimension sizes
* add override of the submat method taking an array of ranges
* add overrides of put and get taking arrays of indices
* add wrapper for copySize method
* fix crash in the JNI wrapper of the reshape(int cn, int[] newshape) method
* add test for each method added to Mat.java

* Fix broken test
2019-03-10 00:11:04 +03:00
..
android/java/org/opencv Merge pull request #13999 from addyi:fixAndroidLintingErrors 2019-03-07 23:18:22 +03:00
android-21/java/org/opencv/android Making JavaCamera2View behaves in the same way as JavaCameraView 2019-02-26 14:18:29 +08:00
src Merge pull request #13956 from komakai:java-mat-class-improvements 2019-03-10 00:11:04 +03:00
templates java: fix bindings generator 2018-01-13 02:12:39 +00:00
CMakeLists.txt fixes for old CMake (2.8.12.2) 2018-01-13 02:12:39 +00:00
gen_java.py java: avoid enum values with references on other enums 2019-03-01 21:32:03 +00:00