Skip to content
  1. Feb 12, 2025
  2. Feb 06, 2025
  3. Feb 04, 2025
  4. 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
  5. Jan 29, 2025
  6. Jan 27, 2025
  7. Jan 23, 2025
  8. Jan 22, 2025
  9. 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
  10. Jan 18, 2025
  11. Jan 17, 2025
  12. Jan 16, 2025
  13. Jan 15, 2025
  14. Jan 14, 2025
  15. Jan 13, 2025
  16. Jan 09, 2025
    • Michael Platings's avatar
      Build OpenCV in CI with warnings as errors · 25ade3c1
      Michael Platings authored
      This is intended to catch potential issues in adapters/opencv.
      
      It is necessary to remove -DOPENCV_DISABLE_THREAD_SUPPORT=ON
      otherwise the build will fail with a warning about unused function
      getNumberOfCPUsImpl.
      25ade3c1
  17. Jan 08, 2025
  18. Jan 07, 2025
  19. Jan 06, 2025
  20. Jan 02, 2025
  21. Dec 18, 2024
  22. Dec 12, 2024
Loading