130 Commits (65eb9467567598c08049bb190a4f3d3cbfabdcd0)

Author SHA1 Message Date
Alexander Alekhin 65eb946756 core: rework code locality 4 years ago
Federico Martinez 773262bc09 Fix UB in CopyMakeConstBoder_8u 4 years ago
Or Avital 5a3a915a9b Remove unnecessary condition (will never reach) 4 years ago
nhlsm 68f527267b
Merge pull request #18080 from nhlsm:improve-mat-operator-assign-scalar 5 years ago
Vadim Pisarevsky 07b475062f
Merge pull request #16608 from vpisarev:fix_mac_ocl_tests 5 years ago
Alexander Alekhin a4bd7506a5 core: CV_STRONG_ALIGNMENT macro 5 years ago
Alexander Alekhin 8d22ac200f core: workaround flipHoriz() alignment issues 5 years ago
Chip Kerchner ed7e4273cd Merge pull request #15555 from ChipKerchner:flipVectorize 6 years ago
Alexander Alekhin 6a7d1c15d3 core(ipp): skip huge input in flip() 6 years ago
Suleyman TURKMEN c0489963bb
Update copy.cpp 6 years ago
Alexander Alekhin d6b82dcd65
Merge pull request #14162 from alalek:eliminate_coverity_scan_issues 6 years ago
berak 96c99c716a Merge pull request #13193 from berak:core_copyMakeBorder 7 years ago
Alexander Alekhin 858a7da5c0 core: rework getContinuousSize() for vector-col/row support 7 years ago
Alexander Alekhin 5059523937 core: fix processing of vector-rows 7 years ago
maver1 e397434cb6 Merge pull request #12877 from maver1:3.4 7 years ago
Michał Janiszewski c8e6ce304f Catch exceptions by const-reference 7 years ago
Vitaly Tuzov 43d9256096 Replaced core module calls to universal intrinsics with wide universal intrinsics 7 years ago
Hamdi Sahloul ecc9bd0925 Support GpuMat in copyTo() functions 7 years ago
Hamdi Sahloul 5d54def264 Add semicolons after `CV_INSTRUMENT` macros 7 years ago
cyy 8b48c2a10c Merge pull request #12443 from DEEPIR:master 7 years ago
Alexander Alekhin acce95f446 backport fixes for static analyzer warnings 7 years ago
cyy 09837928d9 Merge pull request #12357 from DEEPIR:master 7 years ago
Maksim Shabunin 1165fdd0f5 Added more strict checks for empty inputs to compare, meanStdDev and RNG::fill 7 years ago
Maksim Shabunin c473718bc2 Check for empty Mat in compare, operator= and RNG::fill, fixed related tests 7 years ago
Alexander Alekhin b09a4a98d4 opencv: Use cv::AutoBuffer<>::data() 7 years ago
yuki takehara 4fe648b15c Merge pull request #11706 from take1014:setTo_Nan_10507 7 years ago
Vadim Pisarevsky 7d19bd6c19 Merge pull request #11634 from vpisarev:empty_mat_with_types_2 7 years ago
Alexander Alekhin 65726e4244 core(hal): improve v_select() SSE4.1+ 7 years ago
Vitaly Tuzov ccd16f107d Fixed IPP based implementation of setTo() for infinity value 7 years ago
Sayed Adel fd0ac962fb core: replace raw intrinsics with universal intrinsics in copy.cpp 7 years ago
Alexander Alekhin 62ed6cdc74 core: fix copyTo(with mask) dst initialization 7 years ago
Pavel Vlasov 37ab318657 Compatibility improvement with old IPP versions (tested on 9.0.1); 8 years ago
Christof Kaufmann 46a668c565 Add multi-channel mask support to mean, meanStdDev and setTo 8 years ago
Pavel Vlasov a57718e1ac ICV2017u3 package update; 8 years ago
Maksim Shabunin a769d69a9d Fixed several issues found by static analysis 8 years ago
Maksim Shabunin 32d4af36e2 Fixing some static analysis issues 8 years ago
Alexander Alekhin 006966e629 trace: initial support for code trace 8 years ago
Vladislav Sovrasov 4f9871817a core: forbid handling of the case when src=dst in cv::repeat 8 years ago
Maksim Shabunin b04ed5956e Fixed several issues found by static analysis in core module 8 years ago
Pavel Vlasov 11c2ffaf1c Update for IPP for OpenCV 2017u2 integration; 8 years ago
Pavel Vlasov 35c7216846 IPP for OpenCV 2017u2 initial enabling patch; 8 years ago
Tetragramm 24379fcb5f Use transpose() as suggested, because it works on pre-existing destination Mats. 9 years ago
Tetragramm ad5c50a923 Improve the efficiency as suggested by vpisarev. 9 years ago
Tetragramm 6f7bf653f7 Add 90 degree rotation methods. This provides a quick simple way of doing 90 degree rotations. 9 years ago
Vadim Pisarevsky 83f2eb79f1 make sure that the empty mat is copied to UMat properly - i.e. UMat becomes empty. Before the patch such copy operation crashed 9 years ago
Pavel Vlasov 30a6cee2fe Instrumentation for OpenCV API regions and IPP functions; 9 years ago
Pavel Vlasov 680ca88ce0 Outdated ICV restrictions were removed; 9 years ago
Ilya Lavrenov 87ae4e0564 fixed clone of empty matrix 9 years ago
Pavel Vlasov 4d7f9e06e8 Fix for copy with mask 32s and 8u; 10 years ago
Maksim Shabunin 6e9d0d9a0c Visual Studio 2015 warning and test fixes 10 years ago