yao
7d83db7d4d
fix ocl::columnsum bug
12 years ago
yao
1b6639aa3d
A little optimization on ocl/pyrdown, ocl/canny
12 years ago
yao
8f8a69d6f5
fix bug of ocl::canny
12 years ago
niko
11b403900e
add channel 3 for test/main.cpp
...
add remap
12 years ago
yao
c8bfc0fd89
A little fix to ocl accuracy tests, make them more uniformed
12 years ago
yao
0fdb55a54d
update some of the functions in ocl module to the latest version
12 years ago
niko
6f6e990988
use mutex provided by opencv itself
...
add getoclcontext and getoclcommandqueue so that other opencl program can interactive with opencv ocl module
correct haar test cases
add face detection sample
12 years ago
niko
b929012583
performance fix of convertC3C4
...
add OCL 1.2 feature for setTo
bug fix of integral
replace the error code -217 with suitable MACRO
simplify tests, no need apply a new context for each test case
add more control for tests in utility.hpp
12 years ago
niko
e7f4dd1a2e
temp build fix because the new core.hpp impact on this project
12 years ago
niko
2e685dcf0a
performance & bug fix for resize erode dilate sobel remap
12 years ago
bitwangyaoyao
fa78459c56
fix ocl/match_template compiling error on Linux
12 years ago
yao
fa5113f303
add Canny to ocl module
12 years ago
niko
37ca6d378b
add performance test code for ocl module
12 years ago
yao
64e9cf5d75
add SURF and HOG to ocl module
12 years ago
Andrey Kamaev
8aa2d6cddc
Fix several documentation build warnings
12 years ago
yao
c03ac12fcd
Add dft and gemm to ocl module, using AMD's clAmdFft and clAmdBlas libraries
12 years ago
yao
7d97e8112a
fix bugs in tests, set device for each test case
...
Signed-off-by: yao <bitwangyaoyao@gmail.com>
12 years ago
yao
0db69fbe19
Add blend, columnsum, pyrUp/down, matchTemplate for ocl module
12 years ago
niko
8eeacc8cc8
performance and bug fix for addWeighted cartToPolar div exp log resize setTo
...
add channel 3 support
add fast way Between CPU and GPU for the data which is aligned
12 years ago
yao
1eedcea58d
for test
...
Signed-off-by: yao <bitwangyaoyao@gmail.com>
12 years ago
niko
cf04fed369
fix the compilation bugs
12 years ago
Vadim Pisarevsky
9f4efab40a
merged ocl module from ocl branch (it's not quite usable yet; at least on Mac)
13 years ago
Vadim Pisarevsky
462d4a1dae
opencl module is not ready for trunk yet
14 years ago
salmanulhaq
1e691daab4
ocl folder contains the gpu implementations
14 years ago
salmanulhaq
fe86d25694
renamed gpu to ocl
14 years ago
salmanulhaq
e22ad8050b
OclMat implementation
14 years ago
salmanulhaq
64de562db2
Update OclMat to match GpuMat. Include ref counting, opearators, Scalar initialization. Tested for Intel OCL SDK.
14 years ago