- 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 4 commits
-
-
Erik Karlsson authored
-
Erik Karlsson authored
-
Erik Karlsson authored
-
Erik Karlsson authored
-
- 05 Mar, 2015 3 commits
-
-
Erik Karlsson authored
-
Erik Karlsson authored
-
Erik Karlsson authored
-
- 03 Mar, 2015 2 commits
-
-
Erik Karlsson authored
-
Erik Karlsson authored
-
- 02 Mar, 2015 3 commits
-
-
Erik Karlsson authored
-
Erik Karlsson authored
-
Erik Karlsson authored
-
- 01 Mar, 2015 2 commits
-
-
Erik Karlsson authored
-
Erik Karlsson authored
-
- 27 Feb, 2015 1 commit
-
-
Vladislav Vinogradov authored
-
- 26 Feb, 2015 1 commit
-
-
Vladislav Vinogradov authored
-
- 18 Feb, 2015 1 commit
-
-
Erik Karlsson authored
Changed fastNlMeansDenoising and fastNlMeansDenoisingMulti back to sum of sq distances. Moved sq sum of abs distances to fastNlMeansDenoisingAbs and fastNlMeansDenoisingMultiAbs
-
- 17 Feb, 2015 2 commits
-
-
Erik Karlsson authored
-
Erik Karlsson authored
-
- 13 Feb, 2015 1 commit
-
-
Erik Karlsson authored
Preparation for 16-bit colored denoising. Currently not working due to cvtColor not supportint 16-bit Lab conversion.
-