- Dec 12, 2024
-
-
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
-
Mark Horvath authored
-
Mark Horvath authored
-
- Nov 07, 2024
-
-
Michael Platings authored
This brings the performance profile in line with OpenCV's which enables multithreading for these operations.
-
- Nov 06, 2024
-
-
Akos Denke authored
-
Mark Horvath authored
* Verbose mode's output changed to mimic a shell output with the -x flag. * When a device filename is created the OS separator is removed from the very beginning of the filename as filenames starting with a '-' can be painful to work with in interactive shells.
-
shlex generates an escaping around '&&' which is not understood by some shells.
-
- Nov 04, 2024
-
-
Michael Platings authored
clang-tidy appears to search for the .clang-tidy configuration file in the current working directory before searching the parent directories of the source file. Previously a dummy .clang-tidy file was placed in the build directory with the intent of avoiding running clang-tidy on external projects like Google Test. Unfortunately, since the build directory was the current working directory at build time this meant that header files were not checked by clang-tidy. This change fixes the problem by putting the dummy .clang-tidy file in the _deps directory that CMake uses for external projects. To ensure that headers in new directories such as kleidicv_thread are checked by clang-tidy, make the header filter regular expression match everything.
-
- Oct 30, 2024
-
-
Michael Platings authored
-
- Oct 25, 2024
-
-
Mark Horvath authored
-
- Oct 24, 2024
-
-
Richard Wells authored
-
- Oct 22, 2024
-
-
Denes Tarjan authored
-
- Oct 15, 2024
-
-
Richard Wells authored
-
Richard Wells authored
-