- 31 May, 2013 2 commits
-
-
Roman Donchenko authored
Yes, it's as ludicrous as it sounds, but it's still true. Bizarrely, the previous commit makes CLAHE run about 10% slower on Android, even though it doesn't even touch any CLAHE code. Splitting it off fixes that, although the reason it does is a mystery for the ages. It's cleaner when it's in its own file, anyway. ;=]
-
Roman Donchenko authored
This should allow many algorithms to take advantage of more parallelization technologies.
-
- 13 May, 2013 1 commit
-
-
Andrey Kamaev authored
-
- 04 Apr, 2013 1 commit
-
-
Alexander Smorkalov authored
-
- 01 Apr, 2013 1 commit
-
-
Vladislav Vinogradov authored
-
- 25 Mar, 2013 1 commit
-
-
Vladislav Vinogradov authored
-
- 25 Feb, 2013 1 commit
-
-
Daniil Osokin authored
-
- 24 Feb, 2013 1 commit
-
-
Daniil Osokin authored
-
- 08 Feb, 2013 1 commit
-
-
Vadim Pisarevsky authored
-
- 06 Feb, 2013 1 commit
-
-
Andrey Kamaev authored
-
- 04 Feb, 2013 1 commit
-
-
Sergei Nosov authored
-
- 02 Feb, 2013 1 commit
-
-
Andy Maloney authored
Remove unused var "total" Declare vars as locally as possible
-
- 01 Feb, 2013 1 commit
-
-
Andy Maloney authored
-
- 10 Jan, 2013 1 commit
-
-
Andrey Kamaev authored
issue #2678
-
- 09 Jan, 2013 1 commit
-
-
Vadim Pisarevsky authored
-
- 25 Dec, 2012 1 commit
-
-
Andrey Kamaev authored
On some platforms sin and cos are calculated in single precision resulting in diversity of results.
-
- 18 Dec, 2012 1 commit
-
-
Daniil Osokin authored
-
- 17 Dec, 2012 1 commit
-
-
Daniil-Osokin authored
-
- 15 Dec, 2012 1 commit
-
-
Andrey Kamaev authored
Old implementation did lut[i] = 255 * (count(Y <= i)) / (width * height) which actually shifts uniform histograms. From now histogram is equalized as C = count(Y == min(Y)) lut[i] = 255 * (count(Y <= i) - C) / (width * height - C)
-
- 22 Oct, 2012 2 commits
-
-
Vadim Pisarevsky authored
disabled several tests on Mac when no FFMPEG is used; disabled automatic table initialization in imgwarp in the case of MinGW
-
Andrey Kamaev authored
-
- 18 Oct, 2012 3 commits
-
-
Andrey Kamaev authored
Also removed assigned only variable.
-
Vadim Pisarevsky authored
[edit: cleaned whitespace]
-
Vadim Pisarevsky authored
-
- 17 Oct, 2012 1 commit
-
-
OpenCV Buildbot authored
-
- 16 Oct, 2012 2 commits
-
-
Andrey Kamaev authored
-
Andrey Kamaev authored
This reverts commit 4aaaef59. Conflicts: modules/imgproc/include/opencv2/imgproc/types_c.h modules/legacy/include/opencv2/legacy/legacy.hpp
-
- 15 Oct, 2012 2 commits
-
-
Andrey Kamaev authored
This partly reverts commit 6ca61827.
-
Ilya Lavrenov authored
-
- 12 Oct, 2012 1 commit
-
-
Vadim Pisarevsky authored
-
- 11 Oct, 2012 6 commits
-
-
Vadim Pisarevsky authored
added recommended number of stripes to parallel_for_, modified some of the functions to use larger stripes (for better performance)
-
Andrey Kamaev authored
-
Andrey Kamaev authored
-
Andrey Kamaev authored
-
Daniil Osokin authored
-
Evgeny Talanin authored
-
- 10 Oct, 2012 1 commit
-
-
Vadim Pisarevsky authored
-
- 09 Oct, 2012 3 commits
-
-
Vadim Pisarevsky authored
expanded cv::threshold parallelization to other threading frameworks; fixed potential bug with unprocessed bottom of the image; fixed build problem in stitching
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-