65 Commits (1648e9292c47e103109eeda853158b10155e64c5)

Author SHA1 Message Date
Alexander Alekhin ad70ab404c ocl: workaround for getUMat() 10 years ago
Andrey Pavlenko cea2dafa0f man/unmap, preventing getMat/getUMat from temp object, fix thread-unsafe code in `UMat::getMat()` 10 years ago
Philippe FOUBERT 0629add3f7 Fix issue #5234 (UMat::convertTo when noScale) 10 years ago
Vitaliy Lyudvichenko 85cc11e3b2 Changed behaviour of Mat/UMat::reshape() to accept n-dim shapes 10 years ago
Alexander Alekhin cd5c70691a ocl: add map tests 10 years ago
Alexander Alekhin b36f565d13 fix OpenCV code (bug 4006: #4862) 10 years ago
Yan Wang 132416ebe9 It is unnecessary to use fma() if no scaling. 10 years ago
Alexander Alekhin 88e66697a7 t-api: try to fix allocator fallback code paths 10 years ago
Vladimir Dudnik 217dd63e02 OpenCV-OpenCL interop (PR #4072): 10 years ago
Alexander Alekhin 0a07d780e0 ocl: OpenCL SVM support 10 years ago
Ilya Lavrenov fc0869735d used popcnt 10 years ago
Joe Howse 379de5708f Fix shadowed variable warning 10 years ago
Ilya Lavrenov 1af7d397d4 optimization of UMat::setTo 10 years ago
Pavel Vlasov 45958eaabc Implementation detector and selector for IPP and OpenCL; 11 years ago
Adil Ibragimov 8a4a1bb018 Several type of formal refactoring: 11 years ago
Adil Ibragimov 98d5731ad8 some formal changes (generally adding constness) 11 years ago
Alexander Karsakov 00221e96fd Fixed issue: Mat::copyTo(UMat) if device copy is obsolete. Added test. 11 years ago
Alexander Alekhin 55188fe991 world fix 11 years ago
Ilya Lavrenov 67bb1c6a70 optimized UMat::setTo 11 years ago
Ilya Lavrenov 7f818e9bc3 optimized UMat::copyTo with mask 11 years ago
Ilya Lavrenov c52a77b90f optimized cv::UMat::dot 11 years ago
Ilya Lavrenov 579499d900 optimized cv::sum (CV_8UC1) 11 years ago
Ilya Lavrenov 7804d57f8b optimized index calculation 11 years ago
Ilya Lavrenov 5ee398bfd6 multiple rows per work-item 11 years ago
DeanF 48df67a9c5 Fixed trailing whitespace 11 years ago
DeanF bdc91c66c9 Fixed problem with compilation without HAVE_OPENCL 11 years ago
Konstantin Matskevich eebf92ba58 fix for incorrect opencl device selection 11 years ago
Ilya Lavrenov 2755ae5df9 experiments 11 years ago
Ilya Lavrenov fe38aab84a core tapi optimization 11 years ago
Alexander Alekhin 9b3c76a3db TAPI: coverity bug fix 11 years ago
Alexander Alekhin 95e38e457f core/umat: usage flags (with proposals from PR #2195) 11 years ago
Vadim Pisarevsky 290fbc0121 3-channel support in OpenCL kernels for setTo, resize, warpAffine and warpPerspective 11 years ago
Ilya Lavrenov e190d3fd36 added perf test 11 years ago
Ilya Lavrenov 563dc5aa38 implemented umat expressions 11 years ago
Alexander Alekhin 485635310c core/ocl: OpenCLBufferPool 11 years ago
Ilya Lavrenov 19f799ba1e fix2 for OpenCL on/off 11 years ago
Ilya Lavrenov 93a818684c ported cv::Canny to T-API 11 years ago
Ilya Lavrenov 63a5e39e2c added cv::reduce to T-API 11 years ago
Ilya Lavrenov e3d23918fa added cv::normalize to T-API; implemented missed UMat::copyTo with mask 11 years ago
Ilya Lavrenov ac030c16f1 fixed UMat::copyTo(UMat) 11 years ago
Alexander Alekhin 9cb31e86ae umat: fix memory leaks 11 years ago
Ilya Lavrenov 558c4a2b1d implemented UMat::convertTo 11 years ago
Ilya Lavrenov e30875bcef fixed UMat sync problems 11 years ago
Ilya Lavrenov 474fc887a6 added cv::copyMakeBorder to T-API 11 years ago
Ilya Lavrenov 803672feea added cv::remap to T-API 11 years ago
Vadim Pisarevsky cd97d789b6 dummy commit to rerun pre-commit tests 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
Vadim Pisarevsky 6da5d21331 fixed many bugs related to Mat::getUMat(), asynchronous kernel execution etc. Also, played a bit with ocl::cvtColor vs cv::cvtColor performance 11 years ago
Vadim Pisarevsky 677c7f27cb fixed failure in Tonemap test 11 years ago