Andrey Kamaev
0bbba847a4
Fix equalization formula in equalizeHist function & rewrite in C++
...
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)
12 years ago
Vadim Pisarevsky
9b09f09b9a
Merge pull request #222 from taka-no-me:perf_verify_sanity
12 years ago
Andrey Kamaev
5a407153bd
Fix sanity checks in stitching test
12 years ago
Andrey Kamaev
817a4c0c30
Merge branch 2.4 into perf_verify_sanity
12 years ago
Andrey Kamaev
932204d197
Added thresholds to some sanity checks
12 years ago
Andrey Kamaev
e1afb1409f
Add --perf_verify_sanity option to performance tests
...
This option provides an easy way to identify tests having no regression data
for sanity checks
12 years ago
Andrey Kamaev
64cf113d23
Merge pull request #215 from asmorkalov:manager_depricated_packages
12 years ago
Andrey Kamaev
770a466dd2
Merge pull request #223 from taka-no-me:perf_tests
12 years ago
Andrey Kamaev
b876308d77
Merge pull request #200 from asmorkalov:t5_fix
12 years ago
Vadim Pisarevsky
5cc0abffa5
Merge pull request #221 from asmorkalov:doc_install_fix
12 years ago
Andrey Kamaev
6e244c83cd
Corrected sanity checks in several perf tests
...
Also fixed a typo in performance testing framework and removed hardcoded
temporary file name from highgui perf test
12 years ago
Alexander Smorkalov
e5468008aa
Installation of documents fixed.
12 years ago
Alexander Smorkalov
f29c727ada
Tag "safe to remove" added to unused packages;
...
OpenCV Manager version++.
12 years ago
Andrey Kamaev
60ad505a63
Merge pull request #212 from taka-no-me/fix_2602
...
Prevent imread from illegal memory access (Bug #2602 )
12 years ago
Andrey Kamaev
2bf56961c0
Merge pull request #204 from asmorkalov/manager_internal_lib
...
Feature #2565 implementation
12 years ago
Andrey Kamaev
f7dc98f67b
Merge pull request #205 from taka-no-me/gtest_r629
...
Update googletest to the latest upstream
12 years ago
Andrey Kamaev
9c6eed0ba3
Merge pull request #206 from asmorkalov/manager_version_fix
...
Bug #2595 in OpenCV Manager fixed.
12 years ago
Andrey Kamaev
7660fe03a6
Merge pull request #214 from jmunk1/bugfix-2610
...
Fixed typo in OpenCVDetectOpenCL.cmake that resulted in cmake not findin...
12 years ago
Andrey Kamaev
e21884f4c4
Merge pull request #219 from kirill-kornyakov/hack-hough-lines-sanity-test-on-win32
...
Ugly hack to make HoughLines sanity check pass on Windows
12 years ago
Kirill Kornyakov
cdbbfc98e1
Ugly hack to make HoughLines sanity check pass on Wun32
12 years ago
Andrey Kamaev
7c6191ec11
Refactored run.py script and temporary file generation logic
...
* 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
12 years ago
Alexander Smorkalov
d550f95347
Date and time added to saved file name.
12 years ago
Justin Muncaster
709a1cc083
Fixed typo in OpenCVDetectOpenCL.cmake that resulted in cmake not finding OpenCL on windows.
12 years ago
Andrey Kamaev
1821d21f5b
Prevent imread from illegal memory access (Bug #2602 )
...
The change is based on pull request #211 .
12 years ago
Alexander Smorkalov
257d8df1d4
Bug with skiped packages fixed.
12 years ago
Alexander Smorkalov
d2ed8e5f30
Bug #2595 in OpenCV Manager fixed.
...
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.
12 years ago
Alexander Smorkalov
4ebcf2b224
GetPublicName function removed for OpenCV LibraryInfo class;
...
Some OpenCV Manager UI behavior updates;
CMake build fix.
12 years ago
Andrey Kamaev
b0d3830399
Update gtest to upstream r629
12 years ago
Vadim Pisarevsky
7852b68c20
Merge pull request #197 from asmorkalov:ffmpeg_status_message_fix
12 years ago
Alexander Smorkalov
0f64f847b2
Info library loading implemeneted.
12 years ago
Alexander Smorkalov
9823b7cd08
Internal version of OpenCV inside OpenCV Manager added to the list of installed packages.
12 years ago
Alexander Smorkalov
a0c504aabc
Initial stub for OpenCVLibraryInfo class added.
12 years ago
Alexander Smorkalov
6e0db3f527
Feature #1322 "If dll cannot be loaded a warning should be generated" implemented.
12 years ago
Alexander Smorkalov
22484872fa
Sample Tutorial-5 improved
...
Aditional toasts added;
Exception handling improved;
Bitmap recycling added.
12 years ago
Andrey Kamaev
f6ca38a579
Adjust Android Manager version from 2.2 to 2.3
12 years ago
Andrey Kamaev
f12d945712
Remove compiled pdf files from source control
...
The documentation is available online at http://opencv.org/documentation.html
12 years ago
Andrey Kamaev
49c35fafc0
Adjust OpenCV version to 2.4.3.1
12 years ago
Andrey Kamaev
60a98aa5f7
Merge pull request #199 from apavlenko/remove_android_tutorial0
...
removing Android tutorial 0
12 years ago
Andrey Kamaev
677443f3ef
Merge pull request #191 from asmorkalov:custom_cam_init
12 years ago
Andrey Pavlenko
ea83d384c1
removing Android tutorial 0 since it has become irrelevant after moving to the new application framework
12 years ago
Andrey Kamaev
bbfccb61f3
Merge pull request #198 from asmorkalov:disable_warp_tests
12 years ago
Alexander Smorkalov
d36f8b9eb3
Code review comments applied
...
Sample renamed to CameraControl;
Picture taking added to show camera preview restart.
12 years ago
Alexander Smorkalov
f6ff2b87fa
Some perf tests on warping and resize disabled on Android
...
MatInfo_Size_Size.resizeDownLinear
MatInfo_Size_Size.resizeUpLinear
TestWarpPerspectiveNear_t.WarpPerspectiveNear
TestWarpPerspective.WarpPerspective
12 years ago
Andrey Kamaev
64bed2060a
Merge pull request #194 from asmorkalov/v4l_fix
...
Patch #2323 applied
12 years ago
Andrey Kamaev
7e8fab0747
Merge pull request #195 from vpisarev/inv3x3_fix
...
now invert 3x3 on "bad" matrices works well on Windows
12 years ago
Andrey Kamaev
c646bd4b7a
Merge pull request #196 from jet47/gpu-bug-2581
...
fixed Bug #2581
12 years ago
Vladislav Vinogradov
362655b02a
fixed Bug #2581
...
GoodFeaturesToTrackDetector_GPU fails when no corners found
12 years ago
Vadim Pisarevsky
b57e801c04
now invert 3x3 on "bad" matrices works well on Windows
12 years ago
Alexander Smorkalov
bb3d14e1a0
Patch #2323 "cap_libv4l.cpp clears default width and height after setting them" applied.
12 years ago
Andrey Kamaev
5047b3fba2
Merge pull request #193 from AnnaKogan8/perf-tests-increase-time-limits
...
Increased time limits for perf tests
12 years ago