Andrey Kamaev
8406312571
Remove C API from OpenCL module
12 years ago
peng xiao
33361929fe
Fix a compilation error when HAVE_CLAMDFFT is on.
12 years ago
Andrey Kamaev
c98c246fc2
Move border type constants and Moments class to core module
12 years ago
peng xiao
3fea2620e6
Fix some compilation errors and warnings.
12 years ago
peng xiao
77501f3ed0
ocl: Add dft based convolve implementation.
...
Match template in ocl module now can be utilized with dft based
convolve. Note this feature needs OpenCV to be built with clAmdFft
library.
12 years ago
yao
f36db3a037
more fix of mismatch
12 years ago
Andrey Kamaev
be7bbe3aa9
Drop cv:: prefix from cv::String used inside the cv namespace
12 years ago
Andrey Kamaev
2ad7b97f1c
All modules (except ocl and gpu) compiles and pass tests
12 years ago
Andrey Kamaev
2a6fb2867e
Remove all using directives for STL namespace and members
...
Made all STL usages explicit to be able automatically find all usages of
particular class or function.
12 years ago
yao
f1a5c1328c
remove the empty implementation when HAVE_OPENCL not defined
12 years ago
Andrey Kamaev
9509dfd1de
Fix OpenCL build warnings
12 years ago
Niko
5df77a841e
remove redundant OPENCL_DIR flag
...
remove as much warnings as possible
use enum instead of MACRO for ocl.hpp
add command line parser in accuracy test and perf test
some bug fix for arthim functions
12 years ago
niko
97156897b2
format files to ANSI C style with coolformat
...
change the download channels to oclchannles()
fix bugs of arithm functions
perf fix of bilateral
bug fix of split test case
add build_warps functions
12 years ago
yao
2e36338636
remove warnings of some functions in ocl module
12 years ago
yao
0fdb55a54d
update some of the functions in ocl module to the latest version
12 years ago
bitwangyaoyao
fa78459c56
fix ocl/match_template compiling error on Linux
12 years ago
yao
0db69fbe19
Add blend, columnsum, pyrUp/down, matchTemplate for ocl module
13 years ago