1141 Commits (8bae39ce8a745760dfb13339d5cfaf8ae52bfef9)

Author SHA1 Message Date
Alexander Alekhin 30b01a2d29 core(test): relax eigen eps value: 0.01 -> 0.02 6 years ago
Alexander Alekhin 51cfa51924 OpenCV version++ 7 years ago
Alexander Alekhin 0354d01e79 OpenCV version++ 7 years ago
Arthur Williams 1f4b8c2785 Fixed #10433 7 years ago
Alexander Alekhin 97eae6b546 OpenCV version++ 7 years ago
Alexander Alekhin fb4c2ba64d OpenCV version++ 7 years ago
KUANG Fangjun c92ecc7f96 Improve the documentation. 7 years ago
Igor Wodiany 37d4e24806
Fix a memory leak in the Mat copying constructor 7 years ago
Alexander Alekhin 72d29259ca imgcodecs: refactoring, improve code quality 8 years ago
Alexander Alekhin b398b572cc OpenCV version++ 8 years ago
André Mewes 34d7b96bfc create homogeneous affine matrix when constructing from 4x3 cv::Mat 8 years ago
Adam Borowski 61936eb1a4 Get rid of sysctl includes on Linux. 8 years ago
Alexander Alekhin ebae963884 drawing: workaround MSVC2010 32-bit compiler bug 8 years ago
Vitaly Tuzov 2346ba7ea2 Backport of PR #7161 fix for drawing beyond 32768 range 8 years ago
Alexander Alekhin d7504ecaed OpenCV version++ 8 years ago
Alexander Alekhin cc09f5a7de Merge pull request #7854 from alalek:backports_2016 8 years ago
bedbad ffcf866e2f Merge pull request #7754 from LAZI-2240:toupstream2.4 8 years ago
Alexander Alekhin 7bceef715c test: fix mulSpectrums error tolerance 8 years ago
Alexander Alekhin 6946f510fe mulSpectrums: refactor code 8 years ago
Alexander Alekhin ab429d2e73 test: fix inplace in 'mulComplex' from test_dxt 8 years ago
Alexander Alekhin 21f3531b17 core: fix inplace support in mulSpectrums 8 years ago
Alexander Alekhin 2d28bb4171 ipp: disable compilation with IPP 9+ 8 years ago
Alexander Alekhin e878b60dbc core: drop type/dims/rows/cols information in Mat::release() 8 years ago
Tomoaki Teshima 3ea4f72e35 fix Core_MulSpectrum test on 64bit ARM + release mode 8 years ago
Alexander Alekhin 19270eeab4 warnings 8 years ago
Alexander Alekhin 497d0fd2e7 build: OSSpinLock deprecation warning 8 years ago
Maksim Shabunin 21167b1bf1 Fixed several GCC 5.x warnings 8 years ago
Alexander Alekhin c585d3890e core: update CV_XADD 8 years ago
Alexander Alekhin d68e350227 OpenCV version++ 9 years ago
Rostislav Vasilikhin b8b7f155a5 fixed random failures in Core_DFT.complex_output2 test (the case of input_mat.cols == 1) 9 years ago
Rostislav Vasilikhin 27dd27400a fixed invalid output of cv::dft when using DFT_ROWS + DFT_COMPLEX_OUTPUT (http://code.opencv.org/issues/3428) 9 years ago
Rostislav Vasilikhin 6d691f2e05 added test for http://code.opencv.org/issues/1918 9 years ago
Rostislav Vasilikhin 9840825743 added test checking http://code.opencv.org/issues/4050 9 years ago
Rostislav Vasilikhin cb52d249fe fixed optional args processing in SVD::compute() 9 years ago
Bernd Kuhls c7045184ce types_c.h: Fix compiling VFP assembler code 9 years ago
Rostislav Vasilikhin 0a3a2df433 fixed U non-orthogonality in SVD (http://code.opencv.org/issues/3801) 9 years ago
Rostislav Vasilikhin b28d13430c fixed http://code.opencv.org/issues/3828 9 years ago
Rostislav Vasilikhin 726efee4d2 fixed http://code.opencv.org/issues/4278 9 years ago
Rostislav Vasilikhin be7c924e7c integer overflow fixed in getContinuousSize() 9 years ago
Philippe FOUBERT d99821aa44 Resolves issue #6931 9 years ago
Rostislav Vasilikhin 7b2ef647aa fixed memory corruption when normal dist. params have less channels than target matrix; test added 9 years ago
Alexander Alekhin bb5e25ba7c migration: github.com/opencv/opencv 9 years ago
Alexander Smorkalov f29fd63f13 Enabled build with LLVM libc++ for Android. 9 years ago
Vitaliy Lyudvichenko c3dc7266d1 Fixing of AutoBuffer::allocate(nsz) method 9 years ago
Alexander Smorkalov 6084901610 OpenCV version++. 9 years ago
Philipp Hasper b6d8c9d990 operator<< handles keys starting with underscore 9 years ago
Vitaly Tuzov 64f02aa72d Backport of setRNGSeed implementation and python test randomness fix 9 years ago
Piotr Semenov 00e91fd3d0 Fix that corrects the OpenCV's random access iterator distance: d(x,y) = -d(y,x) 9 years ago
Ilya Lavrenov 068769263e fixed compilation warning 9 years ago
takacsd 537d1322b4 Add missing implementation to one of the Mat_<_Tp> constructor. (#5945) 9 years ago