6309 Commits (1bb0c5747c76e5f9936a2f2bb47ea9bbade4a930)

Author SHA1 Message Date
Alexander Alekhin 44970ddf56 eliminate MINGW pragma warning 11 years ago
Vladislav Vinogradov 53494ba397 increase thresholds for some tests 11 years ago
Vladislav Vinogradov 15678efe84 disable 2 problematic tests 11 years ago
Vladislav Vinogradov 8399568edf disabled GEMM test if library was built without CUBLAS 11 years ago
Alexander Smorkalov df63060e4d Bugfix for DeviceInfoFuncTable in dynamicuda amd core modules. 11 years ago
Alexander Smorkalov 4175916b2a dynamicuda became private module. 11 years ago
Ilya Lavrenov d014cb8fb4 fixed warning [-Wempty-body] 11 years ago
Alexander Smorkalov c48777a1c3 CUDA dependency in nonfree nodule removed. OpenCV.mk generation fixed. 11 years ago
Peng Xiao 0ccc903647 fixed a buffer overrun of ocl canny 11 years ago
Alexander Smorkalov 4f6f6e8cac static function qualifier replaced on inline to enable kernel compilation with OpenCL 1.1 embedded profile. 11 years ago
Alexander Karsakov 6ef0253fb7 Disabled some IPP implementation since it breaks tests 11 years ago
Andrey Pavlenko 734bf8babd removing legacy stuff 11 years ago
GregoryMorse 4880858119 Update CMakeLists.txt 11 years ago
dpen2000 d6a88397b4 Fix python sample path 11 years ago
Andrey Pavlenko f9aa148ba9 eliminating VS2013 build warnings 11 years ago
Alexander Smorkalov e79c875fe2 Java wrappers for functions from cv::gpu namespace in core module added. 11 years ago
Alexander Smorkalov 0206f419c1 ts dependency from CUDA runtime removed. All implicit CUDA calls replaced by calls from core module. 11 years ago
Alexander Smorkalov 1e038e2837 CUDA warning fix/supporession for Android. 11 years ago
Alexander Smorkalov 4aa9f83100 Dynamic CUDA support library name fixed. Additional error messages added. 11 years ago
Alex Willisson 4293a54447 Fixed typo in comment 11 years ago
Alexander Smorkalov 51d3138dff OCV option ENABLE_DYNAMIC_CUDA mistake fix. 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
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 Smorkalov 037ffcdf99 Dynamic CUDA support library reimplemented as OpenCV module. 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 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
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