1. 24 4月, 2018 1 次提交
  2. 29 3月, 2018 1 次提交
  3. 28 3月, 2018 1 次提交
  4. 21 2月, 2018 1 次提交
  5. 28 12月, 2017 1 次提交
  6. 13 12月, 2017 1 次提交
  7. 11 12月, 2017 1 次提交
  8. 25 9月, 2017 1 次提交
  9. 16 8月, 2017 1 次提交
  10. 01 8月, 2017 1 次提交
  11. 26 6月, 2017 1 次提交
  12. 25 4月, 2017 1 次提交
  13. 15 4月, 2017 1 次提交
    • B
      Merge pull request #8492 from brian-armstrong-discord:exif_inmemory · 9e054d38
      brian-armstrong-discord 提交于
      autorotate in-memory jpegs (#8492)
      
      * autorotate in-memory jpegs
      
      * correct indentation (4 spaces)
      
      * imgcodecs: don't apply EXIF rotation for unloaded images
      
      * videoio: don't try to rotate MJPEG stream
      
      * imgcodecs: ByteStreamBuffer::seekoff support all seek "dir"
      
      * imgcodecs: fix condition: "off == egptr() - eback()" is valid offset
      9e054d38
  14. 10 11月, 2016 3 次提交
  15. 06 9月, 2016 1 次提交
  16. 16 8月, 2016 1 次提交
  17. 14 7月, 2016 1 次提交
  18. 08 7月, 2016 2 次提交
  19. 18 1月, 2016 1 次提交
  20. 14 10月, 2015 1 次提交
  21. 02 10月, 2015 1 次提交
  22. 28 9月, 2015 1 次提交
  23. 19 7月, 2015 1 次提交
    • S
      new function imread_reduced() · 7b7d54df
      Suleyman TURKMEN 提交于
      by this new function we can set libjpeg "scale_denom" parameter and load jpeg images scaled 1/2 - 1/4 - 1/8
      other image formats resized after loading
      7b7d54df
  24. 04 4月, 2015 1 次提交
  25. 21 1月, 2015 1 次提交
  26. 03 1月, 2015 1 次提交
  27. 27 12月, 2014 1 次提交
    • J
      Fix cppcheck reports warnings: · 2d5e3b57
      Julien Nabet 提交于
      (performance) Possible inefficient checking for 'lmap' emptiness
      (warning) Assignment of function parameter has no effect outside the function. Did you forget dereferencing it?
      (style) Array index '<xxx>' is used before limits check
      2d5e3b57
  28. 13 8月, 2014 1 次提交
    • A
      Several type of formal refactoring: · 8a4a1bb0
      Adil Ibragimov 提交于
      1. someMatrix.data -> someMatrix.prt()
      2. someMatrix.data + someMatrix.step * lineIndex -> someMatrix.ptr( lineIndex )
      3. (SomeType*) someMatrix.data -> someMatrix.ptr<SomeType>()
      4. someMatrix.data -> !someMatrix.empty() ( or !someMatrix.data -> someMatrix.empty() ) in logical expressions
      8a4a1bb0
  29. 15 7月, 2014 1 次提交
  30. 07 7月, 2014 1 次提交
  31. 02 7月, 2014 1 次提交
  32. 30 6月, 2014 1 次提交
  33. 26 9月, 2013 1 次提交
  34. 06 9月, 2013 1 次提交
    • V
      Merge branch 'master' into gpu-cuda-rename · 0c7663eb
      Vladislav Vinogradov 提交于
      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
  35. 05 9月, 2013 1 次提交
  36. 23 6月, 2013 1 次提交
  37. 23 3月, 2013 1 次提交