yao
c58e0d5d73
fix hog
12 years ago
yao
d45f9ef866
fix Linux build errors
12 years ago
yao
a223b5624f
fix pyrLK's mismatch on Intel GPUs
12 years ago
Roman Donchenko
324cafdda6
Merge pull request #904 from ograycode:2.4
12 years ago
Roman Donchenko
519ee72f6f
Merge pull request #905 from bitwangyaoyao:2.4_TVL1
12 years ago
Andrey Pavlenko
d4255b7f75
Merge pull request #902 from apavlenko:fix_run_py
12 years ago
Vadim Pisarevsky
cbbc82a789
Merge pull request #882 from pengx17:2.4_rewrite_query_info
12 years ago
Vadim Pisarevsky
b51a1a7d15
Merge pull request #895 from bitwangyaoyao:2.4_perf
12 years ago
Roman Donchenko
389be67605
Merge pull request #853 from icylord:2.4
12 years ago
yao
d8b192c84d
Fix the mismatch on NV GPUs
12 years ago
ograycode
97e9368e75
Simple set of the camera index to allow the user to change it after the object has been initialized.
12 years ago
Andrey Pavlenko
4af104aaae
'aapt' tool moved in SDK r22, adding support to run.py
12 years ago
Vadim Pisarevsky
aee6a617a6
Merge pull request #897 from bitwangyaoyao:2.4_TVL1
12 years ago
yao
04399a27d0
fix a warning
12 years ago
yao
4162ebfad3
add OpticalFlowDual_TVL1_OCL function
12 years ago
yao
03c55db4fb
fix the waring in gemm test
12 years ago
yao
5f20fce6fd
add accuracy tests while running perf
12 years ago
Andrey Pavlenko
528db00095
Merge pull request #892 from jet47:removed-vibe
12 years ago
Vladislav Vinogradov
ec52096e30
removed VIBE implementation
12 years ago
Vadim Pisarevsky
7d9041460a
Merge pull request #885 from pengx17:2.4_bfmatcher_ocl
12 years ago
Vadim Pisarevsky
4d866ea32e
Merge pull request #884 from pengx17:2.4_pyrup_fix
12 years ago
peng xiao
d053f2165d
Add BFMatcher_OCL class alias for BruteForceMatcher_OCL.
...
This adds a similar interface with pure-cpp and gpu versions.
12 years ago
peng xiao
3f93c3cc4e
Clean up spaces in ocl.hpp
12 years ago
peng xiao
1ecc765903
Merge branch '2.4' of https://github.com/Itseez/opencv into 2.4_pyrup_fix
12 years ago
peng xiao
df3997b108
Fix ocl::pyrUp
...
Use predefined OpenCL function to convert integers to floating points.
This is more accurate than before as it enables:
1. saturate cast
2. customized rounding
12 years ago
Vadim Pisarevsky
2a646f7626
Merge pull request #862 from piponazo:v4lFPS
12 years ago
Vadim Pisarevsky
25e6902a43
Merge pull request #818 from bitwangyaoyao:2.4_optBlur
12 years ago
Vadim Pisarevsky
bd1d7cd208
Merge pull request #839 from pengx17:2.4_ocl_csbp
12 years ago
Vadim Pisarevsky
87765c0f16
Merge pull request #883 from bitwangyaoyao:2.4_fixMoments
12 years ago
yao
1d1d28baf2
fix black screen when input Mat is large
12 years ago
peng xiao
ac21cabda2
Copy ocl::queryDeviceInfo interface from master to 2.4.
...
Affected functions surf.ocl, pyrlk.ocl and hog.ocl are updated with the change.
12 years ago
Andrey Pavlenko
87fcd2342f
Merge pull request #878 from apavlenko:better_glue_search
12 years ago
Vadim Pisarevsky
35d8fa444b
Merge pull request #849 from dominikrose:dom_2.4
12 years ago
Vadim Pisarevsky
d79c05fec9
Merge pull request #872 from pengx17:2.4_create2dimage_fix
12 years ago
Vadim Pisarevsky
6eb5a95a59
Merge pull request #871 from bitwangyaoyao:2.4_acry
12 years ago
Vadim Pisarevsky
fd83f2f5ca
Merge pull request #819 from bitwangyaoyao:2.4_haarBuf
12 years ago
Vadim Pisarevsky
c549ec8371
Merge pull request #850 from SpecLad:convhull-orientation
12 years ago
Andrey Pavlenko
d94ecf40e6
Merge pull request #880 from apavlenko:qt-5.0
12 years ago
Andrey Pavlenko
0fec2eb6e5
Merge pull request #879 from apavlenko:gcc-4.8
12 years ago
Vadim Pisarevsky
e4d4b07f00
Merge pull request #873 from prclibo:2.4
12 years ago
Andrey Kamaev
f856f78ac0
Update CMake scripts to recognize Qt 5.0
12 years ago
Andrey Kamaev
2665c39a0d
Fix build warnings from gcc 4.8
12 years ago
Andrey Kamaev
60059a7aa0
Improve handling of native_app_glue dependency in Android samples
12 years ago
yao
e23884a238
fix the warnings in fft tests
12 years ago
Vadim Pisarevsky
9cce8ca4b6
Merge pull request #864 from pengx17:2.4_stereobm
12 years ago
Vadim Pisarevsky
1348e7cd4d
Merge pull request #877 from apavlenko:version_info_in_test_log
12 years ago
Andrey Pavlenko
d5881bc00a
adding version info to test log
12 years ago
yao
ada8f92cc7
fix warnings, unify test names
12 years ago
Bo Li
81779d8287
fixed pca bug for fixed mean input
12 years ago
peng xiao
e14acabb3d
Fix ocl moudle build with latest Intel OpenCL SDK.
...
We found that cl.h file provided in latest Intel SDK muted deprecated interfaces.
12 years ago