8241 Commits (48c7378c8ff01aad14442d06971a68259b4f2e2f)

Author SHA1 Message Date
Vadim Pisarevsky 48c7378c8f improved performance of moments (on 720p or larger images) 11 years ago
Vadim Pisarevsky e97dd57dc7 hopefully fixed test failures and complains from the doc builder 11 years ago
Vadim Pisarevsky a760c454dd tuned the speed for OpenCL-based moments (still slower than the single-thread SSE2 CPU code :( ) 11 years ago
Vadim Pisarevsky 83f749afd2 moments work now and work more or less fast 11 years ago
Vadim Pisarevsky 6035925f41 experimental moments implementation (does not work yet) 11 years ago
Ilya Lavrenov e3d23918fa added cv::normalize to T-API; implemented missed UMat::copyTo with mask 12 years ago
Ilya Lavrenov febb200eee fixed cv::multuply, cv::divide 12 years ago
Ilya Lavrenov 6083efc111 refactored cv::CamShift and cv::meanShift 12 years ago
Ilya Lavrenov c33a7cd7bf added cv::mulSpectrums to T-API 12 years ago
Leszek Swirski 9c22d4887c imgproc: IPP compilation fix and minor cleanup 12 years ago
Alexander Karsakov febe528363 Added ocl::pyrUp to T-API 12 years ago
Vadim Pisarevsky 242a3d1f19 2 more fixes to calm down the doc builder 12 years ago
Vadim Pisarevsky f41f633d2d fixed various warnings from the “doc” and other builders 12 years ago
Vadim Pisarevsky ec3f22cee2 renamed OpenCL kernel filename; made some final changes 12 years ago
Ilya Lavrenov b3af0e3154 added cv::repeat to T-API 12 years ago
Vadim Pisarevsky b7553d4e2e some attempts to tune the performance 12 years ago
Alexander Karsakov ac230cd2ae Added ocl::pyrDown to T-API 12 years ago
Ilya Lavrenov c8cbfe5382 added cv::dft T-API test 12 years ago
Andrey Pavlenko 96f8ff2ab8 adding LICENSE file and a sample of its reference in ocl.hpp 12 years ago
Vadim Pisarevsky 02fb3f0a77 it finally works!!! 12 years ago
Ilya Lavrenov ac030c16f1 fixed UMat::copyTo(UMat) 12 years ago
Vadim Pisarevsky ef509ace43 trying to debug the new cascade 12 years ago
Vadim Pisarevsky 9d3e7e027a almost finished opencl-ization of cascade classifier 12 years ago
Konstantin Matskevich 5cf4166801 some fixes 12 years ago
Konstantin Matskevich 904dac7670 minMaxLoc 12 years ago
Elena Gvozdeva d9d4678599 Fixed condition for channels 12 years ago
Elena Gvozdeva 125d67130b Fixed medianFilter 12 years ago
Ilya Lavrenov 2f34bb9aa0 added cv::gemm to T-API 12 years ago
Roman Donchenko f2befa01f4 Fixed build for the TLS-related stuff. 12 years ago
Elena Gvozdeva 8fe4e98b8a Fixed trailing whitespace 12 years ago
Alexander Alekhin 9cb31e86ae umat: fix memory leaks 12 years ago
StevenPuttemans e4b41d38f1 Fixed descripotorsCount to descriptorsCount 12 years ago
Elena Gvozdeva b2d8b491c0 Added ocl_medianFilter using Transparent API 12 years ago
Matthias Bady b7c97f6e30 fixed init of clCxt 12 years ago
Ilya Lavrenov 558c4a2b1d implemented UMat::convertTo 12 years ago
Ilya Lavrenov 5c0dabf1ea added cv::equalizeHist to T-API 12 years ago
Alexander Alekhin 11b9d5bf4d core: added DirectX interop implementation (OpenCL) with samples 12 years ago
Ilya Lavrenov e30875bcef fixed UMat sync problems 12 years ago
Vadim Pisarevsky d8513d627d continue adding OpenCL optimization to cascade classifier 12 years ago
Alexander Alekhin 17ca7f9545 ocl: add support for initialization from user-provided OpenCL handles 12 years ago
Ilya Lavrenov 1d6715e58a added cv::sqrt to T-API (using built-in sqrt OpenCL function) 12 years ago
Peter Andreas Entschev 5bc9f15dda OCL: included sqrt matrix operation. 12 years ago
Peter Andreas Entschev 41bec1b112 OCL: including FAST feature detector. 12 years ago
Ilya Lavrenov b20714a8a8 fixed kernel compilation of cv::min, cv::max for CV_64F 12 years ago
Alexander Alekhin 740b1f235e ocl: implemented per-thread OpenCL command queue 12 years ago
Alexander Alekhin a118577a57 core: added TLS support 12 years ago
Vladimir Bystricky 268d814d18 Fix problems with border extrapolation in kernel. Add Isolated/Nonisolated borders. 12 years ago
Alexander Alekhin 3bbf51fbfb ocl: disabled test for Split (there are problems with OutputArray and getMatRef) 12 years ago
Alexander Alekhin 91fc0c3bc3 bioinspired: fix ocl test, skip them if OpenCL is not available 12 years ago
Alexander Alekhin d0114b24e0 core/ocl: replace dynamic runtime 12 years ago