- 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 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
-
- 22 Dec, 2016 1 commit
-
-
Alexander Alekhin 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.
-
- 15 Dec, 2015 1 commit
-
-
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
-
- 20 Oct, 2015 1 commit
-
-
Maksim Shabunin 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).
-
- 16 Apr, 2015 1 commit
-
-
Vadim Pisarevsky authored
-
- 30 Mar, 2015 1 commit
-
-
Alexander Alekhin authored
-
- 25 Mar, 2015 1 commit
-
-
Alexander Alekhin authored
-
- 24 Mar, 2015 1 commit
-
-
Erik Karlsson authored
-
- 23 Mar, 2015 2 commits
-
-
Erik Karlsson authored
-
Erik Karlsson authored
-
- 10 Mar, 2015 2 commits
-
-
Erik Karlsson authored
-
Erik Karlsson authored
-
- 09 Mar, 2015 4 commits
-
-
Erik Karlsson authored
Changed parameter type of fastNlMeansDenoising[Multi][Abs] from std::vector<float> to const std::vector<float>&
-
Erik Karlsson authored
-
Erik Karlsson authored
-
Erik Karlsson authored
-
- 06 Mar, 2015 2 commits
-
-
Erik Karlsson authored
-
Erik Karlsson authored
-