16 Commits (71db862dc25e956e20623b714e25dfd56d130c18)

Author SHA1 Message Date
peng xiao bb4b410512 Add ocl::PlatformName to ocl::Info. 12 years ago
yao 40d0e0eda0 use host data when DEVICE_MEM_UHP is set (the risk of vary align size is owned by users) 12 years ago
Andrey Kamaev 8406312571 Remove C API from OpenCL module 12 years ago
peng xiao aec7a67d0f Fix a bug of ocl::Canny when src/dst using the same buffer. 12 years ago
peng xiao 242955ce22 Format ocl::Canny header 12 years ago
peng xiao 77501f3ed0 ocl: Add dft based convolve implementation. 12 years ago
Andrey Kamaev 49f6dad13f Move cv::KeyPoint and cv::DMatch to core 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 ad5cddc007 Main module headers are moved 1 level up 12 years ago
yao 0f0a4c3099 add stereoBM function 12 years ago
yao 9ccf27c7f5 add interfaces enable custom oclMat device memory type 12 years ago
yao 6df23428af Add moments function 12 years ago
Andrey Kamaev 2a6fb2867e Remove all using directives for STL namespace and members 12 years ago
Andrey Kamaev c17e9ef7ba Repair binary compatibility of ocl module 12 years ago
yao 429ae44ae3 add openCLExecuteKernelInterop method 12 years ago
yao 9613135e8d fix compiling errors on Linux 12 years ago
yao 69fd2d8273 add oclMatExpr class to prevent extra allocations 12 years ago
yao 0b365f6aa5 add +-*/ operators to oclMat 12 years ago
yao a639a1ae5c add setDeviceEx interface 12 years ago
Andrey Kamaev 9509dfd1de Fix OpenCL build warnings 12 years ago
yao f6d82773f9 fix bug #2674 12 years ago
Andrey Kamaev b401c6a0c3 Fix discrepancies between function signatures in headers and documentation 12 years ago
Suenghoon Park e1c6564d5e fixed a typo in ocl.hpp 12 years ago
Suenghoon Park 13c44dd318 finished ocl::HoughCircles 12 years ago
Suenghoon Park 3a04cfedab added HoughCircles in ocl.hpp 12 years ago
NikoKJ 9ccdd17376 eliminate all the warnings on win32 and win64 12 years ago
Niko 5df77a841e remove redundant OPENCL_DIR flag 12 years ago
niko 97156897b2 format files to ANSI C style with coolformat 12 years ago
niko 0abe7f3196 many bugs fix for intel's HD4000 12 years ago
yao 78e89890b0 add PyrLK to ocl module 12 years ago
yao 656f06fa74 add bruteForceMatcher to ocl module 12 years ago
niko 23244a3565 rename all the perf test files 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 12 years ago
niko b929012583 performance fix of convertC3C4 12 years ago
yao fa5113f303 add Canny to ocl module 12 years ago
yao 64e9cf5d75 add SURF and HOG to ocl module 12 years ago
yao c03ac12fcd Add dft and gemm to ocl module, using AMD's clAmdFft and clAmdBlas libraries 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 13 years ago
Vadim Pisarevsky 9f4efab40a merged ocl module from ocl branch (it's not quite usable yet; at least on Mac) 13 years ago