- 20 Dec, 2012 11 commits
-
-
Andrey Kamaev authored
-
Andrey Kamaev authored
-
Andrey Kamaev authored
-
Alexander Smorkalov authored
-
Andrey Kamaev authored
-
takacsd authored
Fix a compilation error with MinGW gcc 4.7 with enabled C++11 support (-std=c++11). Issue number: #2555
-
Andrey Kamaev authored
-
Alexander Smorkalov authored
-
Andrey Kamaev authored
-
Andrey Kamaev authored
-
Alexander Smorkalov authored
Application menu reorganized; Resolution control added.
-
- 19 Dec, 2012 8 commits
-
-
Andrey Kamaev authored
-
Andrey Kamaev authored
-
Alexander Smorkalov authored
ReadMe.txt for OpenCV Manager added; share folder excluded from SDK.
-
Andrey Kamaev authored
-
Andrey Kamaev authored
-
Andrey Kamaev authored
-
Alexander Smorkalov authored
Black list of entities, that are not implemented in Java API added to javadoc generator
-
Vadim Pisarevsky authored
-
- 18 Dec, 2012 4 commits
-
-
Andrey Kamaev authored
Fix equalization formula in equalizeHist function & rewrite in C++
-
Daniil Osokin authored
-
Alexander Smorkalov authored
-
Alexander Smorkalov authored
-
- 17 Dec, 2012 2 commits
-
-
Daniil-Osokin authored
-
Daniil-Osokin authored
-
- 16 Dec, 2012 2 commits
-
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
- 15 Dec, 2012 4 commits
-
-
Andrey Kamaev authored
-
Andrey Kamaev authored
-
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)
-
Éric Piel authored
when compiled with GStreamer, open (of a file) segfaults. Fix was suggested by Bostjan Vesnicer.
-
- 14 Dec, 2012 2 commits
-
-
Vadim Pisarevsky authored
-
Vsevolod Glumov authored
-
- 12 Dec, 2012 7 commits
-
-
Andrey Kamaev authored
-
Andrey Kamaev authored
-
Andrey Kamaev authored
-
Andrey Kamaev authored
This option provides an easy way to identify tests having no regression data for sanity checks
-
Andrey Kamaev authored
-
Andrey Kamaev authored
-
Andrey Kamaev authored
-