- 20 Dec, 2012 1 commit
-
-
Alexander Smorkalov authored
-
- 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 8 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
-
Vadim Pisarevsky authored
-
- 11 Dec, 2012 3 commits
-
-
Andrey Kamaev authored
Also fixed a typo in performance testing framework and removed hardcoded temporary file name from highgui perf test
-
Alexander Smorkalov authored
-
Alexander Smorkalov authored
OpenCV Manager version++.
-
- 10 Dec, 2012 6 commits
-
-
Andrey Kamaev authored
Prevent imread from illegal memory access (Bug #2602)
-
Andrey Kamaev authored
Feature #2565 implementation
-
Andrey Kamaev authored
Update googletest to the latest upstream
-
Andrey Kamaev authored
Bug #2595 in OpenCV Manager fixed.
-
Andrey Kamaev authored
Fixed typo in OpenCVDetectOpenCL.cmake that resulted in cmake not findin...
-
Andrey Kamaev authored
Ugly hack to make HoughLines sanity check pass on Windows
-