1. 09 Apr, 2018 1 commit
  2. 13 Jan, 2018 1 commit
  3. 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
  4. 10 Nov, 2017 1 commit
  5. 01 Aug, 2017 1 commit
  6. 05 Apr, 2017 1 commit
  7. 30 Dec, 2016 1 commit
  8. 19 May, 2015 1 commit
  9. 13 May, 2015 1 commit
  10. 02 Mar, 2015 1 commit