Alexander Alekhin
|
90df620deb
|
ocl: stereo_csbp: divUp -> roundUp
|
12 years ago |
Alexander Alekhin
|
2d1a6687f9
|
autogenerated code
|
12 years ago |
Alexander Alekhin
|
2fdfa37ea5
|
ocl: runtime, fix 32-bit builds
|
12 years ago |
Ilya Lavrenov
|
10d60f99dc
|
fixed ocl::integral and enabled perf test for it
|
12 years ago |
Ilya Lavrenov
|
5f81988699
|
refactored arithm binary operations in order to make them more scalable
|
12 years ago |
Alexander Alekhin
|
d74ca7b39d
|
ocl: update module documentation
|
12 years ago |
Alexander Alekhin
|
7f0680fc8b
|
ocl: workaround for OpenCL C++ bindings usage: CL/cl.hpp
|
12 years ago |
Alexander Alekhin
|
8beb514ecf
|
ocl: merge with upstream/2.4
|
12 years ago |
Alexander Alekhin
|
16adbda4d3
|
ocl: added OpenCL device selection via OPENCV_OPENCL_DEVICE environment variable
|
12 years ago |
Alexander Alekhin
|
dd9ff587dc
|
ocl: file-based ProgramCache refactoring
|
12 years ago |
Alexander Alekhin
|
b00f79ac5f
|
ocl: move program names into opencl_kernels.hpp
|
12 years ago |
Alexander Alekhin
|
e8d9ed8955
|
ocl: split initialization.cpp into 3 files: context, operations, programcache
|
12 years ago |
Ilya Lavrenov
|
dafd4da031
|
removed ocl::minMax_buf, updated doc (operation on matrices)
|
12 years ago |
Roman Donchenko
|
fa9d092c43
|
Fix a -Wparentheses-equality Clang warning in cap_libv4l.cpp.
|
12 years ago |
Alexander Smorkalov
|
1aaeb52a4c
|
Android NDK r9 support. x64 NDK support fix for MacOS X.
|
12 years ago |
Ilya Lavrenov
|
adca219f18
|
fixed convertC3C4 and convertC4C3 functions in case cols == 1
|
12 years ago |
Alexander Alekhin
|
12eb340a4e
|
removed invalid comment
|
12 years ago |
Alexander Alekhin
|
5ab49c4cc2
|
ocl: cl_runtime: added autogenerated code
|
12 years ago |
Alexander Alekhin
|
212ad97100
|
ocl: dynamic load of OpenCL libraries
Support functions from OpenCL 1.1 / OpenCL 1.2
|
12 years ago |
Ilya Lavrenov
|
e8b93040d6
|
enabled ocl::norm perf test
|
12 years ago |
Ilya Lavrenov
|
a613a1a1da
|
fixed ocl::bitwise_not in case of CV_8UC1, CV_8UC2
|
12 years ago |
Roman Donchenko
|
e65eb4e042
|
Updated Google Test to 1.7.0.
|
12 years ago |
Ilya Lavrenov
|
4322c47bb2
|
removed test_norm.cpp from ocl tests
|
12 years ago |
Alexander Alekhin
|
a8ac3ec72a
|
ocl: perf test: disable MOG2 (random hungs), enable upload/download
|
12 years ago |
Alexander Alekhin
|
66e4aead97
|
perf tests: added SANITY_CHECK_NOTHING()
|
12 years ago |
Ilya Lavrenov
|
065b40c6c3
|
fixed and extended ocl::norm
|
12 years ago |
Alexander Alekhin
|
958604a68e
|
perf test: update error message about relative error
|
12 years ago |
Ilya Lavrenov
|
a562b5c985
|
fixed ocl::meanStddev and created accuracy test for this function
|
12 years ago |
Ilya Lavrenov
|
7379152afb
|
fixed ocl::setIdentity
|
12 years ago |
Ilya Lavrenov
|
7edcefb2be
|
fixed ocl::phase
|
12 years ago |
Ilya Lavrenov
|
b864f48274
|
fixed ocl::sum, ocl::sqrSum, ocl::absSum
|
12 years ago |
peng xiao
|
315c054379
|
Fix new blank line at EOF.
|
12 years ago |
peng xiao
|
422396ef6a
|
fix build error
|
12 years ago |
peng xiao
|
f69ccfa43d
|
Add opencl svm.
|
12 years ago |
Ilya Lavrenov
|
b54228fb83
|
fixed ocl::countNonZero
|
12 years ago |
Ilya Lavrenov
|
9dca7555b4
|
fixed ocl::minMax
|
12 years ago |
Alexander Smorkalov
|
8cb0921252
|
pr #1464 reverted as breaking the build for Linux without libv4l library.
|
12 years ago |
perping
|
1bc20ae6f8
|
fix warning about addWeighted and remove magnitudeSqr().
|
12 years ago |
Andrey Pavlenko
|
0a695eb314
|
hortening the file names (HighDynamicRange -> HDR)
|
12 years ago |
perping
|
074f9e33cb
|
fix three warning about mog, mog2 and KNearestNeighbour.
|
12 years ago |
perping
|
f65286d3c6
|
Update the OpenCL documents.
|
12 years ago |
peng xiao
|
28ac23c1a1
|
If device does not support double, returns immediately.
Double floating points are not default supported by OpenCL.
|
12 years ago |
Ilya Lavrenov
|
f5af3ab851
|
changes in OpenCL matrix operations docs
|
12 years ago |
Ilya Lavrenov
|
c8821bd909
|
replaced manually new/delete by AutoBuffer
|
12 years ago |
Ilya Lavrenov
|
0faac595a8
|
fixed minMaxLoc kernel (removed compilation errors)
|
12 years ago |
Ilya Lavrenov
|
544c02407e
|
reverted and generalized original ocl::transpose
|
12 years ago |
Jin Ma
|
c7c0a41e17
|
Resolved the bug that the work group size is not valid.
|
12 years ago |
Ilya Lavrenov
|
c87d2d414d
|
removed arithm_absdiff.cl
|
12 years ago |
Ilya Lavrenov
|
8aa3eb817d
|
refactored arithm.cpp. Extended param list for all the tests
|
12 years ago |
Ilya Lavrenov
|
b4ad128218
|
refactoed and extended ocl::transpose
|
12 years ago |