1. 30 9月, 2022 1 次提交
  2. 28 9月, 2022 1 次提交
  3. 20 9月, 2022 1 次提交
  4. 13 9月, 2022 1 次提交
  5. 01 9月, 2022 1 次提交
  6. 31 8月, 2022 1 次提交
  7. 29 8月, 2022 2 次提交
  8. 31 7月, 2022 1 次提交
  9. 14 7月, 2022 1 次提交
  10. 21 6月, 2022 1 次提交
    • K
      Merge pull request #22064 from Kumataro:3.4-fix22052 · dd7b9000
      Kumataro 提交于
      * imgcodecs: jpeg: add IMWRITE_JPEG_SAMPLING_FACTOR parameter
      
      * fix compile error
      
      * imgcodecs: jpeg: add CV_LOG_WARNING() and fix how to initilize Mat
      
      * imgcodecs: jpeg: fix for C++98 mode.
      
      * samples: imgcodec_jpeg: Remove license
      dd7b9000
  11. 13 5月, 2022 1 次提交
  12. 11 5月, 2022 2 次提交
  13. 15 4月, 2022 1 次提交
  14. 12 3月, 2022 1 次提交
    • P
      Merge pull request #21701 from chacha21:tiff_10_12_14 · 6390b50d
      Pierre Chatelier 提交于
      Add 10-12-14bit (integer) TIFF decoding support
      
      * Add 12bit (integer) TIFF decoding support
      
      An (slow) unpacking step is inserted when the native bpp is not equal to the dst_bpp
      
      Currently, I do not know if there can be several packing flavours in TIFF data.
      
      * added tests
      
      * move sample files to opencv_extra
      
      * added 10b and 14b unpacking
      
      * fix compilation for non MSVC compilers by using more standard typedefs
      
      * yet another typdef usage change to fix buildbot Mac compilation
      
      * fixed unpacking of partial packets
      
      * fixed warnings returned by buildbot
      
      * modifications as suggested by reviewer
      6390b50d
  15. 16 2月, 2022 1 次提交
  16. 15 2月, 2022 1 次提交
  17. 01 2月, 2022 1 次提交
  18. 23 1月, 2022 1 次提交
  19. 16 1月, 2022 1 次提交
  20. 15 1月, 2022 1 次提交
  21. 12 1月, 2022 1 次提交
  22. 03 1月, 2022 1 次提交
  23. 24 12月, 2021 1 次提交
  24. 23 12月, 2021 1 次提交
  25. 19 11月, 2021 1 次提交
    • N
      Add warning message to imread() · 79d4e865
      nickjackolson 提交于
      Add a warning message using CV_LOG__WARNING().
      This way api behaviour is preserved. Outputs are
      the same but user gets an extra warning in case
      fopen() fails to access image file for some reason.
      This would help new users and also debugging
      complex apps which use imread()
      Signed-off-by: Nnickjackolson <metedurlu@gmail.com>
      79d4e865
  26. 27 10月, 2021 1 次提交
  27. 22 10月, 2021 1 次提交
  28. 21 10月, 2021 1 次提交
  29. 12 10月, 2021 1 次提交
  30. 06 10月, 2021 1 次提交
  31. 07 9月, 2021 1 次提交
  32. 25 7月, 2021 1 次提交
  33. 02 6月, 2021 1 次提交
  34. 13 5月, 2021 1 次提交
  35. 29 4月, 2021 1 次提交
  36. 27 4月, 2021 1 次提交
    • A
      Merge pull request #19970 from antonio-rojas:master · 971dacaf
      Antonio Rojas 提交于
      Support building with OpenEXR 3.x
      
      * Support OpenEXR 3.0
      
      Try to find OpenEXR 3.0 using the upstream cmake config, and fallback to the previous algorithm if not found
      
      * Add explicit ImfFrameBuffer.h include
      
      This was transitively included with OpenEXR 2.x, but that's no longer the case with OpenEXR 3.x
      971dacaf
  37. 24 4月, 2021 1 次提交
  38. 03 3月, 2021 1 次提交