1. 09 Mar, 2019 1 commit
    • 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
  2. 25 Oct, 2018 1 commit
  3. 07 Sep, 2018 1 commit
  4. 13 Jan, 2018 1 commit
  5. 12 Jan, 2018 1 commit
    • SarenT's avatar
      Merge pull request #10489 from SarenT:offset-mat_put · c6d9ce8f
      SarenT authored
      Adding capability to parse subsections of a byte array in Java bindings (#10489)
      
      * Adding capability to parse subsections of a byte array in Java bindings. (Because Java lacks pointers. Therefore, reading images within a subsection of a byte array is impossible by Java's nature and limitations. Because of this, many IO functions in Java require additional parameters offset and length to define, which section of an array to be read.)
      
      * Corrected according to the review. Previous interfaces were restored, instead internal interfaces were modified to provide subsampling of java byte arrays.
      
      * Adding tests and test related files.
      
      * Adding missing files for the test.
      
      * Simplified the test
      
      * Check was corrected according to discussion. An OutOfRangeException will be thrown instead of returning.
      
      * java: update MatOfByte implementation checks / tests
      c6d9ce8f
  6. 10 Nov, 2017 1 commit
  7. 11 Jul, 2016 1 commit
  8. 29 Oct, 2015 1 commit
  9. 20 Oct, 2015 1 commit
  10. 28 Jan, 2014 1 commit
  11. 21 Aug, 2013 1 commit
  12. 06 Aug, 2013 1 commit
  13. 05 Aug, 2013 1 commit
  14. 25 Jul, 2013 2 commits
  15. 24 Jul, 2013 1 commit
  16. 18 Jul, 2013 1 commit
  17. 17 Jul, 2013 2 commits
  18. 05 Jun, 2013 1 commit
  19. 03 Apr, 2013 1 commit
  20. 13 Mar, 2013 1 commit
  21. 23 Jan, 2013 1 commit
  22. 17 Oct, 2012 2 commits
  23. 17 Sep, 2012 2 commits
  24. 28 Jun, 2012 2 commits
  25. 21 Jun, 2012 2 commits
  26. 20 Jun, 2012 1 commit
  27. 30 Apr, 2012 1 commit
  28. 28 Apr, 2012 1 commit
  29. 25 Apr, 2012 1 commit
  30. 22 Apr, 2012 1 commit
  31. 10 Aug, 2011 1 commit
  32. 31 Jul, 2011 1 commit
  33. 28 Jul, 2011 1 commit
  34. 19 Jul, 2011 1 commit