Vladislav Vinogradov
6b1c28ce6d
fixed some gpu tests (different rounding results due to float arithmetics)
12 years ago
Roman Donchenko
0ae40507e5
Merge pull request #928 from apavlenko:bugfix_3027
12 years ago
Roman Donchenko
fbb25787cd
Merge pull request #920 from asmorkalov:android_move
12 years ago
Roman Donchenko
b890274738
Merge pull request #910 from pengx17:2.4_oclgfft
12 years ago
peng xiao
006e4242b2
Merge branch '2.4' of https://github.com/Itseez/opencv into 2.4_oclgfft
12 years ago
Andrey Pavlenko
e28f6fae49
fixing #3027 (searching JNI even if no ant), fixing java tests status message (ON/OFF)
12 years ago
yao
a9b7ff41bd
adjust test cases
12 years ago
peng xiao
d015fa76fa
Fix 2.4 ocl Canny.
...
This fix is a workaround for current 2.4 branch without introducing an
additional oclMat buffer into CannyBuf object.
Test case is cleaned up.
Volatile keywords in kernels are removed for performance concern.
12 years ago
Vadim Pisarevsky
2ccdf56119
Merge pull request #913 from janm399:2.4
12 years ago
Vadim Pisarevsky
24ca620c32
Merge pull request #916 from bitwangyaoyao:2.4_fixPyrLK
12 years ago
Vadim Pisarevsky
d3c7ae6adf
Merge pull request #919 from abidrahmank:2.4
12 years ago
Vadim Pisarevsky
ecb1f3c4d2
Merge pull request #923 from pengx17:2.4_macfix
12 years ago
yao
d81c145fa9
fix memory leak
12 years ago
yao
14bd6402be
revise perf
12 years ago
peng xiao
1d0c283508
Fix a bug when pushing pointers of arguments into std::vector.
...
When argument pointers pushed into an vector and the pointers point to
address on stack, we need to make sure they are valid until kernels are
successfully flushed onto the queue.
12 years ago
Alexander Smorkalov
f85cf5bdd9
Build fixes. Build scrips reorganized.
12 years ago
peng xiao
6fae02c05d
Fix some OpenCL kernel file build errors on Mac.
12 years ago
Roman Donchenko
7561b1c6e5
Replace the pull request guidelines with a link to the wiki.
...
I've moved the contents of CONTRIBUTING.md to the wiki (and slightly
expanded it), so the former is no longer required. I've put a link to the
wiki page and a summary in the README.
12 years ago
Alexander Smorkalov
20fef00a77
android -> plarforms/android
12 years ago
abidrahmank
2dd3bf116e
ANDed waitkey result with 0xFF for x64 systems
12 years ago
abidrahmank
ca09ba6852
Bug #2960 : docs about CV_BGR2GRAY
12 years ago
abidrahmank
98960bf201
A new python sample on grabcut
12 years ago
yao
fad96b95ad
add results verification to facedetect and hog samples
12 years ago
yao
c58e0d5d73
fix hog
12 years ago
yao
036b0579f1
remove the images in ocl sample folder
12 years ago
yao
33a3a19207
add two samples
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
Jan Machacek
46b770f255
Fixed include name in OpenCL on OS X
12 years ago
Roman Donchenko
519ee72f6f
Merge pull request #905 from bitwangyaoyao:2.4_TVL1
12 years ago
peng xiao
b4a4a05bdc
Add ocl's good features to track implementation.
...
Additional notes with this commit:
1. Add cornerHarris_dxdy and cornerMinEigenVal_dxdy to get
the interim dx and dy output of Sobel operator;
2. Add minMax_buf to allow user to reuse buffers in minMax;
3. Fix an error when either min or max pointer fed into minMax is NULL;
4. Corner sorter temporarily uses C++ STL's quick sort. A parallel
selection sort in OpneCL is contained in the implementation but disabled
due to poor performance at the moment.
5. Accuracy test for ocl gfft.
12 years ago
Andrey Pavlenko
d4255b7f75
Merge pull request #902 from apavlenko:fix_run_py
12 years ago
alex77git
445860d619
(typo)
12 years ago
alex77git
c8abaea368
(tab to space) 2x
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
alex77git
bc59428b3a
Bug #2966 , insert CV_Assert(size.width>0 && size.height>0); in imshow()
12 years ago
alex77git
6e7b1ef252
Bug #2967 , void DescriptorMatcher::radiusMatch() // description unclear,
...
only file: common_interfaces_of_descriptor_matchers.rst
12 years ago
alex77git
44a2b109b7
Bug #2967 , basic_structures.rst, fix 2 typos
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