4119 Commits (3d44e9ad927f48ef0a44af97a7ed557a4fc3fe10)

Author SHA1 Message Date
Dmitry Kurtaev 32797515de Fix https://github.com/opencv/opencv/issues/12824 7 years ago
Vadim Pisarevsky 0f622206e4
completely new C++ persistence implementation (#13011) 7 years ago
berak 0cd14e3fb4 java: add support for MatOfRotatedRect 7 years ago
Sayed Adel 93ffebc273 core: reimplement SIMD arithmetic, logic and comparison operations into wide universal intrinsics 7 years ago
LaurentBerger 389aae59ae add python copyto with mask (https://github.com/opencv/opencv/issues/10225) 7 years ago
root 1196eb33fc remove non-ideal pairs when using crosscheck in batchdistance 7 years ago
Rostislav Vasilikhin daff6e6484 _mm256_zeroupper replaced by zeroall 7 years ago
Alexander Alekhin 3e0c72ea84 core(ipp): disable SSE4.2 meanStdDev() optimization for CV_32F 7 years ago
Sean McBride 828091cfbb Fixed #12933: added cast to silence clang -Wcomma warning 7 years ago
Henry 4102855edd
Update intro.markdown 7 years ago
Maksim Shabunin e6d9486a6c Fixed several issues found by static analysis 7 years ago
Maksim Shabunin 9a8e47a766 Version update for OpenVINO 7 years ago
Alexander Alekhin 28556f1498 core: move compiler defines from base.hpp into cvdef.h 7 years ago
Dmitry Kurtaev 92f754c675 Add methods to reshape Mat in Java by array of shapes and retreive sizes of each dimension. 7 years ago
Maksim Shabunin 0ccd810738 Fixed several issues found by static analysis 7 years ago
Alexander Alekhin 7f608db244 core: move compiler defines from base.hpp into cvdef.h 7 years ago
maver1 e397434cb6 Merge pull request #12877 from maver1:3.4 7 years ago
Alexander Alekhin 71009c9b4d core: fix merge from 3.4 7 years ago
Sayed Adel 8b26906d6d core:vsx change behavior of v_round to rounding to nearest even 7 years ago
Alexander Alekhin 329a1fb781 drop C-API sample code 7 years ago
Mansoo Kim 4d1f0ef2d9 cuda: fix build with CUDA 10.x 7 years ago
Michał Janiszewski c8e6ce304f Catch exceptions by const-reference 7 years ago
Alexander Alekhin 6a2b3c8d4c release: OpenCV 4.0.0-beta (version++) 7 years ago
Alexander Alekhin 954536073d core: update solveLP() interface 7 years ago
Alexander Alekhin cc45c10f3d ocl: bailout from unsupported types 7 years ago
Alexander Alekhin f185640eda
Merge pull request #12799 from alalek:update_build_js 7 years ago
Vitaly Tuzov 43d9256096 Replaced core module calls to universal intrinsics with wide universal intrinsics 7 years ago
Alexander Alekhin fd832bb57d core: follow IEEE 754 rules for floating-point division 7 years ago
Alexander Alekhin 09cb329d73 core(test): zero values divide test (4.0+) 7 years ago
Alexander Alekhin 5677a683a5 core(test): zero values divide test (3.x) 7 years ago
Alexander Alekhin c813ad5533 core(ocl): replace ambiguous 'depth' to 'DEPTH_dst' 7 years ago
Alexander Alekhin 8c4f886f5f core: re-throw allocation exception if there is no fallback 7 years ago
Sayed Adel 5771fd693d Change behaviour of 16-bit multiply operator 7 years ago
Vitaly Tuzov 1ff11c84ab Fixed meanStdDev() implementation for the case input matrix has more than 4 channels 7 years ago
Alexander Alekhin 4e62900009 core: call omp_set_dynamic() for better CPU usage 7 years ago
Vitaly Tuzov cc10e6b344 pyrDown and pyrUp SSE2 implementations replaced with wide universal intrinsics implementations 7 years ago
Alexander Alekhin 11e2a216c5 ocl(win32): bypass deallocate() during process termination 7 years ago
Alexander Alekhin 70f2ee917e cmake: add DllMain() into each OpenCV DLL 7 years ago
Alexander Alekhin 18bf91a08b core: update allocSingleton implementation, valgrind suppression 7 years ago
Anush Elangovan 630a94b8b7 _tzcnt_u32() is undefined in clang-cl so use alternate impl 7 years ago
Rostislav Vasilikhin da5e0ef461 ocl::KernelArg::Local(): added size argument 7 years ago
Alexander Alekhin 0926a84a45 cmake: define CV_ErrorNoReturn under CV_STATIC_ANALYSIS 7 years ago
Vitaly Tuzov 283348afc3 SSE2 code in invert() replaced with universal intrinsics 7 years ago
Alexander Alekhin 94201b7cf9 ocl: OPENCV_OPENCL_BUILD_EXTRA_OPTIONS parameter 7 years ago
Maksim Shabunin 15632c6305 Added support for multi-path configuration parameter (env) 7 years ago
Hamdi Sahloul 5f17cc1abd Fix Python wrapper for GpuMat 7 years ago
Alexander Alekhin 8f6695acc7 CUDA: drop OPENCV_TRAITS_ENABLE_DEPRECATED requirement 7 years ago
chacha21 9524abcd28 Merge pull request #12658 from chacha21:clr-mutex 7 years ago
Alexander Alekhin 5575171652
Merge pull request #12673 from alalek:fix_build_warnings 7 years ago
Hamdi Sahloul e104fcc000 Generate enum bindings automatically 7 years ago