1. 24 May, 2019 1 commit
  2. 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
  3. 25 Oct, 2018 1 commit
  4. 14 May, 2018 1 commit
    • Vadim Pisarevsky's avatar
      handle huge matrices correctly (#11505) · e0dbe5cf
      Vadim Pisarevsky authored
      * make sure that the matrix with more than INT_MAX elements is marked as non-continuous, and thus all the pixel-wise functions process it correctly (i.e. row-by-row, not as a single row, where integer overflow may occur when computing the total number of elements)
      e0dbe5cf
  5. 10 Nov, 2017 1 commit
  6. 23 Nov, 2016 1 commit
  7. 02 Mar, 2015 1 commit
  8. 30 Jan, 2013 1 commit
  9. 17 Oct, 2012 2 commits
  10. 28 Jun, 2012 1 commit
  11. 20 Jun, 2012 1 commit
  12. 30 Apr, 2012 1 commit
  13. 28 Apr, 2012 1 commit
  14. 25 Apr, 2012 1 commit
  15. 22 Apr, 2012 1 commit
  16. 17 Feb, 2012 1 commit
  17. 10 Aug, 2011 3 commits
  18. 05 Aug, 2011 1 commit
  19. 04 Aug, 2011 1 commit
  20. 02 Aug, 2011 1 commit
  21. 28 Jul, 2011 1 commit
  22. 25 Jul, 2011 1 commit
  23. 19 Jul, 2011 1 commit
  24. 15 Jul, 2011 1 commit
  25. 12 Jul, 2011 1 commit
  26. 11 Jul, 2011 1 commit
  27. 07 Jul, 2011 1 commit
  28. 05 Jul, 2011 3 commits
  29. 04 Jul, 2011 1 commit
  30. 30 Jun, 2011 2 commits