1955 Commits (15621532b8d27a514978f586fca9ab3909a3f04e)

Author SHA1 Message Date
Vitaly Tuzov e5d7f446d6 Merge pull request #13056 from terfendail:box_wintr 6 years ago
gineshidalgo99 b5248da826 Fixed pendantic warnings 6 years ago
LaurentBerger 5132102863 typo in kmeans doc 6 years ago
Alexander Alekhin 79dc0ed175 docs: intro formatting update, minor cleanup 6 years ago
Vadim Pisarevsky 0f622206e4
completely new C++ persistence implementation (#13011) 6 years ago
Sayed Adel 93ffebc273 core: reimplement SIMD arithmetic, logic and comparison operations into wide universal intrinsics 6 years ago
LaurentBerger 389aae59ae add python copyto with mask (https://github.com/opencv/opencv/issues/10225) 6 years ago
Rostislav Vasilikhin daff6e6484 _mm256_zeroupper replaced by zeroall 6 years ago
Sean McBride 828091cfbb Fixed #12933: added cast to silence clang -Wcomma warning 6 years ago
Maksim Shabunin e6d9486a6c Fixed several issues found by static analysis 6 years ago
Maksim Shabunin 9a8e47a766 Version update for OpenVINO 6 years ago
Alexander Alekhin 28556f1498 core: move compiler defines from base.hpp into cvdef.h 6 years ago
Maksim Shabunin 0ccd810738 Fixed several issues found by static analysis 6 years ago
Alexander Alekhin 7f608db244 core: move compiler defines from base.hpp into cvdef.h 6 years ago
maver1 e397434cb6 Merge pull request #12877 from maver1:3.4 6 years ago
Alexander Alekhin 71009c9b4d core: fix merge from 3.4 6 years ago
Sayed Adel 8b26906d6d core:vsx change behavior of v_round to rounding to nearest even 6 years ago
Alexander Alekhin 329a1fb781 drop C-API sample code 6 years ago
Mansoo Kim 4d1f0ef2d9 cuda: fix build with CUDA 10.x 6 years ago
Alexander Alekhin 6a2b3c8d4c release: OpenCV 4.0.0-beta (version++) 6 years ago
Alexander Alekhin 954536073d core: update solveLP() interface 6 years ago
Alexander Alekhin cc45c10f3d ocl: bailout from unsupported types 6 years ago
Alexander Alekhin f185640eda
Merge pull request #12799 from alalek:update_build_js 6 years ago
Alexander Alekhin fd832bb57d core: follow IEEE 754 rules for floating-point division 6 years ago
Sayed Adel 5771fd693d Change behaviour of 16-bit multiply operator 6 years ago
Vitaly Tuzov cc10e6b344 pyrDown and pyrUp SSE2 implementations replaced with wide universal intrinsics implementations 6 years ago
Alexander Alekhin 18bf91a08b core: update allocSingleton implementation, valgrind suppression 6 years ago
Anush Elangovan 630a94b8b7 _tzcnt_u32() is undefined in clang-cl so use alternate impl 6 years ago
Rostislav Vasilikhin da5e0ef461 ocl::KernelArg::Local(): added size argument 6 years ago
Alexander Alekhin 0926a84a45 cmake: define CV_ErrorNoReturn under CV_STATIC_ANALYSIS 6 years ago
Maksim Shabunin 15632c6305 Added support for multi-path configuration parameter (env) 6 years ago
chacha21 9524abcd28 Merge pull request #12658 from chacha21:clr-mutex 6 years ago
Alexander Alekhin 5575171652
Merge pull request #12673 from alalek:fix_build_warnings 6 years ago
Rostislav Vasilikhin be989b3b60 Merge pull request #12637 from savuor:fix/instr_ipp_ocl 6 years ago
Alexander Alekhin e4f71994c2 calib3d: findChessboardCornersSB() minor updates 6 years ago
Dmitry Kurtaev 24ab751547 Merge pull request #12565 from dkurt:dnn_non_intel_gpu 6 years ago
Alexander Alekhin 962dc21f2b docs: fix CUDA docs section 6 years ago
Dmitry Kurtaev ad5898224d Add a file with preprocessing parameters for deep learning networks 6 years ago
Maksim Shabunin e0f524d3b7 Fixed several incorrect printf format specifiers 6 years ago
Pavel Rojtberg 4d23a5d92d core: enable printf format warnings for cv::format 6 years ago
Hamdi Sahloul ef5579dc86 Merge pull request #12310 from cv3d:chunks/enum_interface 6 years ago
Alexander Alekhin 68942affdb release: OpenCV 4.0.0-alpha (version++) 6 years ago
Alexander Alekhin 5fb0f34e8a
Merge pull request #12570 from alalek:drop_usrtype1 6 years ago
Hamdi Sahloul 5d54def264 Add semicolons after `CV_INSTRUMENT` macros 6 years ago
Maksim Shabunin 78c500e97a Removed unnecessary build-time MediaSDK detection 6 years ago
Alexander Alekhin b80c978f5d core: change cv::Ptr DefaultDeleter 6 years ago
Hamdi Sahloul 03b3be0f51 MSVC: Slience external/meaningless warnings 6 years ago
Hamdi Sahloul 10ae0c4364 Merge pull request #12486 from cv3d:fix_cpp11 6 years ago
cyy 8f78a1123b fix uninitialized read errors reported by CUDA-INITCHECK 6 years ago
Vadim Pisarevsky 6d7f5871db
added basic support for CV_16F (the new datatype etc.) (#12463) 6 years ago