1. 07 Feb, 2018 1 commit
  2. 06 Feb, 2018 4 commits
  3. 05 Feb, 2018 1 commit
  4. 03 Feb, 2018 2 commits
    • Alexander Alekhin's avatar
      cuda: don't use std::numeric_limits · 0d01b97b
      Alexander Alekhin authored
      CUDA code uses own implementation in cuda/limits.hpp
      0d01b97b
    • Alexander Alekhin's avatar
      ts: refactor OpenCV tests · 4a297a24
      Alexander Alekhin authored
      - removed tr1 usage (dropped in C++17)
      - moved includes of vector/map/iostream/limits into ts.hpp
      - require opencv_test + anonymous namespace (added compile check)
      - fixed norm() usage (must be from cvtest::norm for checks) and other conflict functions
      - added missing license headers
      4a297a24
  5. 02 Feb, 2018 1 commit
  6. 01 Feb, 2018 1 commit
  7. 31 Jan, 2018 3 commits
  8. 29 Jan, 2018 2 commits
  9. 27 Jan, 2018 4 commits
  10. 26 Jan, 2018 1 commit
    • Alexander Alekhin's avatar
      core: fix pthreads performance · c49d5d52
      Alexander Alekhin authored
      OpenCV pthreads-based implementation changes:
      - rework worker threads pool, allow to execute job by the main thread too
      - rework synchronization scheme (wait for job completion, threads 'pong' answer is not required)
      - allow "active wait" (spin) by worker threads and by the main thread
      - use _mm_pause() during active wait (support for Hyper-Threading technology)
      - use sched_yield() to avoid preemption of still working other workers
      - don't use getTickCount()
      - optional builtin thread pool profiler (disabled by compilation flag)
      c49d5d52
  11. 24 Jan, 2018 1 commit
  12. 23 Jan, 2018 1 commit
  13. 22 Jan, 2018 3 commits
  14. 19 Jan, 2018 1 commit
  15. 18 Jan, 2018 1 commit
  16. 17 Jan, 2018 1 commit
  17. 16 Jan, 2018 3 commits
  18. 13 Jan, 2018 1 commit
  19. 12 Jan, 2018 3 commits
    • Suleyman TURKMEN's avatar
      Update documentation · dcd4f8f5
      Suleyman TURKMEN authored
      dcd4f8f5
    • Maksim Shabunin's avatar
      594a9331
    • 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
  20. 09 Jan, 2018 1 commit
  21. 05 Jan, 2018 1 commit
  22. 29 Dec, 2017 1 commit
  23. 28 Dec, 2017 1 commit
  24. 27 Dec, 2017 1 commit