8508 Commits (cb5806164946379b77f328cbb7bf00959b194f6f)

Author SHA1 Message Date
Vadim Pisarevsky 8998186ce4 removed extra whitespaces and hopefully fixed the test failures 11 years ago
Alexander Smorkalov 51d3138dff OCV option ENABLE_DYNAMIC_CUDA mistake fix. 11 years ago
Vadim Pisarevsky d084d19779 added OpenCL optimization for LBP-based face detector 11 years ago
Alexander Smorkalov 4ec1930949 OpenCV version++; OpenCV Manager version++. 11 years ago
Alexander Smorkalov bc72f4d2a2 Code review fixes. 11 years ago
GregoryMorse 08d8faf9da Update system.cpp 11 years ago
Ilya Lavrenov febb200eee fixed cv::multuply, cv::divide 11 years ago
Ilya Lavrenov 6083efc111 refactored cv::CamShift and cv::meanShift 11 years ago
Ilya Lavrenov c33a7cd7bf added cv::mulSpectrums to T-API 11 years ago
Vadim Pisarevsky 1540910542 started adding OpenCL acceleration of LBP-based object detectors 11 years ago
Leszek Swirski 9c22d4887c imgproc: IPP compilation fix and minor cleanup 11 years ago
krodyush e8dd31aacd change code according reviewer suggesions 11 years ago
Vladimir Bystricky d6a7e8f84f Remove TBB ifdef form code 11 years ago
Alexander Smorkalov 529bd41751 Build fixes for case where HAVE_CUDA==OFF. 11 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. 11 years ago
Alexander Smorkalov 069f3d8d9a Build fixes for GPU module. 11 years ago
Alexander Smorkalov 2509fa8080 Warious fixes for case where HAVE_CUDA==OFF. 11 years ago
Alexander Smorkalov 5a5c82bb1d Additional ENABLE_DYNAMIC_CUDA option implemented in cmake. Warning fixes and refactoring. 11 years ago
Alexander Karsakov febe528363 Added ocl::pyrUp to T-API 11 years ago
Vadim Pisarevsky 242a3d1f19 2 more fixes to calm down the doc builder 11 years ago
Alexander Smorkalov 037ffcdf99 Dynamic CUDA support library reimplemented as OpenCV module. 11 years ago
Vadim Pisarevsky f41f633d2d fixed various warnings from the “doc” and other builders 11 years ago
Vadim Pisarevsky ec3f22cee2 renamed OpenCL kernel filename; made some final changes 11 years ago
Ilya Lavrenov b3af0e3154 added cv::repeat to T-API 11 years ago
Vadim Pisarevsky b7553d4e2e some attempts to tune the performance 11 years ago
Alexander Karsakov ac230cd2ae Added ocl::pyrDown to T-API 11 years ago
Ilya Lavrenov c8cbfe5382 added cv::dft T-API test 11 years ago
Alexander Smorkalov 64c94cb22c CUDA related func tables refactored to remove unneeded dependencies. 11 years ago
Alexander Smorkalov 6da7c50fb5 Make dependency from CUDA explicit to prevent from fake dependedcies from CUDA runtime. 11 years ago
Alexander Smorkalov 442082eb0f Fixes for Android support. 11 years ago
Pierre-Emmanuel Viel 92fc763925 Fix some memory leaks in HierarchicalClusteringIndex 11 years ago
Andrey Pavlenko 96f8ff2ab8 adding LICENSE file and a sample of its reference in ocl.hpp 11 years ago
Andrey Pavlenko a9687a341e adding more than 4 channels random Mats support 11 years ago
krodyush 1ae71fe205 intel device guard was added because of perf degradation on some non intel platform. 11 years ago
Alexander Smorkalov be530bd085 DeviceInfo class method that were implemented in header moved to cpp file. 11 years ago
Vladimir Bystricky 80d0593dbd Delete end comma in enumerations 11 years ago
Vladimir Bystricky 66145ea06c Add CV_CAP_INTELPERC and CV_CAP_PROP_INTELPERC_ prefixes to const_ignore_list 11 years ago
Vadim Pisarevsky 02fb3f0a77 it finally works!!! 11 years ago
krodyush 34c630faf4 update doc to be consisted with headers 11 years ago
Ilya Lavrenov 3a6d248bee typo 11 years ago
krodyush ea0c9b7f5c GFFT fix for linux build 11 years ago
Vladimir Bystricky cc08e00876 Fix notes about cmake files. Fix build warning. 11 years ago
Ilya Lavrenov ac030c16f1 fixed UMat::copyTo(UMat) 11 years ago
Vadim Pisarevsky ef509ace43 trying to debug the new cascade 11 years ago
Vadim Pisarevsky 9d3e7e027a almost finished opencl-ization of cascade classifier 11 years ago
krodyush fffac2f085 optimize SURF by 11 years ago
krodyush dfe7c98090 optimize separable filter by 11 years ago
krodyush f3ee1c3d2f Changes the datatype of the angle of the gradient for Intel platforms. 11 years ago
krodyush 917b883cf0 remove extra calculations from haar to be consistent with native implementation 11 years ago
krodyush a63576e76d HOST side optimization for GFFT 11 years ago