716 Commits (31d42ce18f55f4f42388eaa52e106a8733a099de)

Author SHA1 Message Date
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 741e0242b3 replaced to_string by cv::format 11 years ago
Ilya Lavrenov b18101b15a some optimization of binary ocl::bitwise operations 11 years ago
Ilya Lavrenov da607c6711 ocl::cvtColor works with ROI properly 11 years ago
Ilya Lavrenov dfbea3518a refactored ocl/src/imgproc.cpp 11 years ago
Ilya Lavrenov 5a309e8f6e fft cleanup ignoring 11 years ago
ilya-lavrenov d63a38e9bf disable SVM when AMD BLAS is not available 11 years ago
Alexander Alekhin 723af15228 ocl: fix warnings from GCC 4.8, update Haar 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
ilya-lavrenov ca32583fdd fixed ocl optical flow: sparse and tvl1 11 years ago
Alexander Alekhin 238550cdad ocl: code cleanup, fix .clb files 11 years ago
Ilya Lavrenov 1be77dd2f3 enabled accuracy tests for the functions that use inside AMD Blas/Fft 11 years ago
Ilya Lavrenov 1f51e6c0de fixed kernel compilation warnings on MacOSX 11 years ago
Alexander Alekhin 6b9f74ae84 ocl: fix cleanup on Windows platform (for clAmdBlas/clAmdFft) 11 years ago
Ilya Lavrenov 9d1636daa6 catching OpenCL double not supported exceptions 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
Ilya Lavrenov 488e6aafaf fixed the PR 1582 11 years ago
Alexander Alekhin 076eeffd4d ocl: fix CL_RUNTIME_EXPORT for master branch 11 years ago
Ilya Lavrenov 245ff93544 ocl setto fix for windows 11 years ago
Ilya Lavrenov bdd5038da4 ocl setto fix for windows 11 years ago
Sebastian Krämer 3696174b14 fix documentation warning 11 years ago
Ilya Lavrenov c404da784f fixed ocl::norm (previously the function used double as a work type) 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
Ilya Lavrenov 32f11e6f40 enabled OpenCL 1.2 branch in oclMat::setTo 11 years ago
Alexander Alekhin 1d6327ba2a ocl: fix Context::CL_* usage 11 years ago
Ilya Lavrenov fb73e7b4bd fixed pyrlk optical flow 11 years ago
Alexander Alekhin 90df620deb ocl: stereo_csbp: divUp -> roundUp 11 years ago
Alexander Alekhin 2d1a6687f9 autogenerated code 11 years ago
Alexander Alekhin 2fdfa37ea5 ocl: runtime, fix 32-bit builds 11 years ago
Ilya Lavrenov 10d60f99dc fixed ocl::integral and enabled perf test for it 11 years ago
Ilya Lavrenov 5f81988699 refactored arithm binary operations in order to make them more scalable 11 years ago
Alexander Alekhin 7f0680fc8b ocl: workaround for OpenCL C++ bindings usage: CL/cl.hpp 11 years ago
Alexander Alekhin 8beb514ecf ocl: merge with upstream/2.4 11 years ago
Alexander Alekhin 16adbda4d3 ocl: added OpenCL device selection via OPENCV_OPENCL_DEVICE environment variable 11 years ago
Alexander Alekhin dd9ff587dc ocl: file-based ProgramCache refactoring 11 years ago
Alexander Alekhin b00f79ac5f ocl: move program names into opencl_kernels.hpp 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
Ilya Lavrenov adca219f18 fixed convertC3C4 and convertC4C3 functions in case cols == 1 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 a613a1a1da fixed ocl::bitwise_not in case of CV_8UC1, CV_8UC2 11 years ago
Ilya Lavrenov 065b40c6c3 fixed and extended ocl::norm 11 years ago
Ilya Lavrenov a562b5c985 fixed ocl::meanStddev and created accuracy test for this function 11 years ago
Ilya Lavrenov 7379152afb fixed ocl::setIdentity 11 years ago
Ilya Lavrenov 7edcefb2be fixed ocl::phase 11 years ago