1. 18 Mar, 2019 1 commit
    • Augusto Fraga Giachero's avatar
      Avoid unexpected line breaks in version_string.inc · 032e4580
      Augusto Fraga Giachero authored
      The Android NDK 16b has a bug that sets the ANDROID_NDK_REVISION
      variable incorrectly, generating an unexpected line break in the
      middle of the string. This breaks the build as the generated
      version_string.inc presents an invalid C string.
      
      Remove leading and trailing line breaks, warns for line breaks in the
      middle of 'msg' and escape them before appending to
      OPENCV_BUILD_INFO_STR.
      032e4580
  2. 11 Mar, 2019 3 commits
  3. 09 Mar, 2019 2 commits
    • 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
    • Rajkiran Natarajan's avatar
  4. 08 Mar, 2019 1 commit
  5. 07 Mar, 2019 10 commits
  6. 06 Mar, 2019 3 commits
  7. 05 Mar, 2019 15 commits
  8. 04 Mar, 2019 2 commits
  9. 03 Mar, 2019 2 commits
  10. 02 Mar, 2019 1 commit