- 16 Aug, 2019 1 commit
-
-
Suleyman TURKMEN authored
-
- 05 Jun, 2019 1 commit
-
-
arnaudbrejeon authored
-
- 18 Feb, 2019 1 commit
-
-
LaurentBerger authored
-
- 04 Dec, 2018 1 commit
-
-
Alexander Alekhin authored
-
- 17 Nov, 2018 1 commit
-
-
Alexander Alekhin authored
-
- 08 Nov, 2018 1 commit
-
-
Vadim Pisarevsky authored
* removed C API in the following modules: photo, video, imgcodecs, videoio * trying to fix various compile errors and warnings on Windows and Linux * continue to fix compile errors and warnings * continue to fix compile errors, warnings, as well as the test failures * trying to resolve compile warnings on Android * Update cap_dc1394_v2.cpp fix warning from the new GCC
-
- 24 Sep, 2018 1 commit
-
-
Maksim Shabunin authored
-
- 18 Sep, 2018 1 commit
-
-
Suleyman TURKMEN authored
-
- 14 Sep, 2018 1 commit
-
-
Suleyman TURKMEN authored
-
- 13 Sep, 2018 1 commit
-
-
Hamdi Sahloul authored
-
- 12 Sep, 2018 1 commit
-
-
Alexander Alekhin authored
-
- 07 Sep, 2018 1 commit
-
-
cyy authored
* may be an typo fix * remove identical branch,may be paste error * add parentheses around macro parameter * simplify if condition * check malloc fail * change the condition of branch removed by commit 3041502861318c85d901e8c08226ff67898c77ed
-
- 06 Sep, 2018 1 commit
-
-
Alexander Alekhin authored
-
- 15 Aug, 2018 1 commit
-
-
Suleyman TURKMEN authored
-
- 07 Aug, 2018 2 commits
- 17 Jul, 2018 1 commit
-
-
Maksim Shabunin authored
-
- 16 Jun, 2018 1 commit
-
-
Alexander Alekhin authored
`dest(roi_d)` operation contains similar check inside.
-
- 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.
-
- 10 Apr, 2018 1 commit
-
-
Alexander Alekhin 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
-
- 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
-
- 18 Jul, 2017 1 commit
-
-
Alexander Alekhin authored
-
- 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()
-
- 24 May, 2017 1 commit
-
-
Vladislav Sovrasov authored
-