18738 Commits (b761ec0132ea79083b46320709b152c1a6de93f1)

Author SHA1 Message Date
Vitaly Tuzov 334c4d62b5 Merge pull request #13781 from terfendail:warp_wintr 6 years ago
Dmitry Kurtaev 715f881dda Replace default confidence threshold for dnn detections from -FLT_MAX to 0 6 years ago
Brad Kelly 507f8add1c Implementing AVX512 Support for 2 and 4 channel mats for CV_64F format 6 years ago
Ruslan Garnov c0076b58cd Added NV12 support to fluid backend 6 years ago
Alexander Alekhin dc84cf9914 core: dispatch mean.cpp 6 years ago
Alexander Alekhin 7af7bcae18 core: clone mean.dispatch.cpp 6 years ago
Alexander Alekhin 93cea6e46e core: clone mean.simd.hpp 6 years ago
Lindsay Roberts 7c72e095fa Fix Flann compilation under nvcc + NEON 6 years ago
Pierre Chatelier 00e8c7810f LineIterator witout a Mat (#13843) 6 years ago
Ruslan Garnov 322115bfcf Removed unused functions from View::Priv 6 years ago
Dmitry Kurtaev ca5976e3d4 Fix IE backend considering future changes. 6 years ago
LaurentBerger 9e94212eac Solves bug 13853 6 years ago
Alexander Alekhin cd66f6e3db core: dispatch matmul 6 years ago
Namgoo Lee 1a961660d8 cuda::StereoBM - fix hanging and racing issue 6 years ago
smirnov-alexey 406392e13d Introduces yuv420p(nv12) to rgb and bgr color conversion 6 years ago
Alexander Alekhin dcee7b1605 core: clone matmul.dispatch.cpp 6 years ago
Alexander Alekhin b769ad2c23 core: clone matmul.simd.hpp 6 years ago
Alexander Alekhin e3633ec4a2 core: dispatch count_non_zero 6 years ago
Alexander Alekhin 439e43a027 core: clone count_non_zero.dispatch.cpp 6 years ago
Alexander Alekhin af8a3a0b66 core: clone count_non_zero.simd.hpp 6 years ago
Liubov Batanina 183c0fcab1 Changed condition for resize and lrn layers 6 years ago
Alexander Alekhin b40a7ffbe4 core: dispatch sum 6 years ago
Alexander Alekhin 6e88bff3e3 core: clone sum.dispatch.cpp 6 years ago
Alexander Alekhin 5aceac6b93 core: clone sum.simd.hpp 6 years ago
Namgoo Lee 21eb60f88b cudalegacy: Use safe block scan function 6 years ago
smirnov-alexey caf438c63b Fixes an issue with valgrind and sobelxy 6 years ago
Thang Tran a1f4e65d03 calib3d: Fix calibrateCamera() misleading error 6 years ago
Dmitry Kurtaev 1606137df2 Read raw floats data from Caffe models 6 years ago
Dmitry Kurtaev 0711dab09d Fix Intel's Inference Engine backend from future. Second try. 6 years ago
klemens 5d9c6723ee spelling fixes 6 years ago
Liubov Batanina 6b4becfd03 Enabled tests on IE backend 6 years ago
klemens 997b7b18af spelling fixes 6 years ago
Pavel Rojtberg f0ef4b2246 python: sys.path[0] is reserved for the main script 6 years ago
Alexander Alekhin d32d576d6d core: dispatch convert_scale 6 years ago
Alexander Alekhin 39b90ae9fb core: dispatch convert 6 years ago
Alexey Smirnov b1cc114b7b Merge pull request #13723 from smirnov-alexey:gapi_add_sobelxy 6 years ago
Alexander Alekhin c4abdb8050 core: clone convert_scale.dispatch.cpp 6 years ago
Alexander Alekhin 0af9e19be7 core: clone convert_scale.simd.hpp 6 years ago
Alexander Alekhin 5527c41468 core: clone convert.dispatch.cpp 6 years ago
Alexander Alekhin 1629e29b98 core: clone convert.simd.hpp 6 years ago
Alexey Smirnov 766fd20faa Merge pull request #13745 from smirnov-alexey:gapi_add_gout_overloading 6 years ago
AnastasiaaSenina d7b1f28a90 fixed bug: added threshold for variables 'rotate_a', ' rotate_c' 6 years ago
Rostislav Vasilikhin 4e679e1cc5 disabled 16u and 32f perf tests 6 years ago
Rostislav Vasilikhin 87f651c119 disabled sanity check for 32f 6 years ago
Vitaly Tuzov 07c10d6fc3 Fixed out of bound reading issue in erode() and dilate() 6 years ago
Alexander Alekhin 66d9a33b50 core(ocl): fix log messages 6 years ago
Alexey Smirnov 315e7fbbee Merge pull request #13721 from smirnov-alexey:gapi_add_normalize 6 years ago
Alexander Nesterov 9cbdb48d6d Fix change step 6 years ago
Liubov Batanina b068d26fad Using IE backend for normalize layer tests 6 years ago
Namgoo Lee fb8e652c3f Add CV_16UC1 support for cuda::CLAHE 6 years ago