8005 Commits (e17107e864663ed6f11a5915daef91694827ab4a)

Author SHA1 Message Date
Ilya Lavrenov da607c6711 ocl::cvtColor works with ROI properly 12 years ago
Alexander Alekhin 376cd8f84f perf: added simple collection strategy 12 years ago
Alexander Alekhin f617c0d4a2 ocl: fix for get string info from OpenCL 12 years ago
Kyrylo Shegeda d37d46d279 Fix a typo in kernel size 12 years ago
Alexander Alekhin 4413bee693 ocl: reverted type of perf test params for Kalman filter 12 years ago
Ilya Lavrenov dfbea3518a refactored ocl/src/imgproc.cpp 12 years ago
Ilya Lavrenov 5a309e8f6e fft cleanup ignoring 12 years ago
ilya-lavrenov d63a38e9bf disable SVM when AMD BLAS is not available 12 years ago
Alexander Alekhin 723af15228 ocl: fix warnings from GCC 4.8, update Haar 12 years ago
Alexander Alekhin 1980aad8d7 ocl: dump device info in tests 12 years ago
Alexander Alekhin 3b0823db7e ocl: fix CV_EXPORTS usage (misplaced in functions declarations) 12 years ago
Alexander Alekhin ce1177151e ocl: fix cleanup in static builds 12 years ago
Alexander Alekhin 57120c1a60 ocl: remove support_image2d(): we target on OpenCL 1.1 (with image2d support by default) 12 years ago
ilya-lavrenov ca32583fdd fixed ocl optical flow: sparse and tvl1 12 years ago
Alexander Alekhin 238550cdad ocl: code cleanup, fix .clb files 12 years ago
Ilya Lavrenov 1be77dd2f3 enabled accuracy tests for the functions that use inside AMD Blas/Fft 12 years ago
Alexander Alekhin 0760fdcbdb ocl: fix build on Mac 12 years ago
Ilya Lavrenov 1f51e6c0de fixed kernel compilation warnings on MacOSX 12 years ago
Adrian Stratulat 3561bc1bbc rename vBinOp64f to vBinOp64, minor fixups 12 years ago
Ilya Lavrenov 39c1e5ff73 added perf tests for min, max, abs 12 years ago
Alexander Alekhin 3eba2011b9 test: run.py: return valid errorCode in case of the single test run 12 years ago
Alexander Alekhin 6b9f74ae84 ocl: fix cleanup on Windows platform (for clAmdBlas/clAmdFft) 12 years ago
Adrian Stratulat cb445d697c Refactor vectorized arithmetical operations 12 years ago
Ilya Lavrenov 9d1636daa6 catching OpenCL double not supported exceptions 12 years ago
Alexander Alekhin d26f62569d ocl: fix compilation warnings, update openCLExecuteKernelInterop 12 years ago
Alexander Alekhin 43c638d07d ocl: remove cl.hpp dependency (it is missed on Nvidia SDK and on some platforms) 12 years ago
Alexander Alekhin bc089bb18c cmake: update java module install rules 12 years ago
Alexander Alekhin 4adede4246 cmake: python module updates 12 years ago
Alexander Alekhin 555c505b70 update cmake 'install' target for Windows platform 12 years ago
Ilya Lavrenov fccd37de7e changes eps for NORM_L1 12 years ago
Ilya Lavrenov 488e6aafaf fixed the PR 1582 12 years ago
Alexander Alekhin 076eeffd4d ocl: fix CL_RUNTIME_EXPORT for master branch 12 years ago
Ilya Lavrenov 245ff93544 ocl setto fix for windows 12 years ago
Ilya Lavrenov bdd5038da4 ocl setto fix for windows 12 years ago
Sebastian Krämer 3696174b14 fix documentation warning 12 years ago
Ilya Lavrenov c404da784f fixed ocl::norm (previously the function used double as a work type) 12 years ago
Roman Donchenko cc7a13ea57 Named GraphCutSeamFinderBase to allow its usage in makePtr. 12 years ago
Sebastian Krämer 4ffd3fb905 add ocl::abs 12 years ago
Sebastian Krämer c844bbdd82 documentation update for ocl::min and ocl::max 12 years ago
Sebastian Krämer 33df7131ae add ocl::min and ocl::max (includes accuracy tests update) 12 years ago
Vladislav Vinogradov 342e007dc6 now Allocator accepts GpuMat* instead of 3 pointers 12 years ago
Vladislav Vinogradov 3b412b51ac moved BufferPool management functions to public 12 years ago
Vladislav Vinogradov 5ea8085220 added BufferPool class 12 years ago
Vladislav Vinogradov 988ab79acb added BufferAllocator 12 years ago
Ilya Lavrenov 32f11e6f40 enabled OpenCL 1.2 branch in oclMat::setTo 12 years ago
Ilya Lavrenov 35d9ce0c0c fixed warnings 12 years ago
Alexander Alekhin 1d6327ba2a ocl: fix Context::CL_* usage 12 years ago
Alexander Alekhin f63b0dfaf4 svm: disable failed tests 12 years ago
Vladislav Vinogradov e5188c7e94 added GpuMat::Allocator interface 12 years ago
Greg Hale 88b1847d09 add include limits, for compilers that dont add it implicitly 12 years ago