34 Commits (bd91b39593696ed570995e95804311645b0f56ae)

Author SHA1 Message Date
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 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
Vadim Pisarevsky 82b852c13c yet another attempt to make Core_UMat.getUMat test work 11 years ago
Vadim Pisarevsky 9be727b1ea another attempt to fix Core_UMat.getUMat test 11 years ago
Vadim Pisarevsky f263fe145a trying to guess and fix strange failure in core test 11 years ago
Vadim Pisarevsky d7f4a223cf fixed several compile errors/warnings; reacted on the PR comments 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
Ilya Lavrenov 09795e3265 added cv::resize INTER_AREA to T-API 11 years ago
Ilya Lavrenov 41d046a2db restored ocl_cvtcolor.cl 11 years ago
Ilya Lavrenov 0b900b54e5 RGB[A] <-> HSV 11 years ago
Konstantin Matskevich 145855767c bugfix in deallocate 11 years ago
Ilya Lavrenov 9d23a0cb81 fixed ocl_arithm_op; fix for 3-channel images is needed 11 years ago
Ilya Lavrenov 1af95ea12c fixed error in setting kernel arguments 11 years ago
Ilya Lavrenov 650f92f9cc eliminated warning C4267 11 years ago
Vadim Pisarevsky ae8b2cbd68 fixed bug with cl_long size on Win32 (thanks to Aaron Kunze) 11 years ago
Vadim Pisarevsky 677c7f27cb fixed failure in Tonemap test 11 years ago
Vadim Pisarevsky d914f20a4c updated patch to bring in the first functions with "transparent API" 11 years ago
Vadim Pisarevsky 485d36d3c0 changed InputArray's enumeration constant for UMat, since it may potentially conflict with existing OpenCL module. refactored Kernel's setArg API (now UMat is passed to a kernel as a structure, as Alexander A suggested). removed Kernel's cleanup callback from the external API; now each kernel keeps track of used matrices and they are dereferenced after it's complete. 12 years ago
Vadim Pisarevsky 6416c33020 fixed some bugs in OpenCL branch of UMat implementation; maybe now the tests will finally pass?! (please ;( ) 12 years ago
Vadim Pisarevsky de521fc9fa fixed some more compile bugs (including Python bindings) 12 years ago
Vadim Pisarevsky d3076c5014 hopefully, fixed compile errors on Win & Linux; fixed getMatVector() so core & imgproc tests now pass; fixed doc builder errors 12 years ago
Vadim Pisarevsky 278fb617d2 the first draft of transparent API and new UMat class. 12 years ago