1. 20 10月, 2022 1 次提交
  2. 14 10月, 2022 2 次提交
  3. 03 10月, 2022 1 次提交
    • K
      Merge pull request #22404 from Kumataro:3.4-fix22388_2 · 2f79b1b0
      Kumataro 提交于
      * imgcodecs: tiff: Reduce memory usage to read 16bit image.
      
      * imgcodecs: tiff: Reduce memory usage to read 8bit images
      
      * imgcodecs: tiff: split basic test and full test.
      
      * imgcodecs: tiff: fix to warning C4244
      
      * imgcodecs: tiff: fix to warning C4244
      2f79b1b0
  4. 29 9月, 2022 1 次提交
  5. 27 9月, 2022 1 次提交
  6. 26 9月, 2022 1 次提交
  7. 20 9月, 2022 1 次提交
  8. 14 9月, 2022 3 次提交
  9. 31 8月, 2022 1 次提交
    • L
      Fix angle discretization in Hough transforms · 1f0bfc8d
      lamm45 提交于
      In some situations the last value was missing from the discrete theta
      values. Now, the last value is chosen such that it is close to the
      user-provided maximum theta, while the distance to pi remains always
      at least theta_step/2. This should avoid duplicate detections.
      
      A better way would probably be to use max_theta as is and adjust the
      resolution (theta_step) instead, such that the discretization would
      always be uniform (in a circular sense) when full angle range is used.
      1f0bfc8d
  10. 25 8月, 2022 1 次提交
  11. 16 8月, 2022 1 次提交
  12. 12 8月, 2022 1 次提交
  13. 09 8月, 2022 1 次提交
  14. 07 8月, 2022 1 次提交
  15. 01 8月, 2022 1 次提交
  16. 24 7月, 2022 3 次提交
  17. 20 7月, 2022 2 次提交
  18. 19 7月, 2022 1 次提交
  19. 15 7月, 2022 1 次提交
  20. 14 7月, 2022 1 次提交
  21. 13 7月, 2022 1 次提交
  22. 12 7月, 2022 3 次提交
  23. 10 7月, 2022 1 次提交
  24. 09 7月, 2022 1 次提交
    • R
      Use cross-platform std::chrono in getTickCount() · db706769
      Rong Mantle Bao 提交于
      Add conditional compilation directives to enable uses of std::chrono on supported compilers. Use std::chrono::steady_clock as a source to retrieve current tick count and clock frequency.
      
      Fixes opencv/opencv#6902.
      db706769
  25. 08 7月, 2022 1 次提交
  26. 06 7月, 2022 2 次提交
  27. 05 7月, 2022 2 次提交
  28. 04 7月, 2022 2 次提交
  29. 30 6月, 2022 1 次提交