- 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
-
Michael Platings authored
-
- Dec 05, 2024
-
-
- Dec 03, 2024
-
-
Michael Platings authored
-
- Nov 28, 2024
-
-
Michael Platings authored
cv::Mat doesn't have width or height methods, but has cols & rows instead.
-
- Nov 27, 2024
-
-
Michael Platings authored
-
Michael Platings authored
-
Michael Platings authored
-
Michael Platings authored
It seems that the act of polling itself can cause the device to heat up so do it only every 3 seconds instead of every 1 second.
-
Michael Platings authored
-
Denes Tarjan authored
-
- Nov 26, 2024
-
-
Denes Tarjan authored
-
Denes Tarjan authored
-
Denes Tarjan authored
-
- Nov 21, 2024
-
-
Michael Platings authored
-
Michael Platings authored
Some compilers appear to have difficulty optimizing the previous code so it can impact performance.
-
- Nov 18, 2024
-
-
Michael Platings authored
-
Michael Platings authored
-
- Nov 17, 2024
-
-
Mark Horvath authored
-
- Nov 15, 2024
-
-
Mark Horvath authored
Cut-off point changed when to call the multithreaded implementation in the OpenCV HAL.
-
- Nov 13, 2024
-
-
Richard Wells authored
-
Richard Wells authored
-
Mark Horvath authored
For benchmarks with a single parameter parentheses are not needed.
-
Denes Tarjan authored
-
- Nov 12, 2024
-
-
Denes Tarjan authored
-
Mark Horvath authored
Benchmark suite from OpenCV's video module was added to the benchmark list, but the related perf test binaries were not pushed by push.sh
-
Michael Platings authored
-