Ilya Lavrenov
|
b864f48274
|
fixed ocl::sum, ocl::sqrSum, ocl::absSum
|
11 years ago |
peng xiao
|
422396ef6a
|
fix build error
|
11 years ago |
peng xiao
|
f69ccfa43d
|
Add opencl svm.
|
11 years ago |
Ilya Lavrenov
|
b54228fb83
|
fixed ocl::countNonZero
|
11 years ago |
Ilya Lavrenov
|
9dca7555b4
|
fixed ocl::minMax
|
11 years ago |
Ilya Lavrenov
|
f5af3ab851
|
changes in OpenCL matrix operations docs
|
11 years ago |
Ilya Lavrenov
|
c8821bd909
|
replaced manually new/delete by AutoBuffer
|
11 years ago |
Ilya Lavrenov
|
0faac595a8
|
fixed minMaxLoc kernel (removed compilation errors)
|
11 years ago |
Ilya Lavrenov
|
544c02407e
|
reverted and generalized original ocl::transpose
|
11 years ago |
Jin Ma
|
c7c0a41e17
|
Resolved the bug that the work group size is not valid.
|
11 years ago |
Ilya Lavrenov
|
c87d2d414d
|
removed arithm_absdiff.cl
|
11 years ago |
Ilya Lavrenov
|
8aa3eb817d
|
refactored arithm.cpp. Extended param list for all the tests
|
11 years ago |
Ilya Lavrenov
|
b4ad128218
|
refactoed and extended ocl::transpose
|
11 years ago |
Ilya Lavrenov
|
799afab23b
|
refactored and extended ocl::exp and ocl::log
|
11 years ago |
Ilya Lavrenov
|
0730963576
|
refactored and extended ocl::compare
|
11 years ago |
Ilya Lavrenov
|
8e0e352d77
|
refactored and extended binary bitwise operations
|
11 years ago |
Ilya Lavrenov
|
161674bff2
|
refactored and extended ocl::addWeighted
|
11 years ago |
Ilya Lavrenov
|
b20bd470fe
|
refactored and extended ocl::LUT
|
11 years ago |
Ilya Lavrenov
|
311a7233c2
|
removed comments from filtering.cpp and imgproc.cpp in ocl module
|
11 years ago |
Ilya Lavrenov
|
bd36e556a1
|
removed ocl::magnitudeSqr
|
11 years ago |
Ilya Lavrenov
|
0ad03162df
|
refactored and extended arithm operations add/sub/mul/div/absdiff
|
11 years ago |
Ilya Lavrenov
|
5ff5fdd73d
|
marked some methods of ocl::Context as const
|
11 years ago |
Ilya Lavrenov
|
d64fb235f7
|
removed needless arithm_2_mat.cl file
|
11 years ago |
Jin Ma
|
b88f5302e2
|
Removed unused constructor.
|
11 years ago |
Jin Ma
|
1bfe39f485
|
Added knearest neighbor of OpenCL version.
It includes the accuracy/performance test and the implementation of KNN.
|
11 years ago |
Jin Ma
|
06c33df307
|
Added knearest neighbor of OpenCL version.
It includes the accuracy/performance test and the implementation of KNN.
|
11 years ago |
Ilya Lavrenov
|
362a67a695
|
fixed ocl::oclMat::setTo for 2-channel images
|
11 years ago |
Alexander Alekhin
|
f1b5cbc8fe
|
ocl: fix invalid usage of alignSize (n is not a power of 2), added roundUp
|
11 years ago |
Ilya Lavrenov
|
58b84c2fc0
|
removed needless divUp
|
11 years ago |
Ilya Lavrenov
|
a5c9d83617
|
fixed ocl::pyrUp for 2-byte types
|
11 years ago |
Ilya Lavrenov
|
f20cc2bce8
|
extended ocl::convertTo
|
11 years ago |
Ilya Lavrenov
|
6b9c451938
|
added CV_16UC(1, 3, 4), CV_16SC(1, 3, 4) data types support in ocl::pyrUp and ocl::pyrDown
|
11 years ago |
Ilya Lavrenov
|
7d8bde3330
|
fixed ocl::merge in case of 2 and types CV_32S and CV_32F
|
11 years ago |
Jin Ma
|
a4ab3f4ea8
|
Removed whitespace.
|
11 years ago |
Jin Ma
|
2d5a1dacd0
|
Added Kalman Filter of OpenCL version.
|
11 years ago |
Vladislav Vinogradov
|
0c7663eb3b
|
Merge branch 'master' into gpu-cuda-rename
Conflicts:
modules/core/include/opencv2/core/cuda.hpp
modules/cudacodec/src/thread.cpp
modules/cudacodec/src/thread.hpp
modules/superres/perf/perf_superres.cpp
modules/superres/src/btv_l1_cuda.cpp
modules/superres/src/optical_flow.cpp
modules/videostab/src/global_motion.cpp
modules/videostab/src/inpainting.cpp
samples/cpp/stitching_detailed.cpp
samples/cpp/videostab.cpp
samples/gpu/stereo_multi.cpp
|
11 years ago |
Roman Donchenko
|
3bca57ac25
|
Boring changes - ocl.
|
11 years ago |
pengxiao
|
ea16539448
|
Fix a crash of ocl program if clAmdBlas is not linked.
|
11 years ago |
peng xiao
|
7b3e3f69fb
|
Modify according to @alalek.
|
11 years ago |
peng xiao
|
3c2a8912ee
|
Let clAmdBlas library initialize once during program lifetime.
|
11 years ago |
ilya-lavrenov
|
968c095403
|
gpu -> ocl
|
11 years ago |
Jin Ma
|
0233c4c198
|
Removed whitespace.
|
11 years ago |
Jin Ma
|
5728612f95
|
Removed the trailing whitespace
|
11 years ago |
yao
|
26b5eb3e39
|
add adaptive bilateral filter (cpp and ocl version)
|
11 years ago |
Roman Donchenko
|
9b92545ce6
|
War on Whitespace, master edition: trailing spaces.
|
11 years ago |
peng xiao
|
040b3b8265
|
Remove trailing whitespace.
|
11 years ago |
peng xiao
|
c74c517ce3
|
Fix build error.
|
11 years ago |
peng xiao
|
168d1dc18c
|
Make some tweaks to make `sum` operations less frequently
|
11 years ago |
Alexander Alekhin
|
7685b983db
|
OCL: tests: repair moments implementation in master branch, enable tests
|
11 years ago |
Ilya Lavrenov
|
6c4ad9b597
|
fixer error with incorrect condition
|
11 years ago |