79 Commits (0a90d6dde6cedcc98c1f5663798ffde32831d864)

Author SHA1 Message Date
Alexander Alekhin 95e38e457f core/umat: usage flags (with proposals from PR #2195) 11 years ago
Alexander Alekhin e371901dd9 ocl: workaround for failures with misaligned host buffers 11 years ago
Andrey Pavlenko 38f46eb3b4 fixing issues from coverity scan 1167937, 1167938, 1167939, 1127248 (http://scan.coverity.com/projects/169?tab=Overview) 11 years ago
Ilya Lavrenov 563dc5aa38 implemented umat expressions 11 years ago
Ilya Lavrenov 2e8579fe9b cleaned up super_resolution sample from old OCL 11 years ago
Ilya Lavrenov c7fe162829 renamed **2 -> ** 11 years ago
Ilya Lavrenov d957e8e40d attempt to fix pure virtual call in Mat::deallocate 11 years ago
Alexander Alekhin 485635310c core/ocl: OpenCLBufferPool 11 years ago
Ilya Lavrenov da5b316b4e minor ocl.cpp refactoring 11 years ago
Vadim Pisarevsky 30593ee55e 3rd attempt to prepare patch with improved OpenCL kernels of CascadeClassifier. 11 years ago
Ilya Lavrenov d15bf6261a redundant clFinish in upload since clEnqueueWriteBuffer above is already blocked 11 years ago
Ilya Lavrenov 50cf152977 cached commonly used device properties 11 years ago
Ilya Lavrenov 1ab1594d00 workaround 11 years ago
Ilya Lavrenov 372cdac07c moved kernelToStr to ocl.hpp 11 years ago
Ilya Lavrenov 86353eb541 fix for PR 2196 11 years ago
Ilya Lavrenov 6d64907f18 async 11 years ago
Alexander Alekhin f91f55927e fix memory management problem 11 years ago
Alexander Alekhin 5474935a81 fixes for defects from code coverity 11 years ago
vbystricky 33fc46cdec Validate parameters for using OpenCL version, before upload UMat 11 years ago
vbystricky 4152135e63 Fix error with some opencl functions on the build WITH_OPENCL=OFF 11 years ago
vbystricky c57e427fba Move OpticalFlowPyrLK from ocl module to video module 11 years ago
Konstantin Matskevich ae827a638c fixes 11 years ago
Konstantin Matskevich f90e41d54e dumpinfo 11 years ago
Ilya Lavrenov 5af2e6f1c9 removed useless CRC calculation 11 years ago
Ilya Lavrenov 37789f015a deleted excess semicolons, commas 11 years ago
Konstantin Matskevich 55634c1f52 fix 11 years ago
Ilya Lavrenov f221f57c7c this commit prevents segfaults in case of opencl disabled 11 years ago
Alexander Alekhin 217b2282b8 fixes 11 years ago
Alexander Alekhin e49065b1dc core/ocl: temporary move device selection from ocl module 11 years ago
Ilya Lavrenov a70467d7a2 removed unnecessary assert 11 years ago
Ilya Lavrenov c8cbfe5382 added cv::dft T-API test 11 years ago
Ilya Lavrenov 2f34bb9aa0 added cv::gemm to T-API 11 years ago
Roman Donchenko f2befa01f4 Fixed build for the TLS-related stuff. 11 years ago
Alexander Alekhin 9cb31e86ae umat: fix memory leaks 11 years ago
Alexander Alekhin 11b9d5bf4d core: added DirectX interop implementation (OpenCL) with samples 11 years ago
Alexander Alekhin d0114b24e0 core/ocl: replace dynamic runtime 11 years ago
Alexander Alekhin bdbd3eb2bf ocl: process termination hung workaround 11 years ago
Ilya Lavrenov c16c9a2e8e added cv::split to T-API 11 years ago
Ilya Lavrenov b6c33bf86b added cv::norm to T-API 11 years ago
Ilya Lavrenov cd3f7fbf05 added cv::merge to T-API 11 years ago
Ilya Lavrenov e2b99a32b2 added cv::threshold to T-API 11 years ago
Ilya Lavrenov 474fc887a6 added cv::copyMakeBorder to T-API 11 years ago
Ilya Lavrenov 49e729f89d ability to use cv::PSNR with transparent cv::norm 11 years ago
Ilya Lavrenov fed7e61879 added cv::repeat to T-API (fix for copyTo -> UMat is needed) 11 years ago
Ilya Lavrenov ba850f0b64 added cv::cartToPolar to T-API 11 years ago
Ilya Lavrenov 803672feea added cv::remap to T-API 11 years ago
Ilya Lavrenov dcce9d7088 added cv::warpAffine to T-API 11 years ago
Ilya Lavrenov 55af7857b9 added cv::warpPerspective to T-API 11 years ago
Vadim Pisarevsky 161c3b71e6 hopefully, now opencv_test_imgproc should pass 11 years ago
Vadim Pisarevsky 5fea17ff0d still trying to fix failure in opencv_test_imgproc 11 years ago