- Feb 12, 2025
-
-
Denes Tarjan authored
-
Denes Tarjan authored
-
Denes Tarjan authored
Patching test_imgwarp is removed, because Imgproc_RemapRelative test is also removed from the list, since WARP_RELATIVE_MAP is not implemented in KleidiCV.
-
- Feb 06, 2025
-
-
1. Refactor RemapF32 and Warp_Perspective SVE2 Implementation 2. Enable constant border for RemapF32 Neon Implementation 3. Refactor test_remap.cpp and add tests for constant border
-
- Feb 04, 2025
-
-
-
-
Denes Tarjan authored
-
- Jan 30, 2025
-
-
Denes Tarjan authored
-
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.
-
- Jan 29, 2025
-
-
Michael Platings authored
Instead set cv::GaussianBlur's hint parameter to approximate. In addition, change build scripts to use the approximate hint by default. This is necessary to ensure that OpenCV's tests and benchmarks will use KleidiCV's Gaussian blur.
-
Mark Horvath authored
Array2D used to initialize the allocated memory to all zeros by default, but that behavior was removed for performance reasons. As the systems we are testing on are giving zeroed out memory at new allocations so far we did not see this test failing.
-
Michael Platings authored
-
- Jan 27, 2025
-
-
Denes Tarjan authored
-
Denes Tarjan authored
-
- Jan 23, 2025
-
-
Michael Platings authored
-
Michael Platings authored
The purpose of this change is to avoid the cost of supporting many versions of OpenCV.
-
- Jan 22, 2025
-
-
Mark Horvath authored
It seems LLVM rolled back the clang package the last image was built with.
-
Michael Platings authored
In https://github.com/opencv/opencv/pull/26054 a channel count was added instead of the usual MatType.
-
- Jan 20, 2025
-
-
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.
-
- Jan 18, 2025
-
-
- Jan 17, 2025
-
-
-
-
Mark Horvath authored
Image rebuilt with latest packages OpenCV 4.10.0 has a warning with latest clang, so the specific warning is turned off to let the CI pass.
-
- Jan 16, 2025
-
-
Michael Platings authored
The use of mutable variables across many lambdas had the effect of action-at-a-distance [1]. [1] https://en.wikipedia.org/wiki/Action_at_a_distance_(computer_programming)
-
Michael Platings authored
-
- Jan 15, 2025
-
-
Yufeng Shi authored
-
Yufeng Shi authored
-
- Jan 14, 2025
-
-
Richard Wells authored
Repurposes existing u8 implementations of remap_s16 for Neon and SVE2, and makes them work for source type u16.
-
- Jan 13, 2025
-
-
Denes Tarjan authored
-
- Jan 09, 2025
-
-
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.
-
- Jan 08, 2025
-
-
Denes Tarjan authored
-
- Jan 07, 2025
-
-
Denes Tarjan authored
-
Denes Tarjan authored
-
- Jan 06, 2025
-
-
Richard Wells authored
-
Richard Wells authored
-
Michael Platings authored
Use KLEIDICV_MAXIMUM_CHANNEL_COUNT instead of the magic number 4 in some test code.
-
- Jan 02, 2025
-
-
Richard Wells authored
-
- Dec 18, 2024
-
-
Also update signature of remap and warp_perspective functions to avoid the same mistake there.
-
- Dec 12, 2024
-
-
Yufeng Shi authored
-
Michael Platings authored
-