- 04 Dec, 2018 1 commit
-
-
Alexander Alekhin authored
-
- 06 Sep, 2018 1 commit
-
-
Vadim Pisarevsky authored
* trying to fix the custom AVX2 builder test failures (false alarms) * fixed compile error with CPU_BASELINE=AVX2 on x86; raised tolerance thresholds in a couple of tests * fixed compile error with CPU_BASELINE=AVX2 on x86; raised tolerance thresholds in a couple of tests * fixed compile error with CPU_BASELINE=AVX2 on x86; raised tolerance thresholds in a couple of tests * seemingly disabled false alarm warning in surf.cpp; increased tolerance thresholds in the tests for SolvePnP and in DNN/ENet
-
- 16 May, 2018 1 commit
-
-
Alexander Alekhin authored
- allow 5% of changed pixels with intensity difference <= 1
-
- 05 May, 2018 1 commit
-
-
Sayed Adel authored
-
- 12 Mar, 2018 1 commit
-
-
shimat authored
Refactor decolor (#11035) * decolor: modernize deprecated headers (math.h -> cmath) * refactor contrast_preserve.cpp * refactor contrast_preserve.hpp (add static/const) * refactor contrast_preserve.hpp (join assignment and declaration) * refactor contrast_preserve.hpp (format) * refactor test_decolor.cpp (indent) * refactor contrast_preserve.hpp (const) * contrast_preserve.hpp : optimize by minMaxLoc * fix trailing-whitespace * fix warning C4267 on VC++ x64 (conversion from 'size_t' to 'int', possible loss of data) * use cvRound instead of round_num * decrease indentation of test_decolor.cpp * remove pow() to optimize * remove redundant Mat initialization
-
- 03 Feb, 2018 1 commit
-
-
Alexander Alekhin authored
- removed tr1 usage (dropped in C++17) - moved includes of vector/map/iostream/limits into ts.hpp - require opencv_test + anonymous namespace (added compile check) - fixed norm() usage (must be from cvtest::norm for checks) and other conflict functions - added missing license headers
-
- 20 Jul, 2017 1 commit
-
-
Tomoaki Teshima authored
* make test more reproducible
-
- 17 Jul, 2017 1 commit
-
-
Rostislav Vasilikhin authored
RGB2Lab_f and trilinear interpolation code are in separate branch; cubeRoot(x) instead of std::pow(x, 1.f/3.f) file with internal accuracy&speed tests moved to lab_tetra branch
-
- 03 Jun, 2017 1 commit
-
-
Alexander Alekhin authored
-
- 24 May, 2017 1 commit
-
-
Vladislav Sovrasov authored
-
- 12 May, 2017 1 commit
-
-
sovrasov authored
-
- 20 Oct, 2016 1 commit
-
-
Alexander Alekhin authored
-
- 07 Oct, 2016 1 commit
-
-
Alexander Alekhin authored
-
- 27 Nov, 2015 1 commit
-
-
Vladislav Vinogradov authored
* MulSpectrums * StereoConstantSpaceBP * BruteForceNonLocalMeans
-
- 14 May, 2015 1 commit
-
-
Vadim Pisarevsky authored
significantly improved parallel non-local means by using granularity parameter in parallel_for_ loop. Because the algorithm deals with sliding sums, it's essential that each thread has enough work to do, otherwise the algorithm gets higher theoretical complexity and thus there is no speedup comparing to 1-thread code (at best).
-
- 24 Mar, 2015 1 commit
-
-
Erik Karlsson authored
-
- 23 Mar, 2015 1 commit
-
-
Erik Karlsson authored
-
- 09 Mar, 2015 1 commit
-
-
Erik Karlsson authored
-
- 06 Mar, 2015 1 commit
-
-
Erik Karlsson authored
-
- 03 Mar, 2015 1 commit
-
-
Erik Karlsson authored
-
- 01 Mar, 2015 2 commits
-
-
Erik Karlsson authored
-
Erik Karlsson authored
-
- 15 Jan, 2015 1 commit
-
-
Vladislav Vinogradov authored
-
- 12 Jan, 2015 1 commit
-
-
Ilya Lavrenov authored
-
- 15 Oct, 2014 1 commit
-
-
Adrien BAK authored
-
- 14 Oct, 2014 8 commits
-
-
Adrien BAK authored
-
Adrien BAK authored
-
Adrien BAK authored
-
Adrien BAK authored
-
Adrien BAK authored
-
Adrien BAK authored
-
Adrien BAK authored
-
Adrien BAK authored
-
- 14 Aug, 2014 2 commits
-
-
Vadim Pisarevsky authored
trying to solve compile problems; temporarily disabled some tests for just added optimization algo's
-
Vadim Pisarevsky authored
removed optim module; moved its functionality to core and photo modules; moved drawing functions from core to imgproc. Removed FilterEngine etc. from public API
-
- 05 Aug, 2014 1 commit
-
-
Alexander Alekhin authored
-
- 07 Jul, 2014 1 commit
-
-
vbystricky authored
-
- 09 Apr, 2014 1 commit
-
-
Ilya Lavrenov authored
-
- 19 Mar, 2014 1 commit
-
-
Ilya Lavrenov authored
-
- 18 Mar, 2014 1 commit
-
-
Ilya Lavrenov authored
-