• Giles Payne's avatar
    Merge pull request #13956 from komakai:java-mat-class-improvements · 11dbd86a
    Giles Payne authored
    * 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
    11dbd86a
Name
Last commit
Last update
..
calib3d Loading commit data...
core Loading commit data...
cudaarithm Loading commit data...
cudabgsegm Loading commit data...
cudacodec Loading commit data...
cudafeatures2d Loading commit data...
cudafilters Loading commit data...
cudaimgproc Loading commit data...
cudalegacy Loading commit data...
cudaobjdetect Loading commit data...
cudaoptflow Loading commit data...
cudastereo Loading commit data...
cudawarping Loading commit data...
cudev Loading commit data...
dnn Loading commit data...
features2d Loading commit data...
flann Loading commit data...
highgui Loading commit data...
imgcodecs Loading commit data...
imgproc Loading commit data...
java Loading commit data...
js Loading commit data...
ml Loading commit data...
objdetect Loading commit data...
photo Loading commit data...
python Loading commit data...
shape Loading commit data...
stitching Loading commit data...
superres Loading commit data...
ts Loading commit data...
video Loading commit data...
videoio Loading commit data...
videostab Loading commit data...
viz Loading commit data...
world Loading commit data...
CMakeLists.txt Loading commit data...