- 14 Jan, 2020 1 commit
-
-
sajarindider authored
-
- 18 Dec, 2019 5 commits
-
-
Alexander Alekhin authored
-
Vitaly Tuzov authored
-
mcellis33 authored
* Handle det == 0 in findCircle3pts. Issue 16051 shows a case where findCircle3pts returns NaN for the center coordinates and radius due to dividing by a determinant of 0. In this case, the points are colinear, so the longest distance between any 2 points is the diameter of the minimum enclosing circle. * imgproc(test): update test checks for minEnclosingCircle() * imgproc: fix handling of special cases in minEnclosingCircle()
-
Alexander Alekhin authored
-
Rajkiran Natarajan authored
modern readers that expect RADIANCE will read it
-
- 17 Dec, 2019 1 commit
-
-
Alexander Alekhin authored
-
- 16 Dec, 2019 1 commit
-
-
Tatsuro Shibamura authored
* Support ARM64 Windows 10 platform * Fixed detection issue for ARM64 Windows 10 * Try enabling ARM NEON intrin * build: disable NEON with MSVC compiler * samples(directx): gdi32 dependency
-
- 15 Dec, 2019 2 commits
-
-
Sajarin authored
* (doc): added info about STAR * (doc): fixed typos and sentence structure * fixed trailing whitespaces
-
Alexander Alekhin authored
-
- 14 Dec, 2019 2 commits
-
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
- 13 Dec, 2019 9 commits
-
-
Alexander Alekhin authored
-
Xuanda Yang authored
* Eltwise::DIV support in Halide backend * fix typo * remove div from generated test suite to pass CI, switching to manual test... * ensure divisor not near to zero * use randu * dnn(test): update test data for Eltwise.Accuracy/DIV layer test
-
Alexander Alekhin authored
* 3rdparty: update libwebp 1.0.2 => 1.0.3 https://github.com/webmproject/libwebp/releases/tag/v1.0.3 * 3rdparty(libwebp): re-apply patches
-
Alexander Alekhin authored
* cmake: avoid deprecated LINK_PRIVATE/LINK_PUBLIC see CMP0023 (CMake 2.8.12+) * cmake: fix 3rdparty list - don't include OpenCV modules
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
ysy authored
-
Alexander Alekhin authored
-
- 12 Dec, 2019 2 commits
-
-
RAJKIRAN NATARAJAN authored
Add checks for empty operands in Matrix expressions that don't check properly * Starting to add checks for empty operands in Matrix expressions that don't check properly. * Adding checks and delcarations for checker functions * Fix signatures and add checks for each class of Matrix Expr operation * Make it catch the right exception * Don't expose helper functions to public API
-
Paul Murphy authored
* imgproc: Prevent 1B overrun of 8C3 SIMD optimization The fourth value read via v_load_q is essentially ignored, but can cause trouble if it happens to cross page boundaries. The final few iterations may attempt to read the most extreme elements of S, which will read 1B beyond the array in most aligment cases. Dynamically compute the stop. This could be hoised from the loop, but will require a more extensive change. Likewise, cleanup the iteration increment statements to make it more obvious they do channel count (3) elements per pass. This should resolve #16137 * imgproc(resize): extra check
-
- 11 Dec, 2019 13 commits
-
-
Alexander Alekhin authored
-
Alexander Alekhin authored
dnn(eltwise): fix handling of different number of channels * dnn(test): reproducer for Eltwise layer issue from PR16063 * dnn(eltwise): rework support for inputs with different channels * dnn(eltwise): get rid of finalize(), variableChannels * dnn(eltwise): update input sorting by number of channels - do not swap inputs if number of channels are same after truncation * dnn(test): skip "shortcut" with batch size 2 on MYRIAD targets
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
Drop: - discouraged CMAKE_CL_64 - MSVC64 - MINGW64
-
shimat authored
-
- 10 Dec, 2019 4 commits
-
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Pádraig Brady authored
-c is required to avoid linking (and the associated missing "main" message) when linker flags like "-Wl,-z,relro" are passed to GCC
-