182 Commits (424a7b0ab0cf7da591f7f15fbd15b2fee8c84a41)

Author SHA1 Message Date
Alexander Alekhin fd4e705b14 ocl: update autogenerated code 11 years ago
Alexander Alekhin 6344da9ac3 ocl: force to use Khronos OpenCL headers 11 years ago
Ilya Lavrenov da3b7c79b8 refactored filters in the ocl module; added an accuracy tests for ocl::medianFilter 11 years ago
Ilya Lavrenov ca26028415 demonstrative device info output 11 years ago
Alexander Alekhin f617c0d4a2 ocl: fix for get string info from OpenCL 11 years ago
Alexander Alekhin 1980aad8d7 ocl: dump device info in tests 11 years ago
Alexander Alekhin 3b0823db7e ocl: fix CV_EXPORTS usage (misplaced in functions declarations) 11 years ago
Alexander Alekhin ce1177151e ocl: fix cleanup in static builds 11 years ago
Alexander Alekhin 57120c1a60 ocl: remove support_image2d(): we target on OpenCL 1.1 (with image2d support by default) 11 years ago
Alexander Alekhin 238550cdad ocl: code cleanup, fix .clb files 11 years ago
Alexander Alekhin d26f62569d ocl: fix compilation warnings, update openCLExecuteKernelInterop 11 years ago
Alexander Alekhin 43c638d07d ocl: remove cl.hpp dependency (it is missed on Nvidia SDK and on some platforms) 11 years ago
Sebastian Krämer 4ffd3fb905 add ocl::abs 11 years ago
Sebastian Krämer 33df7131ae add ocl::min and ocl::max (includes accuracy tests update) 11 years ago
Alexander Alekhin 2d1a6687f9 autogenerated code 11 years ago
Alexander Alekhin 7f0680fc8b ocl: workaround for OpenCL C++ bindings usage: CL/cl.hpp 11 years ago
Alexander Alekhin dd9ff587dc ocl: file-based ProgramCache refactoring 11 years ago
Alexander Alekhin e8d9ed8955 ocl: split initialization.cpp into 3 files: context, operations, programcache 11 years ago
Ilya Lavrenov dafd4da031 removed ocl::minMax_buf, updated doc (operation on matrices) 11 years ago
Alexander Alekhin 12eb340a4e removed invalid comment 11 years ago
Alexander Alekhin 5ab49c4cc2 ocl: cl_runtime: added autogenerated code 11 years ago
Alexander Alekhin 212ad97100 ocl: dynamic load of OpenCL libraries 11 years ago
Ilya Lavrenov 7379152afb fixed ocl::setIdentity 11 years ago
peng xiao f69ccfa43d Add opencl svm. 11 years ago
Ilya Lavrenov f5af3ab851 changes in OpenCL matrix operations docs 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
Jin Ma b88f5302e2 Removed unused constructor. 11 years ago
Jin Ma 06c33df307 Added knearest neighbor of OpenCL version. 11 years ago
Ilya Lavrenov 58b84c2fc0 removed needless divUp 11 years ago
Jin Ma 2d5a1dacd0 Added Kalman Filter of OpenCL version. 11 years ago
ilya-lavrenov 968c095403 gpu -> ocl 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
Roman Donchenko f55740da70 Deleted all trailing whitespace. 11 years ago
Jin Ma 3fb0bf6e99 Added MOG and MOG2. 11 years ago
peng xiao 124ede611b Update with apavlenko's suggestions. 11 years ago
peng xiao 892c088e1b Some modifications to sortByKey API. 12 years ago
yao 3d3e9ab635 Fix the problem of haar caused by merge 12 years ago
peng xiao e1f43e3b03 Add sort_by_key for oclMat. 12 years ago
yao 88ed74a7ec fix the function name 12 years ago
Jin Ma 97e620b8f3 Fix oclMat constructor when roi is provided. 12 years ago
yao 8d8dc29ced add kmeans 12 years ago
peng xiao a5383b8627 Move function definition from header to cpp. 12 years ago
peng xiao fc64faa22e Remove empty cv::ocl::CLAHE class. 12 years ago
peng xiao 132b885b24 Add opencl implementation of Farnback optical flow. 12 years ago
peng xiao cc3fb3d182 Let CLAHE_OCL reuse cv::CLAHE abstract class. 12 years ago
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