1. 12 Jun, 2018 1 commit
  2. 07 Jun, 2018 1 commit
  3. 05 Jun, 2018 1 commit
  4. 01 Jun, 2018 2 commits
  5. 31 May, 2018 2 commits
  6. 29 May, 2018 1 commit
  7. 28 May, 2018 1 commit
  8. 23 May, 2018 1 commit
  9. 20 May, 2018 1 commit
  10. 15 May, 2018 2 commits
  11. 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
  12. 09 May, 2018 1 commit
  13. 07 May, 2018 1 commit
  14. 05 May, 2018 1 commit
  15. 04 May, 2018 1 commit
  16. 03 May, 2018 1 commit
  17. 28 Apr, 2018 1 commit
  18. 27 Apr, 2018 3 commits
  19. 26 Apr, 2018 4 commits
  20. 24 Apr, 2018 3 commits
  21. 23 Apr, 2018 4 commits
  22. 21 Apr, 2018 1 commit
  23. 20 Apr, 2018 4 commits
    • Ryan Wong's avatar
      Merge pull request #11304 from kinchungwong:issue_11242_intrin_cv34x_nocpp11 · 6f675ae7
      Ryan Wong authored
      * Issue 11242 intrinsics v_extract, v_rotate improvement, branch 3.4, without C++11 (remove type restrictions for SSE2, use PALIGNR on SSSE3, compile to no-op when imm is 0 or nlanes).
      
      * fix whitespace
      
      * Fix #11242 (NEON intrinsics v_rotate...) branch 3.4
      Separate macro expansion OPENCV_HAL_IMPL_NEON_SHIFT_OP for bitwise shifts for integers, from macro expansion OPENCV_HAL_IMPL_NEON_ROTATE for lane rotations. Bitwise shifts do not apply to floats, but lane-rotations can apply to both.
      
      * fix whitespace
      
      * Fix #11242 compile error (VSX intrinsics v_rotate(a)) branch 3.4 no-c++11
      6f675ae7
    • Simon Que's avatar
      Merge pull request #11353 from eecsninja:3.4 · 70546425
      Simon Que authored
      * Fix CV_Asserts with negation of strings
      
      {!"string"} causes some compilers to throw a warning.
      
      The value of the string is not that important -- it's only for printing
      the assertion message.
      
      Replace these calls with:
      
        CV_Error(Error::StsError, "string")
      
      to suppress the warning.
      
      * remove unnecessary 'break' after CV_Error()
      70546425
    • Alexander Alekhin's avatar
      d76b41b5
    • Alexander Alekhin's avatar
      core: disable errors dump · 2f9cbc2e
      Alexander Alekhin authored
      Error messages are available via exceptions
      2f9cbc2e
  24. 19 Apr, 2018 1 commit