- 23 May, 2018 1 commit
-
-
Alexander Alekhin authored
- leads to errors due 'const' modifier of getMat() method - may be non-optimal with non-CPU data storage
-
- 17 May, 2018 1 commit
-
-
Alexander Alekhin authored
This avoids MSVC 19.14.26428.1 to call vectorized __vdecl_cosf4() function with less precision.
-
- 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
-
- 04 Apr, 2018 1 commit
-
-
Vitaly Tuzov authored
-
- 28 Mar, 2018 1 commit
-
-
Alexander Alekhin 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
-
- 07 Mar, 2018 1 commit
-
-
shimat authored
* optimized cv::decolor by removing vector.push_back * restored CV_INSTRUMENT_REGION() and original indent * fix build warnings in contrast_preserve.hpp * undo refactoring contrast_preserve.cpp/hpp
-
- 02 Mar, 2018 1 commit
-
-
cDc authored
* clean npr functions of useless initializations (speed-up) * photo: remove unnecessary code
-
- 12 Feb, 2018 1 commit
-
-
luz.paz authored
Found via `codespell`
-
- 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
-
- 22 Dec, 2017 1 commit
-
-
Vitaly Tuzov authored
-
- 13 Dec, 2017 1 commit
-
-
Vitaly Tuzov authored
Implementation of bit-exact resize. Internal calls to linear resize updated to use bit-exact version. (#9468)
-
- 15 Sep, 2017 2 commits
- 08 Sep, 2017 1 commit
-
-
Maksim Shabunin authored
-
- 03 Aug, 2017 1 commit
-
-
Alexander Alekhin authored
-
- 29 Jul, 2017 1 commit
-
-
Suleyman TURKMEN authored
-
- 20 Jul, 2017 1 commit
-
-
Tomoaki Teshima authored
* make test more reproducible
-
- 18 Jul, 2017 1 commit
-
-
Alexander Alekhin authored
-
- 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
-
- 04 Jul, 2017 1 commit
-
-
Vladislav Sovrasov authored
-
- 03 Jul, 2017 1 commit
-
-
Tony Lian authored
Remove unnecessary Non-ASCII characters from source code (#9075) * Remove unnecessary Non-ASCII characters from source code Remove unnecessary Non-ASCII characters and replace them with ASCII characters * Remove dashes in the @param statement Remove dashes and place single space in the @param statement to keep coding style * misc: more fixes for non-ASCII symbols * misc: fix non-ASCII symbol in CMake file
-
- 01 Jul, 2017 1 commit
-
-
Maksim Shabunin authored
-
- 30 Jun, 2017 1 commit
-
-
Maksim Shabunin authored
-
- 14 Jun, 2017 1 commit
-
-
Vladislav Sovrasov authored
-
- 09 Jun, 2017 1 commit
-
-
Alexander Alekhin authored
There is no cast to wide integer type: std::numeric_limits<ST>::max() * std::numeric_limits<ST>::max()
-
- 03 Jun, 2017 1 commit
-
-
Alexander Alekhin authored
-
- 24 May, 2017 2 commits
-
-
Vladislav Sovrasov authored
-
Vadzim Piatrou authored
-
- 22 May, 2017 1 commit
-
-
Amro authored
plus minor edits and fixes
-
- 12 May, 2017 1 commit
-
-
sovrasov authored
-
- 25 Apr, 2017 1 commit
-
-
saskatchewancatch authored
-
- 11 Apr, 2017 1 commit
-
-
Tomoaki Teshima authored
-
- 22 Dec, 2016 1 commit
-
-
Alexander Alekhin authored
-
- 20 Oct, 2016 1 commit
-
-
Alexander Alekhin authored
-
- 07 Oct, 2016 1 commit
-
-
Alexander Alekhin authored
-
- 30 Sep, 2016 1 commit
-
-
sourin authored
-
- 19 Aug, 2016 1 commit
-
-
Pavel Vlasov authored
-
- 26 Jul, 2016 1 commit
-
-
Julien Dehos authored
-