- Mar 25, 2025
-
-
Mark Horvath authored
-
- Mar 17, 2025
-
-
Mark Horvath authored
API test sources fail to compile with clang 11 or older.
-
Mark Horvath authored
-
- Mar 14, 2025
-
-
Mark Horvath authored
OpenCV conformity tests are also updated, as KleidiCV's remap implementation is bit-exact with OpenCV, if map1.type() is CV_16SC2 and map2 is empty.
-
- Mar 12, 2025
-
-
It is not needed to patch OpenCV to use KleidiCV's HAL implementation, only the ALGO_HINT_APPROX hint parameter needs to be used.
-
Mark Horvath authored
-
Denes Tarjan authored
-
- Mar 11, 2025
-
-
- Mar 10, 2025
-
-
Denes Tarjan authored
-
- Mar 05, 2025
-
-
Mark Horvath authored
-
- Mar 03, 2025
-
-
Denes Tarjan authored
Zero-size (width or height) source images are not supported anymore. Division by zero is now not replaced with 0, but is left NaN.
-
- Feb 26, 2025
-
-
Denes Tarjan authored
The test is needed because it fails with KleidiCV, as it compares Relative (not implemented) to Absolute (implemented). One testcase failed because KleidiCV calculates in Float32 and has bigger precision than OpenCV that does it in fixed point with 5-bit fractional part.
-
- Feb 19, 2025
-
-
Richard Wells authored
-
- Feb 17, 2025
-
-
Denes Tarjan authored
-
Richard Wells authored
-
Richard Wells authored
-
- Feb 13, 2025
-
-
Denes Tarjan authored
-
Denes Tarjan authored
-
-
-
- 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
-
-