Skip to content
  1. Mar 25, 2025
  2. Mar 17, 2025
  3. Mar 14, 2025
  4. Mar 12, 2025
  5. Mar 11, 2025
  6. Mar 10, 2025
  7. Mar 05, 2025
  8. Mar 03, 2025
  9. Feb 26, 2025
  10. Feb 19, 2025
  11. Feb 17, 2025
  12. Feb 13, 2025
  13. Feb 12, 2025
  14. Feb 06, 2025
  15. Feb 04, 2025
  16. Jan 30, 2025
    • Denes Tarjan's avatar
      Update changelog and opencv entry for remap · 4ded8093
      Denes Tarjan authored
      4ded8093
    • Michael Platings's avatar
      Refine OpenCV documentation · deddb7f1
      Michael Platings authored
      * Warn if features are only supported with patched OpenCV.
      * Clarify what is meant by "in-place"
      * In-place *is* supported for resize, transpose & Sobel because OpenCV
        will create a new image before calling the HAL.
      * Note optimal sigma values for Gaussian blur.
      * Note the need to specify accuracy hint for Gaussian blur.
      * Add missing constraints on element size for transpose & rotate.
      * Fix references to non-existent src & dst parameters.
      * Use Mat's type instead of both depth and channels.
      * Remove confusing explanation of remap's fixed point format and
        instead reference OpenCV's docs.
      * sum is disabled by default so remove it from the docs.
      * ^ means bitwise xor in C, so don't use it to mean power.
      deddb7f1
  17. Jan 29, 2025
  18. Jan 27, 2025
  19. Jan 23, 2025
  20. Jan 22, 2025
  21. Jan 20, 2025
    • Michael Platings's avatar
      Update to OpenCV 4.11 · 193cf558
      Michael Platings authored
      Remove WITH_PNG=OFF setting in ci-opencv.sh to avoid a warning-as-error
      for an unused function in opencv/modules/core/test/test_arithm.cpp
      
      Change test patterns in ci-opencv.sh to be more specific to avoid
      matching some new long-running tests in OpenCV.
      193cf558
  22. Jan 18, 2025
Loading