- 14 May, 2015 1 commit
-
-
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).
-
- 24 Mar, 2015 1 commit
-
-
Erik Karlsson authored
-
- 23 Mar, 2015 2 commits
-
-
Erik Karlsson authored
-
Erik Karlsson authored
-
- 10 Mar, 2015 1 commit
-
-
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
-
- 05 Mar, 2015 1 commit
-
-
Erik Karlsson authored
-
- 03 Mar, 2015 1 commit
-
-
Erik Karlsson authored
-
- 01 Mar, 2015 1 commit
-
-
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
-
- 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.
-
- 12 Feb, 2015 2 commits
-
-
Erik Karlsson authored
Basic 16-bit implmentation of fastNlMeansDenoising. Table-based exponetiation leads to high memory footprint and loss of precision in 16-bit mode.
-
Erik Karlsson authored
-
- 14 Aug, 2014 1 commit
-
-
Alexander Karsakov authored
Minimal image size is set to 5*5 for OCL path of fastNlMeansDenoising and fastNlMeansDenoisingColored since it breaks tests with test_loop_times=30 and in general doesn't make sense for computation on GPU.
-
- 18 Mar, 2014 1 commit
-
-
Ilya Lavrenov authored
-
- 02 Mar, 2014 1 commit
-
-
Ilya Lavrenov authored
-
- 19 Feb, 2014 1 commit
-
-
Ilya Lavrenov authored
-
- 18 Feb, 2014 2 commits
-
-
Ilya Lavrenov authored
-
Ilya Lavrenov authored
-
- 21 Aug, 2013 1 commit
-
-
Roman Donchenko authored
-
- 31 Jul, 2013 1 commit
-
-
Fedor Morozov authored
-
- 31 May, 2013 1 commit
-
-
Roman Donchenko authored
This should allow many algorithms to take advantage of more parallelization technologies.
-
- 08 Apr, 2013 2 commits
-
-
Andrey Kamaev authored
-
Andrey Kamaev authored
-
- 13 Mar, 2013 1 commit
-
-
Andrey Kamaev authored
e.g. <opencv2/core/core.hpp> become <opencv2/core.hpp> Also renamed <opencv2/core/opengl_interop.hpp> to <opencv2/core/opengl.hpp>
-
- 25 Feb, 2013 1 commit
-
-
Andrey Kamaev authored
Made all STL usages explicit to be able automatically find all usages of particular class or function.
-
- 28 Sep, 2012 1 commit
-
-
Andrey Kamaev authored
-
- 20 Sep, 2012 1 commit
-
-
Andrey Kamaev authored
-
- 19 Sep, 2012 1 commit
-
-
Andrey Kamaev authored
* reorder arguments * rewrite accuracy tests * replace doubles with integer arithmetic inside the main loop
-
- 17 Sep, 2012 1 commit
-
-
Andrey Kamaev authored
-
- 22 Aug, 2012 1 commit
-
-
Leonid Beynenson authored
All the functions from it are moved to the header opencv2/photo/photo.hpp
-
- 21 Aug, 2012 2 commits
-
-
Vadim Pisarevsky authored
enabled SSE3 by default; integrated SSE3-optimized bilateral filter (by Grigoriy Frolov); modified API of non-local means (use Input/OutputArrays)
-
Victor Passichenko authored
-