- 13 Jan, 2020 1 commit
-
-
Dmitry Kurtaev authored
Add lightweight IE hardware targets checks nGraph: Concat with paddings Enable more nGraph tests Restore FP32->FP16 for GPU plugin of IE try to fix buildbot Use lightweight IE targets check only starts from R4
-
- 20 Dec, 2019 1 commit
-
-
Alexander Alekhin authored
-
- 19 Dec, 2019 11 commits
-
-
Alexander Alekhin authored
-
Sajarin authored
* doc: added macOS installation guide * doc: added clarification and corrections * docs: introduction entry, lowercase file names and ids
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
* imgproc(test): resize(LANCZOS4) reproducer 16192 * imgproc: fix resize LANCZOS4 coefficients generation
-
jeffeDurand authored
* cuda_mog2_issue_5296
-
Alexander Alekhin authored
-
Sebastien Wybo authored
* Fix #16007 - colinearity computed using all 3 coordinates * calib3d(test): estimateAffine3D regression 16007
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
- 18 Dec, 2019 7 commits
-
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Vitaly Tuzov authored
-
antalzsiroscandid 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 3 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
-