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
Roman Donchenko
5ac3b8d5d8
Merge remote-tracking branch 'origin/2.4' into merge-2.4
...
Pull requests:
#904 from ograycode:2.4
#905 from bitwangyaoyao:2.4_TVL1
#902 from apavlenko:fix_run_py
#882 from pengx17:2.4_rewrite_query_info
Conflicts:
modules/nonfree/src/surf.ocl.cpp
modules/ocl/include/opencv2/ocl/private/util.hpp
modules/ocl/src/hog.cpp
modules/ocl/src/pyrlk.cpp
modules/ocl/src/tvl1flow.cpp
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
Roman Donchenko
56121d01ea
Merge pull request #911 from jrdi:patch-1
12 years ago
Roman Donchenko
cfa985db43
Merge pull request #917 from SpecLad:cuda-4-build
12 years ago
yao
036b0579f1
remove the images in ocl sample folder
12 years ago
yao
33a3a19207
add two samples
12 years ago
Roman Donchenko
dad58d8940
Fix a build error which manifests when building with CUDA < 5.
12 years ago
yao
d45f9ef866
fix Linux build errors
12 years ago
Roman Donchenko
4da0cdb959
Merge pull request #914 from SpecLad:master
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
5e0e1fac87
Merge commit 'b51a1a7d' (PR #895 from 2.4)
...
Conflicts:
modules/ocl/CMakeLists.txt
modules/ocl/perf/perf_color.cpp
modules/ocl/perf/perf_match_template.cpp
modules/ocl/perf/precomp.cpp
modules/ocl/perf/precomp.hpp
12 years ago
Jan Machacek
46b770f255
Fixed include name in OpenCL on OS X
12 years ago
Jordi Villar
ee29b0454c
fix parenthesis
12 years ago
Andrey Pavlenko
61567adc5d
Merge pull request #797 from vhdirk:installheaders
12 years ago
Roman Donchenko
7efb24917f
Merge pull request #887 from LeszekSwirski:fix-glinkedptrmutex
12 years ago
Roman Donchenko
519ee72f6f
Merge pull request #905 from bitwangyaoyao:2.4_TVL1
12 years ago
Roman Donchenko
b5c013682b
Merge pull request #907 from SpecLad:master
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
Roman Donchenko
029fce10c9
Merge remote-tracking branch 'origin/2.4'
...
Conflicts:
3rdparty/libjasper/CMakeLists.txt
cmake/OpenCVDetectOpenCL.cmake
modules/calib3d/doc/camera_calibration_and_3d_reconstruction.rst
modules/imgproc/src/floodfill.cpp
modules/ocl/include/opencv2/ocl/ocl.hpp
modules/ocl/src/arithm.cpp
modules/ocl/src/haar.cpp
modules/ocl/src/imgproc.cpp
modules/ocl/src/initialization.cpp
modules/ocl/src/matrix_operations.cpp
modules/ocl/src/mcwutil.cpp
modules/ocl/src/opencl/arithm_bitwise_and_mask.cl
modules/ocl/src/opencl/arithm_bitwise_and_scalar_mask.cl
modules/ocl/src/opencl/arithm_bitwise_binary_mask.cl
modules/ocl/src/opencl/arithm_bitwise_binary_scalar.cl
modules/ocl/src/opencl/arithm_bitwise_binary_scalar_mask.cl
modules/ocl/src/opencl/arithm_bitwise_or.cl
modules/ocl/src/opencl/arithm_bitwise_or_scalar.cl
modules/ocl/src/opencl/arithm_bitwise_or_scalar_mask.cl
modules/ocl/src/opencl/arithm_bitwise_xor.cl
modules/ocl/src/opencl/arithm_bitwise_xor_mask.cl
modules/ocl/src/opencl/arithm_bitwise_xor_scalar.cl
modules/ocl/src/stereobm.cpp
modules/ocl/test/precomp.hpp
modules/python/src2/api
modules/ts/src/ts_func.cpp
samples/gpu/bgfg_segm.cpp
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
Leszek Swirski
7542d66dbd
Fix drawing documentation referring to C API macros
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
ericgreveson
e7995b4d5d
Take account of multi-channel matrices when comparing histograms
...
Ensure that all channels are considered when comparing multi-channel histograms
12 years ago
Vadim Pisarevsky
aee6a617a6
Merge pull request #897 from bitwangyaoyao:2.4_TVL1
12 years ago
Vadim Pisarevsky
416eaf2ae1
Merge pull request #896 from jet47:removed-vibe-master
12 years ago
yao
04399a27d0
fix a warning
12 years ago
yao
4162ebfad3
add OpticalFlowDual_TVL1_OCL function
12 years ago
Vladislav Vinogradov
49a4f27d42
removed VIBE implementation
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
Leszek Swirski
0e8c2b0395
Fix visibility of g_linked_ptr_mutex on Windows
...
Reverts some changes in b8ed00bd64
12 years ago