111 Commits (70deda354a3cd7b73b2278185e26e417dfffbc10)

Author SHA1 Message Date
peng xiao 290c8db0a8 Revise naming for getOclMat function. 12 years ago
peng xiao e129638263 Add a workaround to interpolate between oclMat and Input/OutputArray. 12 years ago
Roman Donchenko 1ed5fb937d Give cv::ocl::CLAHE a virtual destructor, for the usual reasons. 12 years ago
peng xiao e6b18fc492 Fix a bug caused by NDEBUG macro; it is now removed. 12 years ago
peng xiao 5fd724b54a Add a function to query if global OpenCL context is initialized. 12 years ago
Peng Xiao c8398c9fdc Use anonymous enumerations instead of constants 12 years ago
Peng Xiao 1d8cd3a717 Add ocl CLACH implementation. 12 years ago
Peng Xiao e77abeef16 Add a new global function to control ocl binary storage 12 years ago
yao 960a0eacf3 merge openCLMallocPitch and openCLMallocPitchEx into one interface 12 years ago
Malcolm Reynolds 229ff632b6 update util.hpp to fix OpenCL import on case sensitive mac FS 12 years ago
peng xiao b1c248fcc9 Fix ocl::filter2D. 12 years ago
peng xiao fd7ba355ee Add non-stump based ocl Haar cascade classifier support. 12 years ago
Jan Machacek 46b770f255 Fixed include name in OpenCL on OS X 12 years ago
peng xiao b4a4a05bdc Add ocl's good features to track implementation. 12 years ago
yao 4162ebfad3 add OpticalFlowDual_TVL1_OCL function 12 years ago
peng xiao d053f2165d Add BFMatcher_OCL class alias for BruteForceMatcher_OCL. 12 years ago
peng xiao 3f93c3cc4e Clean up spaces in ocl.hpp 12 years ago
peng xiao ac21cabda2 Copy ocl::queryDeviceInfo interface from master to 2.4. 12 years ago
peng xiao e5ea018185 Let surf.ocl use the new queryDeviceInfo interface. 12 years ago
peng xiao bfa0f02303 Rewrite queryDeviceInfo interface. 12 years ago
peng xiao 355bc691fc Add OpenCL version 1.2 query into ocl::Context::supportsFeature(). 12 years ago
peng xiao bb4b410512 Add ocl::PlatformName to ocl::Info. 12 years ago
Peng Xiao 7b08d5ec69 Add OpenCL stereo CSBP implementation 12 years ago
yao 69a0b5dde5 Add OclCascadeClassifierBuf interface 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
Andrey Kamaev 288a0634c2 Make imgproc.hpp independent from C API 12 years ago
peng xiao 77501f3ed0 ocl: Add dft based convolve implementation. 12 years ago
yao 5022bc8c25 move the "cpu device checking" from supportsFeatures() to queryDeviceInfo() 12 years ago
peng xiao 7758322fd3 Fix some build errors. 12 years ago
peng xiao ecea583afd Add ocl::stereobp function. 12 years ago
yao fd4a6f0af0 make the sparse method give correct results on CPU ocl 12 years ago
yao f3254b28f2 use clflush replaces clfinish 12 years ago
Andrey Kamaev 49f6dad13f Move cv::KeyPoint and cv::DMatch to core 12 years ago
peng xiao 0c19a07bf4 Add a function to query ocl device info 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 4bd721ad3b Fix build errors 12 years ago
Andrey Kamaev 7b8ad4cb04 Refactor OpenCL initialization and allow to use ocl module witout explicit setup 12 years ago
Andrey Kamaev 6846f881a2 Move OpenCL SURF to nonfree module 12 years ago
Andrey Kamaev a42a0f5fca Added compatibility headers 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