9182 Commits (9145985ff4ac7089d5082f49a0cc9dab14769b55)
 

Author SHA1 Message Date
Vladimir Bystricky d6a7e8f84f Remove TBB ifdef form code 11 years ago
Roman Donchenko b633c73c46 Merge pull request #1994 from StevenPuttemans:bugfix_3431 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
Andrey Pavlenko 26f5d2d639 Merge pull request #1765 from ilya-lavrenov:cv_remap 11 years ago
Andrey Pavlenko b674cd8571 Merge pull request #2007 from krodyush:pullreq/2.4-opt-131202-haar 11 years ago
Andrey Pavlenko 8c91a1af71 Merge pull request #2005 from krodyush:pullreq/2.4-opt-131114-extractCovData 11 years ago
Alexander Smorkalov 037ffcdf99 Dynamic CUDA support library reimplemented as OpenCV module. 11 years ago
Andrey Pavlenko 22a3cf0fba Merge pull request #2008 from krodyush:pullreq/2.4-opt-131209-hog 11 years ago
Andrey Pavlenko 0cea828a10 Merge pull request #2006 from krodyush:pullreq/2.4-opt-131120-gfft 11 years ago
Andrey Pavlenko bc741ab25f Merge pull request #2009 from krodyush:pullreq/2.4-opt-131211-sepFilterSinglePass_final 11 years ago
Alexander Smorkalov 64c94cb22c CUDA related func tables refactored to remove unneeded dependencies. 11 years ago
Vladimir Bystricky d449ba104a Fix comment in the cmake file from SSDK to SDK 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 459e7d4a80 Merge pull request #2015 from apavlenko:2.4_fix_ts_rng-fill 11 years ago
Roman Donchenko 400fea8626 Merge pull request #2011 from ilya-lavrenov:dft_dct 11 years ago
Andrey Pavlenko a9687a341e adding more than 4 channels random Mats support 11 years ago
Andrey Pavlenko ae9d24d433 Merge pull request #2013 from apavlenko:2.4_fd_sample 11 years ago
Andrey Pavlenko 8c60498673 adding timing for multi-threaded case 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
Vladimir Bystricky dd71bef6f5 Fix errors in example (samples/cpp/intelperc_capture.cpp) 11 years ago
Andrey Pavlenko e719bee2b8 minor refactoring, no functional changes 11 years ago
Vladimir Bystricky 63ae0eeba5 Fix build errors 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
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
krodyush de431609db optimize Dx and Dy calcualtion to make it as single opencl kernel 11 years ago
Roman Donchenko 5d5527d03e Merge pull request #1987 from pentschev:cv_completesymm_template_2.4 11 years ago
Vladimir Bystricky 4088013251 Add set/get depth generator properties by default. Add documentation 11 years ago
Alexander Smorkalov 88a883e68e Build fix. 11 years ago
Alexander Smorkalov 8660e048bc Dynamic CUDA support library loading implemented for Linux. 11 years ago
Alexander Smorkalov d4087f19a2 All CUDA related stuff were moved to separate dynamic library. 11 years ago
StevenPuttemans 12c25b9310 Fixed suggestion of bugfix 3431 11 years ago
Roman Donchenko e88253ccad Merge pull request #1990 from AD-530:Issue3164 11 years ago
Peter Andreas Entschev f44de302a0 cv::completeSymm fixed to work with any OpenCV data type and multiple channels. 11 years ago
Matthias Bady b7c97f6e30 fixed init of clCxt 11 years ago