2472 Commits (e379ea6ed60b0caad4d4e3eea096e9d850cb8c86)

Author SHA1 Message Date
Youssef Kashef 790ef21a60 add unit test around Mat::push_back() 10 years ago
Pavel Vlasov e57609836c Warning fix; 10 years ago
Pavel Vlasov 101607a7d0 Imgproc_Hist_MinMaxVal.accuracy fix; 10 years ago
Pavel Vlasov 8439b5942b Proper IPP alignment; 10 years ago
Alexander Alekhin 53fc5440d7 implement singleton lazy initialization 10 years ago
Suleyman TURKMEN d64c8aad99 Update mat.hpp 10 years ago
Vladimir Dudnik 217dd63e02 OpenCV-OpenCL interop (PR #4072): 10 years ago
Alexander Alekhin 032b6322fc fix MatAllocator creation/destruction issues 10 years ago
Dmitry Budnikov a5a21019b2 ipp_countNonZero build fix; 10 years ago
Alexander Alekhin 9394486147 fix issue 3891 10 years ago
Alexander Alekhin a482dcce46 fix support for pthreads parallel_for 10 years ago
Maksim Shabunin 1f983ec39c Fixed compilation of pthread-based parallel_for with gcc 4.4.3 10 years ago
Alexander Alekhin 8184e57dd6 fix tests build (win,shared,world) 10 years ago
Maksim Shabunin c12243cf4f Version for 3.0.0 release 10 years ago
Diogo Rolo f57fb2375e Update cuda.markdown 10 years ago
Vadim Pisarevsky a4073ed676 made improvements in ECC code (comments from https://github.com/Itseez/opencv/pull/3845), as well as minor tweak in pthread's based parallel for. 10 years ago
kalistratovag bf5393ae58 parallel for on pthreads initial commit 10 years ago
Vadim Pisarevsky 481f786fe7 added simple HAL test; added RHO homography test 10 years ago
Philipp Hasper 6c55e7c039 Fixed doc typo 10 years ago
Vadim Pisarevsky 85149f8686 hack solvePoly to finds roots of polynoms with zero higher-order coefficients. The roots are populated in this case, which is not valid, strictly speaking, but good enough for function like correctMatches. This solves http://code.opencv.org/issues/4330 10 years ago
Ruslan Baratov 9c8255feeb Doc: fix definition of macro CV_MAKETYPE 10 years ago
Camille 55a5e6be2c bug fix 3696 10 years ago
Dikay900 7ca0557b40 typos in comments 10 years ago
Alexander Smorkalov acbc7362db Bug #3611 Initializing static cv::Mat with cv::Mat::zeros causes segmentation fault fixed. 10 years ago
Vadim Pisarevsky f32f0486e2 trying to eliminate warnings in Android build 10 years ago
Vadim Pisarevsky d2aaa70e93 removed HAL calls from public OpenCV headers; put IPP calls back to hall:sqrt() and such (but they are disabled for now) 10 years ago
Andrey Pavlenko d67d32af48 Revert of "Merge pull request #4014 from sgjava:opencv-sgjava" (reverted from commit 52fa55a770) 10 years ago
Vadim Pisarevsky 432cf1152a added read/write functions for vector<DMatch> + the test (http://code.opencv.org/issues/4308) 10 years ago
Vadim Pisarevsky 4a9b244577 hopefully, fixed crash in sparse mat test 10 years ago
Vadim Pisarevsky 66eb270cf7 significantly reduced sparse matrix footprint: 10 years ago
Vadim Pisarevsky 7dd67f4997 use _mm_sad_epu8 instead of _mm_movemask_epi8 in countNonZero. Therefore, we do not need any popcount table and this solves http://code.opencv.org/issues/4333 10 years ago
sgjava 8b3b2a52f0 Removed finalize() and added n_delete to release() 10 years ago
Maksim Shabunin a7160d9b12 Docs: fixed _dest type in cv::compare 10 years ago
Maksim Shabunin e22c09c601 Documentation for CommandLineParser 10 years ago
Vadim Pisarevsky d280205245 fixed compile errors on ARM, as well as failures in OCL_Dft* regression tests 10 years ago
Vadim Pisarevsky 0ee8634b2f fixed random failures in Core_DFT.complex_output2 test (the case of input_mat.cols == 1) 10 years ago
Vadim Pisarevsky 73f760fdf0 some more compile warnings fixed 10 years ago
Vadim Pisarevsky 931a519969 fixed warning in mathfuncs 10 years ago
Vadim Pisarevsky 63a63e3eaa extended MinProblemSolver::Function to 1) report the space dimensionality, 2) compute gradient if needed 10 years ago
Vadim Pisarevsky 5b9182ba43 reenabled conjugate gradient solver test 10 years ago
Vadim Pisarevsky 5a31f6b4e1 ok, so probably the failure in downhill simplex has been finally solved 10 years ago
Vadim Pisarevsky 2ec92ba440 added test for http://code.opencv.org/issues/1918 10 years ago
Vadim Pisarevsky 01e351de37 refactored downhill simplex implementation a bit; hopefully, fixed the bug with random failures in the tests 10 years ago
Vadim Pisarevsky a33d7928a4 Fixed getContinuousSize() to handle huge matrices properly. This should solve http://code.opencv.org/issues/3232 10 years ago
Vadim Pisarevsky 9c0b740b84 improved randShuffle as suggested by John Stark in http://code.opencv.org/issues/3730 10 years ago
Vadim Pisarevsky 96b5ec14d4 fixed bug with simplex initialization in Downhill solver (thanks to Toby Rule for the patch): http://code.opencv.org/issues/3990. 10 years ago
Vadim Pisarevsky 79ac0d05ce added test checking http://code.opencv.org/issues/4050 10 years ago
Vadim Pisarevsky 9fbd1d68ad refactored div & pow funcs; added tests for special cases in pow() function. 10 years ago
Vadim Pisarevsky 74e2b8cbcb fixed invalid output of cv::dft when using DFT_ROWS + DFT_COMPLEX_OUTPUT (http://code.opencv.org/issues/3428) 10 years ago
Vadim Pisarevsky 7918267d02 fixed U non-orthogonality in SVD (http://code.opencv.org/issues/3801) 10 years ago