8306 Commits (80816f68f355a0264f4568e38e90a4ed300887c0)

Author SHA1 Message Date
Ilya Lavrenov 2eab07f0a4 disabled cv::dft opencl impl for CPU devices 12 years ago
Peter Andreas Entschev 07c5e33023 OCL: included ORB featured detector/descriptor extractor. 12 years ago
Vadim Pisarevsky 48c7378c8f improved performance of moments (on 720p or larger images) 12 years ago
Vadim Pisarevsky e97dd57dc7 hopefully fixed test failures and complains from the doc builder 12 years ago
Ilya Lavrenov b23edc34e9 added cv::calcBackProject for 2-dimensional histograms 12 years ago
Konstantin Matskevich ca9810e8aa hope last fix 12 years ago
Ilya Lavrenov 5b3520fa46 fixed warning [ -Wreorder ] 12 years ago
Ilya Lavrenov fc1f9ab236 removed unnecessary data copying 12 years ago
Ilya Lavrenov d64bea00b2 ported cv::calcBackProject to T-API 12 years ago
Vadim Pisarevsky a760c454dd tuned the speed for OpenCL-based moments (still slower than the single-thread SSE2 CPU code :( ) 12 years ago
Konstantin Matskevich 52df2b346b not synchronous kernel's run 12 years ago
Konstantin Matskevich 7a186c72e1 some fixes 12 years ago
Konstantin Matskevich f55c85fed3 morphology 12 years ago
Alexander Alekhin 217b2282b8 fixes 12 years ago
Vadim Pisarevsky 83f749afd2 moments work now and work more or less fast 12 years ago
Vadim Pisarevsky 6035925f41 experimental moments implementation (does not work yet) 12 years ago
Ilya Lavrenov 4c23059209 added cv::inRange to T-API 12 years ago
Ilya Lavrenov d7c22343aa added perf tests for T-API core functions 12 years ago
Alexander Alekhin e49065b1dc core/ocl: temporary move device selection from ocl module 12 years ago
Konstantin Matskevich 9d04a7aba9 bugfix in equalizeHist 12 years ago
Ilya Lavrenov a70467d7a2 removed unnecessary assert 12 years ago
Vadim Pisarevsky bc730292bb workaround for some strange bug on old Mac. 12 years ago
Ilya Lavrenov e3d23918fa added cv::normalize to T-API; implemented missed UMat::copyTo with mask 12 years ago
Vadim Pisarevsky 8998186ce4 removed extra whitespaces and hopefully fixed the test failures 12 years ago
Vadim Pisarevsky d084d19779 added OpenCL optimization for LBP-based face detector 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
Vadim Pisarevsky 1540910542 started adding OpenCL acceleration of LBP-based object detectors 12 years ago
Leszek Swirski 9c22d4887c imgproc: IPP compilation fix and minor cleanup 12 years ago
krodyush e8dd31aacd change code according reviewer suggesions 12 years ago
Vladimir Bystricky d6a7e8f84f Remove TBB ifdef form code 12 years ago
krodyush 27c1bd2762 Improve ocl cvt_color performance for the following conversions: RGB<->BGR, RGB->Gray, RGB<->XYZ, RGB<->YCrCb, RGB<->YUV, and mRGBA<->RGBA. 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
Andrey Pavlenko a9687a341e adding more than 4 channels random Mats support 12 years ago
krodyush 1ae71fe205 intel device guard was added because of perf degradation on some non intel platform. 12 years ago
Vladimir Bystricky 80d0593dbd Delete end comma in enumerations 12 years ago
Vladimir Bystricky 66145ea06c Add CV_CAP_INTELPERC and CV_CAP_PROP_INTELPERC_ prefixes to const_ignore_list 12 years ago
Vadim Pisarevsky 02fb3f0a77 it finally works!!! 12 years ago
krodyush 34c630faf4 update doc to be consisted with headers 12 years ago
Ilya Lavrenov 3a6d248bee typo 12 years ago
krodyush ea0c9b7f5c GFFT fix for linux build 12 years ago