- 07 Oct, 2019 1 commit
-
-
Marcin Tolysz authored
``` #define NPP_VER_MAJOR 10 #define NPP_VER_MINOR 2 #define NPP_VER_PATCH 0 #define NPP_VER_BUILD 243 #define NPP_VERSION (NPP_VER_MAJOR * 1000 + \ NPP_VER_MINOR * 100 + \ NPP_VER_PATCH)
-
- 05 Oct, 2019 6 commits
-
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Wise86 authored
-
Alexander Alekhin authored
- renamed Cascade Lake AVX512_CEL => AVX512_CLX (align with Intel SDE tool) - fixed CLX instruction sets (no IFMA/VBMI) - added flag to bypass CPU baseline check: OPENCV_SKIP_CPU_BASELINE_CHECK
-
- 04 Oct, 2019 8 commits
-
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Dmitry Kurtaev authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
QR-Code detection: accuracy improvement (fixed)
-
APrigarina authored
-
- 03 Oct, 2019 1 commit
-
-
Alexander Alekhin authored
- update optimal solutions on each iteration
-
- 02 Oct, 2019 4 commits
-
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
- 01 Oct, 2019 7 commits
-
-
Alexander Alekhin authored
-
Elms authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
- 30 Sep, 2019 3 commits
-
-
Alexander Alekhin authored
-
Sebastián Gurin authored
js - cv.estimateAffine2D, cv.warpPolar
-
ann authored
QR-Code detection: accuracy improvement * first commit * resize improvement * resize improvement * dummy commit * warnings fix * warnings fix * warnings fix * test added * resize fix * resize fix * tests changed * tests changed
-
- 28 Sep, 2019 1 commit
-
-
Suleyman TURKMEN authored
-
- 27 Sep, 2019 3 commits
-
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Brandon authored
* Added Rodrigues to the JS embindgen.py and a unittest in test_calib3d.js on 3.4 base
-
- 26 Sep, 2019 1 commit
-
-
Alexander Alekhin authored
UBSAN violation expression: 'tab = tabR - x;'
-
- 25 Sep, 2019 5 commits
-
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Andrew Ryrie authored
This is useful for bidirectional LSTMs.
-
Alexander Alekhin authored
-
Lubov Batanina authored
Fix computation of internal shapes in Deconvolution layer * Fix computation of internal shapes * Refactoring
-