opencv/modules/core
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
..
3rdparty/SoftFloat Add install component for 3rdparty libraries licenses 2018-03-06 16:32:30 +03:00
doc docs: intro formatting update, minor cleanup 2018-11-04 02:36:24 +00:00
include/opencv2 imgproc: dispatch color* 2019-03-07 15:45:05 +03:00
misc Merge pull request #13956 from komakai:java-mat-class-improvements 2019-03-10 00:11:04 +03:00
perf core: disable I/O perf test 2019-02-27 18:07:45 +03:00
src Merge pull request #13979 from alalek:issue_13772 2019-03-07 09:53:25 +00:00
test core: fix condition in OutputArray::create(allowTransposed=True) 2019-03-05 16:26:59 +03:00
CMakeLists.txt core: dispatch merge.cpp 2019-02-23 15:42:26 +00:00