1. 01 Nov, 2018 1 commit
  2. 25 Oct, 2018 1 commit
  3. 07 Sep, 2018 1 commit
  4. 30 Aug, 2018 1 commit
  5. 13 Feb, 2018 1 commit
  6. 13 Jan, 2018 1 commit
  7. 12 Jan, 2018 2 commits
    • Alexander Alekhin's avatar
      java: files rename · 0cad2d2a
      Alexander Alekhin authored
      intermediate commit (to simplify code review)
      0cad2d2a
    • 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
  8. 10 Nov, 2017 1 commit
  9. 31 Aug, 2017 1 commit
  10. 23 Aug, 2017 1 commit
  11. 15 Jun, 2017 1 commit
  12. 30 Dec, 2016 1 commit
  13. 11 Jul, 2016 1 commit
  14. 29 Oct, 2015 1 commit
  15. 20 Oct, 2015 1 commit
  16. 02 Mar, 2015 1 commit
  17. 18 Oct, 2014 1 commit
  18. 17 Oct, 2014 3 commits
  19. 16 Oct, 2014 1 commit
  20. 11 Aug, 2014 2 commits
  21. 03 Aug, 2014 1 commit
  22. 03 Jun, 2014 1 commit
  23. 10 Feb, 2014 1 commit
    • Vladislav Vinogradov's avatar
      fix #3477: · 5f88e2b4
      Vladislav Vinogradov authored
      CV_CAP_PROP_SUPPORTED_PREVIEW_SIZES_STRING property is not supported
      by all VideoCapture backends. Some backends can return 0.0 or -1.0.(cherry picked from commit c41e8006)
      5f88e2b4
  24. 28 Jan, 2014 2 commits
  25. 26 Dec, 2013 1 commit
  26. 06 Nov, 2013 1 commit
  27. 31 Oct, 2013 1 commit
  28. 30 Oct, 2013 1 commit
  29. 06 Sep, 2013 1 commit
    • Vladislav Vinogradov's avatar
      Merge branch 'master' into gpu-cuda-rename · 0c7663eb
      Vladislav Vinogradov authored
      Conflicts:
      	modules/core/include/opencv2/core/cuda.hpp
      	modules/cudacodec/src/thread.cpp
      	modules/cudacodec/src/thread.hpp
      	modules/superres/perf/perf_superres.cpp
      	modules/superres/src/btv_l1_cuda.cpp
      	modules/superres/src/optical_flow.cpp
      	modules/videostab/src/global_motion.cpp
      	modules/videostab/src/inpainting.cpp
      	samples/cpp/stitching_detailed.cpp
      	samples/cpp/videostab.cpp
      	samples/gpu/stereo_multi.cpp
      0c7663eb
  30. 05 Sep, 2013 1 commit
  31. 21 Aug, 2013 2 commits
  32. 15 Aug, 2013 1 commit
  33. 13 Aug, 2013 1 commit
  34. 06 Aug, 2013 1 commit