ilya-lavrenov
|
ca32583fdd
|
fixed ocl optical flow: sparse and tvl1
|
12 years ago |
Alexander Alekhin
|
238550cdad
|
ocl: code cleanup, fix .clb files
|
12 years ago |
Ilya Lavrenov
|
1be77dd2f3
|
enabled accuracy tests for the functions that use inside AMD Blas/Fft
|
12 years ago |
Alexander Alekhin
|
0760fdcbdb
|
ocl: fix build on Mac
|
12 years ago |
Ilya Lavrenov
|
1f51e6c0de
|
fixed kernel compilation warnings on MacOSX
|
12 years ago |
Ilya Lavrenov
|
39c1e5ff73
|
added perf tests for min, max, abs
|
12 years ago |
Alexander Alekhin
|
3eba2011b9
|
test: run.py: return valid errorCode in case of the single test run
|
12 years ago |
Alexander Alekhin
|
6b9f74ae84
|
ocl: fix cleanup on Windows platform (for clAmdBlas/clAmdFft)
|
12 years ago |
Ilya Lavrenov
|
9d1636daa6
|
catching OpenCL double not supported exceptions
|
12 years ago |
Alexander Alekhin
|
d26f62569d
|
ocl: fix compilation warnings, update openCLExecuteKernelInterop
|
12 years ago |
Alexander Alekhin
|
43c638d07d
|
ocl: remove cl.hpp dependency (it is missed on Nvidia SDK and on some platforms)
|
12 years ago |
Alexander Alekhin
|
bc089bb18c
|
cmake: update java module install rules
|
12 years ago |
Alexander Alekhin
|
4adede4246
|
cmake: python module updates
|
12 years ago |
Alexander Alekhin
|
555c505b70
|
update cmake 'install' target for Windows platform
Allow to build samples via OpenCV binaries from distribution package
(find_package with OpenCV_DIR).
|
12 years ago |
Ilya Lavrenov
|
fccd37de7e
|
changes eps for NORM_L1
|
12 years ago |
Ilya Lavrenov
|
488e6aafaf
|
fixed the PR 1582
|
12 years ago |
Ilya Lavrenov
|
245ff93544
|
ocl setto fix for windows
|
12 years ago |
Ilya Lavrenov
|
bdd5038da4
|
ocl setto fix for windows
|
12 years ago |
Sebastian Krmer
|
3696174b14
|
fix documentation warning
|
12 years ago |
Ilya Lavrenov
|
c404da784f
|
fixed ocl::norm (previously the function used double as a work type)
|
12 years ago |
Sebastian Krämer
|
4ffd3fb905
|
add ocl::abs
|
12 years ago |
Sebastian Krämer
|
c844bbdd82
|
documentation update for ocl::min and ocl::max
|
12 years ago |
Sebastian Krämer
|
33df7131ae
|
add ocl::min and ocl::max (includes accuracy tests update)
|
12 years ago |
Ilya Lavrenov
|
32f11e6f40
|
enabled OpenCL 1.2 branch in oclMat::setTo
|
12 years ago |
Alexander Alekhin
|
1d6327ba2a
|
ocl: fix Context::CL_* usage
|
12 years ago |
Alexander Alekhin
|
f63b0dfaf4
|
svm: disable failed tests
|
12 years ago |
Ilya Lavrenov
|
036e99d03a
|
fixed ipp-related warnings
|
12 years ago |
Alexander Alekhin
|
de0f310e81
|
ocl: tests: RNG usage refactoring
|
12 years ago |
Roman Donchenko
|
3cfad385ec
|
Fix a -Wshadow warning in cap_openni.cpp.
|
12 years ago |
StevenPuttemans
|
2f474db27f
|
Fix of bug #3283 and bug #3301
Added extra information for fitEllipse, minAreaRect and addapted ellipse &
ellipse2Poly parameter description.
|
12 years ago |
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 |