- 08 Mar, 2014 1 commit
-
-
Ilya Lavrenov authored
-
- 30 Jan, 2014 1 commit
-
-
Ilya Lavrenov authored
-
- 29 Jan, 2014 2 commits
-
-
Ilya Lavrenov authored
-
Ilya Lavrenov authored
-
- 27 Jan, 2014 1 commit
-
-
Ilya Lavrenov authored
-
- 27 Dec, 2013 1 commit
-
-
Ilya Lavrenov authored
-
- 26 Dec, 2013 2 commits
-
-
Ilya Lavrenov authored
-
Ilya Lavrenov authored
-
- 25 Dec, 2013 1 commit
-
-
Konstantin Matskevich authored
-
- 13 Dec, 2013 1 commit
-
-
Ilya Lavrenov authored
-
- 12 Aug, 2013 1 commit
-
-
kocheganovvm authored
There's some disagreement about the correct formula. has its supporters, however, for texture analysis, the newly introduced formula became standard. The commit enables both uses without breaking backward compatibility. First contributor of this commit was sperrholz.
-
- 18 Jul, 2013 2 commits
-
-
Andrey Pavlenko authored
-
Andrey Pavlenko authored
-
- 17 Jul, 2013 1 commit
-
-
Alexander Smorkalov authored
-
- 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.
-
- 18 May, 2013 1 commit
-
-
ericgreveson authored
Ensure that all channels are considered when comparing multi-channel histograms
-
- 29 Apr, 2013 1 commit
-
-
ericgreveson authored
When comparing histograms that look like multi-channel images (e.g a 3D histogram, of 4x4x4 bins, might appear as a CV_32FC4 matrix), cv::compareHist would complain because it was expecting the matrix type() == CV_32F. Now we test matrix depth() == CV_32F instead.
-
- 08 Apr, 2013 1 commit
-
-
Andrey Kamaev authored
-
- 01 Apr, 2013 1 commit
-
-
Andrey Kamaev authored
-
- 25 Mar, 2013 1 commit
-
-
Vladislav Vinogradov authored
-
- 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.
-
- 02 Feb, 2013 1 commit
-
-
Andy Maloney authored
Remove unused var "total" Declare vars as locally as possible
-
- 10 Jan, 2013 1 commit
-
-
Andrey Kamaev authored
issue #2678
-
- 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)
-
- 15 Jun, 2012 1 commit
-
-
Andrey Kamaev authored
-
- 09 Jun, 2012 1 commit
-
-
Andrey Kamaev authored
-
- 28 Mar, 2012 1 commit
-
-
Alexander Shishkov authored
-
- 26 Mar, 2012 1 commit
-
-
Vadim Pisarevsky authored
-
- 19 Jul, 2011 1 commit
-
-
Kirill Kornyakov authored
-
- 18 Jul, 2011 1 commit
-
-
Vadim Pisarevsky authored
-
- 09 Jun, 2011 1 commit
-
-
Vadim Pisarevsky authored
a lot of small corrections to bring down the number of undocumented functions, reported by the script; added em.cpp sample
-
- 06 Jun, 2011 1 commit
-
-
Vadim Pisarevsky authored
replaced "const InputArray&" => "InputArray"; made InputArray and OutputArray references. added "None()" constant (no array()).
-
- 17 Apr, 2011 1 commit
-
-
Vadim Pisarevsky authored
a big patch; use special proxy types (Input/OutputArray, Input/OutputArrayOfArrays) for passing in vectors, matrices etc.
-
- 27 Feb, 2011 1 commit
-
-
Vadim Pisarevsky authored
-
- 27 Nov, 2010 1 commit
-
-
Vadim Pisarevsky authored
-
- 20 Nov, 2010 1 commit
-
-
Vadim Pisarevsky authored
-
- 10 Nov, 2010 1 commit
-
-
Vadim Pisarevsky authored
-