1 Commits (fbde57dba838e65bcfced90710035c700f671f9b)

Author SHA1 Message Date
Alexander Alekhin dcee7b1605 core: clone matmul.dispatch.cpp 6 years ago
Alexander Alekhin b769ad2c23 core: clone matmul.simd.hpp 6 years ago
Alexander Alekhin 96c71dd3d2 dnn: reduce set of ignored warnings 6 years ago
Vitaly Tuzov 43d9256096 Replaced core module calls to universal intrinsics with wide universal intrinsics 6 years ago
Alexander Alekhin c813ad5533 core(ocl): replace ambiguous 'depth' to 'DEPTH_dst' 6 years ago
Hamdi Sahloul 5d54def264 Add semicolons after `CV_INSTRUMENT` macros 6 years ago
Alexander Alekhin acce95f446 backport fixes for static analyzer warnings 6 years ago
Alexander Alekhin d2e08a524e core: repair CV_Assert() messages 7 years ago
Alexander Alekhin b09a4a98d4 opencv: Use cv::AutoBuffer<>::data() 7 years ago
Tomoaki Teshima 3cbe60cca2 Merge pull request #9753 from tomoaki0705:universalMatmul 7 years ago
Alexander Alekhin 734ea77c9a ocl(macosx): fix CL_INVALID_BUILD_OPTIONS for gemm programs 7 years ago
Pavel Vlasov a57718e1ac ICV2017u3 package update; 8 years ago
Vladislav Sovrasov 9a10bdbae5 core: use new assert in matmul.cpp 8 years ago
Pavel Vlasov 11c2ffaf1c Update for IPP for OpenCV 2017u2 integration; 8 years ago
Arnaud Brejeon 636ab095b0 Merge pull request #8535 from arnaudbrejeon:std_array 8 years ago
insoow 2922738b6d Merge pull request #8104 from insoow:master 8 years ago
Rostislav Vasilikhin 726efee4d2 fixed http://code.opencv.org/issues/4278 9 years ago
Pavel Vlasov 30a6cee2fe Instrumentation for OpenCV API regions and IPP functions; 9 years ago
Vladislav Sovrasov 055f5c7395 Change names of some internal functions 9 years ago
Vladislav Sovrasov a2d0cc878c Implement internal HAL for GEMM and matrix decompositions 9 years ago
Julien Nabet a29c814bd8 cppcheck: fix some reports 9 years ago
Maksim Shabunin 6e9d0d9a0c Visual Studio 2015 warning and test fixes 9 years ago
Pavel Vlasov 89eee6ca99 Fixes for IPP integration: 9 years ago
Pavel Vlasov 14b006e808 IPP_VERSION_X100 was changed to: 9 years ago
Vadim Pisarevsky 0746ec7035 fixed http://code.opencv.org/issues/4278 10 years ago
Alexander Alekhin 0a07d780e0 ocl: OpenCL SVM support 10 years ago
Ilya Lavrenov fc0869735d used popcnt 10 years ago
Ilya Lavrenov f57136fd79 SSE2 cv::Mat::dot 10 years ago
ElenaGvozdeva 65b8a1cb37 Some small fixes 10 years ago
Elena Gvozdeva c5a2879ce0 use vectors 10 years ago
Elena Gvozdeva 2d89df1804 use local memory 10 years ago
Elena Gvozdeva d78bc3c321 naive implementation 10 years ago
vbystricky 8466911ad0 Move _dst.create() to the begining of scaleAdd function 10 years ago
Pavel Vlasov 45958eaabc Implementation detector and selector for IPP and OpenCL; 10 years ago
Ilya Lavrenov 4babecf3b0 fixes for cv::addWeighted and cv::Mat::dot 10 years ago
Ilya Lavrenov 34a571d37f cv::Mat::dot 10 years ago
Ilya Lavrenov 5d018c090f Neon optimization of cv::scaleAdd (CV_32F) 10 years ago
Leszek Swirski 341c3d5933 Fix reallocation of D buffer in gemm 11 years ago
Leszek Swirski de806330fd Fix reallocation of D buffer in gemm 11 years ago
Vadim Pisarevsky 257463719b removed optim module; moved its functionality to core and photo modules; moved drawing functions from core to imgproc. Removed FilterEngine etc. from public API 11 years ago
Adil Ibragimov 8a4a1bb018 Several type of formal refactoring: 11 years ago
Alexander Karsakov 713ddb89bd Set minimum matrix size for AmdBlas::gemm to 20 since it works incorrect for small sizes 11 years ago
Vadim Pisarevsky e2f24f43c9 added some basic functionality needed by the new face module (moved from the old "contrib") 11 years ago
Alexander Alekhin 55188fe991 world fix 11 years ago
Benjamin Flesch 62533d0d26 perspectiveTransform simplify assert() for better debuggin 11 years ago
Ilya Lavrenov 15738bf7ef multiple rows in KF kernel 11 years ago
Ilya Lavrenov d16e0b377f disabled IPP functions that slower than OpenCV 11 years ago
Ilya Lavrenov 6f9ca3d77c fixed some errors 11 years ago
Ilya Lavrenov ce0941160e added status check 11 years ago
Ilya Lavrenov 444ab0ef0d fixed (IppiSize&)sz 11 years ago