Vadim Pisarevsky
|
19229f2fa0
|
Merge pull request #253 from Nerei:smart_operators_for_smart_ptr
|
12 years ago |
Andrey Kamaev
|
a99799caa3
|
Merge pull request #286 from taka-no-me:tweak_phase_test_threshold
|
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
|
20c5a8788d
|
Weaken acceptance criteria in phase test
|
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 |
Vadim Pisarevsky
|
b68df415a9
|
Merge pull request #135 from nevion:master
|
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 |
Anatoly Baksheev
|
a09b973c2e
|
Smart operators for smart Ptr (feature #2637)
|
12 years ago |
Suenghoon Park
|
269ccaa431
|
Merge branch 'master' of git://github.com/Itseez/opencv into ocl_hough
|
12 years ago |
Andrey Kamaev
|
47963f0083
|
Merge pull request #277 from ilya-lavrenov:ResizeAreaFast
|
12 years ago |
Ilya Lavrenov
|
1bc76813f3
|
fixed bug connected with SSE2 version of resize with AREA interpolation
|
12 years ago |
Andrey Kamaev
|
da9089612a
|
Fix build of java bindings on mingw
|
12 years ago |
cuda-geek
|
66d986478c
|
Merge pull request #276 from cuda-geek:fix-precomps
|
12 years ago |
marina.kolpakova
|
e53d57664d
|
fix precompiled headers usage in gpu module
|
12 years ago |
cuda-geek
|
47df8f4c2a
|
Merge pull request #275 from mdim:bug_fix_cvboost
|
12 years ago |
Vladislav Vinogradov
|
bb07e2710e
|
decreased source size in NCV.VectorOperations test
|
12 years ago |
marina.kolpakova
|
45191dd6a5
|
merge CUDA dev branch
|
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 |
Andrey Kamaev
|
cc2110440a
|
Merge pull request #273 from saskathex:master
|
12 years ago |
Suenghoon Park
|
4f965296fc
|
modified performance test for ocl::HoughCircles
|
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 |
saskathex
|
eb326cdbc8
|
Fixed misspelled words.
|
12 years ago |
Suenghoon Park
|
0afa9cede5
|
removed personal info from the license header
|
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
|
3759476b38
|
Merge pull request #266 from prclibo:master
|
12 years ago |
Suenghoon Park
|
2124de80a5
|
Merge branch 'master' of git://github.com/Itseez/opencv into ocl_hough
|
12 years ago |
Suenghoon Park
|
8a1d6a1bb2
|
added documentation for ocl::HoughCircles
|
12 years ago |
Suenghoon Park
|
b1faa46d3a
|
added performance test
|
12 years ago |
Bo Li
|
956a029ede
|
added code, test and doc for five-point algorithm
|
12 years ago |
Anatoly Baksheev
|
b1aa7aecf0
|
fixed CC for CAMRA
|
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 |