- 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
-
- 07 Apr, 2016 1 commit
-
-
mvukad authored
Added a writeFormat() method to Algorithm which must be called by the write() method of derived classes.
-
- 18 Dec, 2015 1 commit
-
-
Alexander Alekhin authored
-
- 15 Dec, 2015 3 commits
-
-
Cédric Rousseau authored
Reverts "Set the default value of exposure_weight in createMergeMertens to 1.0" because it breaks source code compatibility and tests This reverts commit dbfd6a3d.
-
Cédric Rousseau authored
-
Cédric Rousseau authored
-
- 14 Dec, 2015 1 commit
-
-
Sergey Alexandrov authored
MergeDebevec takes camera response function as an optional input parameter. Despite being clearly marked as input, this matrix is overwritten during processing. This commit adds a temporary matrix to store the log response and avoid modification of the input.
-
- 09 Dec, 2015 1 commit
-
-
Maksim Shabunin authored
-
- 27 Nov, 2015 1 commit
-
-
Vladislav Vinogradov authored
* MulSpectrums * StereoConstantSpaceBP * BruteForceNonLocalMeans
-
- 20 Oct, 2015 1 commit
-
-
Maksim Shabunin authored
-
- 23 May, 2015 1 commit
-
-
Dikay900 authored
-
- 14 May, 2015 3 commits
-
-
-
Vadim Pisarevsky authored
avoid possible problems with zero values in tone mapping algorithms (http://code.opencv.org/issues/4020)
-
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).
-