- 14 Aug, 2013 1 commit
-
-
Dmitry Retinskiy authored
-
- 08 Aug, 2013 2 commits
-
-
Roman Donchenko authored
Looks like we don't actually use them; when creating precompiled headers with Visual C++, a dummy .cpp is created at build time.
-
kdrobnyh authored
-
- 06 Aug, 2013 1 commit
-
-
Vadim Pisarevsky authored
disabled 64f IPP DFT; added IPP Gaussian filter; added IPP GetRectSubPix; added IPP BilateralFilter (temporarily disabled)
-
- 30 Jul, 2013 1 commit
-
-
kdrobnyh authored
-
- 26 Jul, 2013 1 commit
-
-
Dmitry Retinskiy authored
-
- 22 Jul, 2013 1 commit
-
-
Vadim Pisarevsky authored
-
- 19 Jul, 2013 1 commit
-
-
StevenPuttemans authored
-
- 18 Jul, 2013 2 commits
-
-
Andrey Pavlenko authored
-
Andrey Pavlenko authored
-
- 17 Jul, 2013 1 commit
-
-
Alexander Smorkalov authored
-
- 16 Jul, 2013 1 commit
-
-
kdrobnyh authored
-
- 10 Jul, 2013 2 commits
-
-
Roman Donchenko authored
-
kdrobnyh authored
-
- 03 Jul, 2013 1 commit
-
-
Heinz Hofbauer authored
Example: img of size 10x10 and templ of size 11x9. In subsequent code this will results in either width or height of corrSize to be zero (0). Line 261 will call crossCorr which will then have a zero size of either blocksize.width or blocksize.height resulting in a division by zero crach in lines 137 or 138.
-
- 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
-