- 19 Dec, 2012 1 commit
-
-
Vadim Pisarevsky authored
-
- 18 Dec, 2012 3 commits
-
-
Andrey Kamaev authored
Fix equalization formula in equalizeHist function & rewrite in C++
-
Daniil Osokin authored
-
Alexander Smorkalov 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 7 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
-
Kirill Kornyakov authored
-
- 08 Dec, 2012 1 commit
-
-
Andrey Kamaev authored
* use OPENCV_TEMP_PATH environment variable on all platforms * fix cleanup after OpenCV tests on Windows * add --list flag to output names of all tests found * do not override user-passed --perf_min_samples and --perf_force_samples options by --check flag * fix complier checks inside run.py
-
- 07 Dec, 2012 1 commit
-
-
Alexander Smorkalov authored
-
- 06 Dec, 2012 3 commits
-
-
Justin Muncaster authored
-
Andrey Kamaev authored
The change is based on pull request #211.
-
Alexander Smorkalov authored
-
- 05 Dec, 2012 2 commits
-
-
Alexander Smorkalov authored
OpenCV Manager 2.x marks old 2.4.2 binary package for Tegra as "in use". The latest version of OpenCV library compatible with platform is used now.
-
Alexander Smorkalov authored
Some OpenCV Manager UI behavior updates; CMake build fix.
-
- 04 Dec, 2012 3 commits
-
-
Andrey Kamaev authored
-
Vadim Pisarevsky authored
-
Alexander Smorkalov authored
-