1. 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
  2. 10 11月, 2016 3 次提交
  3. 06 9月, 2016 1 次提交
  4. 16 8月, 2016 1 次提交
  5. 14 7月, 2016 1 次提交
  6. 08 7月, 2016 2 次提交
  7. 18 1月, 2016 1 次提交
  8. 14 10月, 2015 1 次提交
  9. 02 10月, 2015 1 次提交
  10. 28 9月, 2015 1 次提交
  11. 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
  12. 04 4月, 2015 1 次提交
  13. 21 1月, 2015 1 次提交
  14. 03 1月, 2015 1 次提交
  15. 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
  16. 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
  17. 15 7月, 2014 1 次提交
  18. 07 7月, 2014 1 次提交
  19. 02 7月, 2014 1 次提交
  20. 30 6月, 2014 1 次提交
  21. 26 9月, 2013 1 次提交
  22. 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
  23. 05 9月, 2013 1 次提交
  24. 23 6月, 2013 1 次提交
  25. 23 3月, 2013 2 次提交
  26. 11 3月, 2013 1 次提交
  27. 25 2月, 2013 1 次提交
  28. 28 1月, 2013 1 次提交
  29. 03 12月, 2012 1 次提交
  30. 17 10月, 2012 2 次提交
  31. 04 10月, 2012 1 次提交
    • R
      Fixed issue 2404 · 5d9d4659
      Roy Reapor 提交于
      - imdecode_() only creates a temporary file when needed.
      - Use the string's empty() function to flag if the temporary file needs
      to be deleted.
      5d9d4659
  32. 01 10月, 2012 1 次提交
  33. 09 7月, 2012 1 次提交
  34. 15 6月, 2012 1 次提交
  35. 08 6月, 2012 1 次提交