yao
|
b5bd2cde9e
|
A few optimizations to ocl::pyrLK::sparse, make it running on more OCL platforms
|
2013-01-23 14:48:04 +04:00 |
|
yao
|
f6d82773f9
|
fix bug #2674
|
2013-01-23 14:48:04 +04:00 |
|
Andrey Kamaev
|
c49b23d4dd
|
Merge pull request #240 from emchristiansen:javatest2.4
|
2013-01-14 11:06:44 +04:00 |
|
Andrey Pavlenko
|
b0e1cb473a
|
more tests fixes
|
2013-01-11 09:13:25 +04:00 |
|
Andrey Kamaev
|
b1384a6da8
|
Fix cvCalcOpticalFlow when the status parameter is NULL
issue 2526
|
2013-01-10 18:14:08 +04:00 |
|
Andrey Kamaev
|
dff59ec960
|
Merge pull request #284 from taka-no-me:fix_equalize_hist_2678
|
2013-01-10 16:58:36 +04:00 |
|
Andrey Kamaev
|
59c6e2cc44
|
Merge pull request #283 from AnnaKogan8:perf_tests_timing.py-improved-console-output
|
2013-01-10 16:58:22 +04:00 |
|
Andrey Kamaev
|
6131a847a2
|
Fix histogram calculation in equalizeHist
issue #2678
|
2013-01-10 14:48:31 +04:00 |
|
Andrey Kamaev
|
b81d1b25c7
|
Merge pull request #280 from vpisarev:bug_fixes_jan9
|
2013-01-10 13:31:04 +04:00 |
|
Anna Kogan
|
3271e395c8
|
Improved console output
|
2013-01-10 13:19:59 +04:00 |
|
Anna Kogan
|
0d7ce141aa
|
Cleaned code
|
2013-01-10 13:18:26 +04:00 |
|
Anna Kogan
|
0334cf11cc
|
Fixed last testsuit disregarding
|
2013-01-10 13:16:46 +04:00 |
|
Vadim Pisarevsky
|
e383d39598
|
fixed bug #2679
|
2013-01-09 17:53:19 +04:00 |
|
Andrey Kamaev
|
399c20a928
|
Merge pull request #272 from 5kg:fix_haar
|
2013-01-09 16:53:11 +04:00 |
|
Andrey Kamaev
|
e34aba60d9
|
Merge pull request #278 from taka-no-me:fix_build_jpeg9
|
2013-01-09 16:52:56 +04:00 |
|
Andrey Kamaev
|
873aefae19
|
Merge pull request #279 from taka-no-me:mingw_java
|
2013-01-09 16:52:41 +04:00 |
|
Vadim Pisarevsky
|
46cf2e96b5
|
Merge pull request #265 from taka-no-me:doc_signatures
|
2013-01-09 15:40:39 +04:00 |
|
Andrey Kamaev
|
4e1ba6f02f
|
Fix build with libjpeg release 9
|
2013-01-08 19:55:29 +04:00 |
|
Andrey Kamaev
|
da9089612a
|
Fix build of java bindings on mingw
|
2012-12-30 23:24:39 +04:00 |
|
cuda-geek
|
47df8f4c2a
|
Merge pull request #275 from mdim:bug_fix_cvboost
|
2012-12-30 00:31:03 +04:00 |
|
Maria Dimashova
|
0e2958e888
|
fixed CvBoost::predict
(Sometimes sample_data became bad because the buffer with its values was deallocated early).
|
2012-12-29 00:30:52 +04:00 |
|
Zifei Tong
|
260bdc057c
|
Changed parallel_for to parallel_for_ in haar.cpp
|
2012-12-28 22:56:47 +08:00 |
|
Andrey Pavlenko
|
c49b1bc6d5
|
partial fix for failing tests; fix for Windows launcher script; more quiet output
|
2012-12-28 17:03:35 +04:00 |
|
Zifei Tong
|
e331787645
|
Fix race condition for Cascade Classifier when TBB enabled.
|
2012-12-28 20:51:02 +08:00 |
|
Andrey Kamaev
|
b401c6a0c3
|
Fix discrepancies between function signatures in headers and documentation
|
2012-12-26 18:24:50 +04:00 |
|
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
|
2012-12-26 17:55:03 +04:00 |
|
Kirill Kornyakov
|
5023afffc7
|
Removed hack from perf test on HoughLines, since I hope it is fixed by pr263
|
2012-12-26 10:33:02 +04:00 |
|
Andrey Kamaev
|
16687a2655
|
Explicitly use double precision sin & cos in hough implementation
On some platforms sin and cos are calculated in single precision resulting in
diversity of results.
|
2012-12-25 18:05:05 +04:00 |
|
Andrey Kamaev
|
02d1e68c64
|
Merge pull request #257 from AnnaKogan8:perf-tests-timing-script
|
2012-12-24 19:38:49 +04:00 |
|
Alexander Smorkalov
|
9ca65ceef8
|
OpenCV example-tutorial1 does not work on Android emulator (Bug #2656)
Problems with Android 2.3.3 (API level 10) fixed;
Android 2.2 does not work due to unsupported camera frame format (known android-2.2 emulator issue).
|
2012-12-24 17:49:49 +04:00 |
|
Anna Kogan
|
f57d692cd7
|
Improved code
|
2012-12-24 17:09:04 +04:00 |
|
Anna Kogan
|
e1331b44f5
|
Wrote script generating timing table
|
2012-12-24 17:09:04 +04:00 |
|
Andrey Kamaev
|
014a500f79
|
Merge pull request #256 from znah:2.4
|
2012-12-24 16:11:19 +04:00 |
|
Andrey Kamaev
|
524bde2aeb
|
Merge pull request #255 from taka-no-me:fix_batchdist_test
|
2012-12-24 13:29:32 +04:00 |
|
Alexander Mordvintsev
|
20838b6f6e
|
fix #2643: use SVD to solve least squares in cvStereoRectifyUncalibrated
|
2012-12-24 12:59:39 +04:00 |
|
Andrey Kamaev
|
02c7e221a3
|
Merge pull request #252 from taka-no-me:fix_stlport_build
|
2012-12-24 12:44:13 +04:00 |
|
Andrey Kamaev
|
b870b246e1
|
Fix memory corruption in batchDistance perf tests
|
2012-12-22 21:01:57 +04:00 |
|
Andrey Kamaev
|
f87987ed72
|
Honor multidimensional matrices in InputArray::total
|
2012-12-22 17:56:02 +04:00 |
|
Andrey Kamaev
|
9944282b09
|
Fix build with STLPort from NDK r8d
|
2012-12-22 00:59:56 +04:00 |
|
Andrey Kamaev
|
b6efec5f8b
|
Add support for Android NDK r8d
|
2012-12-21 15:39:23 +04:00 |
|
Andrey Kamaev
|
9526907cba
|
Use .yml.gz format to reduce space requirement from ~260Mb to ~17Mb for ml tests
The size of temporary files is an issue on mobile platforms.
|
2012-12-20 18:46:54 +04:00 |
|
Andrey Kamaev
|
aaf779a3a2
|
Adjust OpenCV version to 2.4.3.2
|
2012-12-20 17:19:34 +04:00 |
|
takacsd
|
64f821908e
|
Add missing _WIN32 check in core/operations.hpp.
Fix a compilation error with MinGW gcc 4.7 with enabled C++11 support (-std=c++11).
Issue number: #2555
|
2012-12-20 11:28:16 +01:00 |
|
Andrey Kamaev
|
ca7abe1239
|
Reduce number of performance tests for LBP cascade
|
2012-12-20 12:25:59 +04:00 |
|
Eric Christiansen
|
ad326cb0be
|
adds desktop java junit tests
|
2012-12-19 14:28:59 -08:00 |
|
Andrey Kamaev
|
35ac95930f
|
Merge pull request #236 from asmorkalov:javadoc_fix
|
2012-12-19 16:32:45 +04:00 |
|
Andrey Kamaev
|
b35fa6c4ff
|
Merge pull request #202 from Daniil-Osokin:calcHist
|
2012-12-19 15:07:40 +04:00 |
|
Alexander Smorkalov
|
d7c89fc649
|
A lot of javadoc warnings duting javadoc build (Bug #2647) issue fixed
Black list of entities, that are not implemented in Java API added to javadoc generator
|
2012-12-19 12:53:44 +04:00 |
|
Vadim Pisarevsky
|
a75e5ac277
|
Merge pull request #232 from asmorkalov:compiler_bug_workaround
|
2012-12-19 10:20:10 +04:00 |
|
Andrey Kamaev
|
2c56a09bee
|
Merge pull request #226 from taka-no-me/equalizeHist
Fix equalization formula in equalizeHist function & rewrite in C++
|
2012-12-18 15:53:13 -08:00 |
|