Andrey Kamaev
e9301c3c4b
Add opencv_cheatsheet.pdf to documentation build and silence Latex output
12 years ago
Andrey Kamaev
e3474878b6
Consistently use 4-digit library version
12 years ago
Alexander Smorkalov
4feae810fa
4 digit library version numeration implemented in OpenCV Manager
...
Code refactoring done.
OpenCV library version type changed to int.
Some UI labels updated.
OpenCV Manager verison incremented.
12 years ago
Andrey Kamaev
101e9bd456
Merge pull request #304 from apavlenko:test_java_fix_double
12 years ago
Siegfried Hochdorfer
82a9f9a5a9
MeanshiftGrouping Bugfix (Bug #2685 )
12 years ago
Andrey Pavlenko
a8c0f1d962
fixing test failure on some systems
12 years ago
Andrey Kamaev
7341eaa654
Merge pull request #296 from asmorkalov:html_docs_warning_fix
12 years ago
Andrey Kamaev
28afa8d2d4
Merge pull request #297 from taka-no-me:fix_deps
12 years ago
Andrey Kamaev
0fed75a880
Merge pull request #302 from taka-no-me:fix_doc_sphinx107
12 years ago
Andrey Kamaev
069844cd4e
Merge pull request #300 from taka-no-me:java_64bit
12 years ago
Andrey Kamaev
b362d47d95
Fix documentation build with Sphinx 1.07
12 years ago
Andrey Kamaev
bf3c2b0bbb
Fix incorrect Mat address reconstruction on 64-bit platforms
...
This fixes random failures in Java wrappers.
12 years ago
Anna Kogan
0587bef667
Switched time from seconds to minutes
12 years ago
Anna Kogan
3cdfa654ae
Added 'Num of tests' col, changed headers, added 'overall time' row
12 years ago
Andrey Kamaev
3cb84ed17c
Fix dependencies inference for auto-disabled targets
...
Sometimes information about dependencies causing disabling were loosed and it
was not possible to correctly display these dependencies in status report
12 years ago
Andrey Pavlenko
9f0d5f60b5
fixinf warning on non-Windows systems
12 years ago
Alexander Smorkalov
8cb0343f4c
Documentation build warning fixes.
...
Invalid links and refences fixed.
SpaeseMat class documentation updated.
12 years ago
Andrey Pavlenko
8e42ca1764
SURF keypoints rotation invariance test.
...
It calcs kpts for a cross and checks that 4 kpts at the edges have equal responce.
12 years ago
Andrey Kamaev
c49b23d4dd
Merge pull request #240 from emchristiansen:javatest2.4
12 years ago
Andrey Pavlenko
b0e1cb473a
more tests fixes
12 years ago
Andrey Kamaev
5e2726fb17
Merge pull request #287 from taka-no-me:fix_cvCalcOpticalFlow_2526
12 years ago
Andrey Kamaev
64d89d3546
Merge pull request #288 from taka-no-me:fix_unused_cmake_variable
12 years ago
Andrey Kamaev
cf8deac2b2
Always touch variable controlling build of the module
...
This suppresses "unused variable" CMake warning when user explicilty disables
module unavailable in selected configuration
12 years ago
Andrey Kamaev
b1384a6da8
Fix cvCalcOpticalFlow when the status parameter is NULL
...
issue 2526
12 years ago
Andrey Kamaev
dff59ec960
Merge pull request #284 from taka-no-me:fix_equalize_hist_2678
12 years ago
Andrey Kamaev
59c6e2cc44
Merge pull request #283 from AnnaKogan8:perf_tests_timing.py-improved-console-output
12 years ago
Andrey Kamaev
6131a847a2
Fix histogram calculation in equalizeHist
...
issue #2678
12 years ago
Andrey Kamaev
b81d1b25c7
Merge pull request #280 from vpisarev:bug_fixes_jan9
12 years ago
Anna Kogan
3271e395c8
Improved console output
12 years ago
Anna Kogan
0d7ce141aa
Cleaned code
12 years ago
Anna Kogan
0334cf11cc
Fixed last testsuit disregarding
12 years ago
Vadim Pisarevsky
e383d39598
fixed bug #2679
12 years ago
Andrey Kamaev
399c20a928
Merge pull request #272 from 5kg:fix_haar
12 years ago
Andrey Kamaev
e34aba60d9
Merge pull request #278 from taka-no-me:fix_build_jpeg9
12 years ago
Andrey Kamaev
873aefae19
Merge pull request #279 from taka-no-me:mingw_java
12 years ago
Vadim Pisarevsky
46cf2e96b5
Merge pull request #265 from taka-no-me:doc_signatures
12 years ago
Andrey Kamaev
4e1ba6f02f
Fix build with libjpeg release 9
12 years ago
Andrey Kamaev
da9089612a
Fix build of java bindings on mingw
12 years ago
cuda-geek
47df8f4c2a
Merge pull request #275 from mdim:bug_fix_cvboost
12 years ago
Andrey Kamaev
dcde359181
Merge pull request #270 from wswld:2.4
12 years ago
Andrey Kamaev
7f4bcd3d72
Merge pull request #271 from 5kg:fix_cascade
12 years ago
Maria Dimashova
0e2958e888
fixed CvBoost::predict
...
(Sometimes sample_data became bad because the buffer with its values was deallocated early).
12 years ago
Zifei Tong
260bdc057c
Changed parallel_for to parallel_for_ in haar.cpp
12 years ago
Andrey Pavlenko
c49b1bc6d5
partial fix for failing tests; fix for Windows launcher script; more quiet output
12 years ago
Zifei Tong
e331787645
Fix race condition for Cascade Classifier when TBB enabled.
12 years ago
Vsevolod Glumov
c0411caef4
Fixed a bunch of minor issues in 'dev_with_OCV_on_Android.rst'.
12 years ago
Andrey Kamaev
b401c6a0c3
Fix discrepancies between function signatures in headers and documentation
12 years ago
Andrey Kamaev
aabbe11e64
Improve function arguments parsing and checking
...
* always use "argN" names for unnamed arguments
* honor space symbol between typename and "*", "&" symbols
* fix indent errors
12 years ago
Andrey Kamaev
5f41971305
Merge pull request #264 from kirill-kornyakov:remove-hack-from-hough-lines-perf-test
12 years ago
Kirill Kornyakov
5023afffc7
Removed hack from perf test on HoughLines, since I hope it is fixed by pr263
12 years ago