7111 Commits (bb5e25ba7c551c244c1f677cd4cba350097deb7c)

Author SHA1 Message Date
Alexander Alekhin bb5e25ba7c migration: github.com/opencv/opencv 8 years ago
Alexander Smorkalov f29fd63f13 Enabled build with LLVM libc++ for Android. 8 years ago
Vitaliy Lyudvichenko c3dc7266d1 Fixing of AutoBuffer::allocate(nsz) method 8 years ago
Tomi 9564531ec8 features2d: Added missing SimpleBlob parameters 8 years ago
Ilya Lavrenov e0d64df763 fixed -Wunused-result warning 9 years ago
Gilles Rochefort 2717ba735a Fixed BackgroundSubstractorMOG2 ocl implementation. 9 years ago
Gilles Rochefort 78de75397e Fixed BackgroundSubstractorMOG2 in opencv_video. 9 years ago
Alexander Smorkalov 6084901610 OpenCV version++. 9 years ago
Kevin, Hu db0ae2ca50 Restore 2.4 source branch for bug fix 6317. 9 years ago
Suleyman TURKMEN 194f1beae8 fix for writing 16-bit jpeg2000 9 years ago
Vitaly Tuzov 13858cd561 Cost estimation boundaries description updated 9 years ago
Vitaly Tuzov 772d9689e9 Backport of StereoBM uninitialized memory access problem fix from master branch 9 years ago
Maksim Shabunin 70bc268c1a Fixed problem with nonfree python test: could not find local test images 9 years ago
Philipp Hasper b6d8c9d990 operator<< handles keys starting with underscore 9 years ago
Vitaly Tuzov a7ce9a176b Fixed uninitialized memory errors in stereoBM 9 years ago
Vitaly Tuzov 34b3d31f54 Fix for nonlocal data requirement in test2.py 9 years ago
Alexander Alekhin 6f139b4f8e ffmpeg: interrupt callback fix 9 years ago
Vitaly Tuzov 64f02aa72d Backport of setRNGSeed implementation and python test randomness fix 9 years ago
Roman Donchenko 97ac59cb73 Fix a memory leak indirectly caused by cvDestroyWindow 9 years ago
Vitaly Tuzov ea3746bd15 Made texture flow python test less strict to fix it on AARCH64 9 years ago
Vitaly Tuzov 24361733e4 Fixed face detection python test 9 years ago
Vitaly Tuzov 96903dc4ad Test data necessary for python samples added to test package. 9 years ago
Roman Donchenko eb40afa26a Add a workaround for FFmpeg's color conversion accessing past the end of the buffer 9 years ago
Roman Donchenko 421fcf9e35 Rearrange CvVideoWriter_FFMPEG::writeFrame for better readability 9 years ago
Roman Donchenko 9a5d7f1a0b Backport PR #3813 to 2.4 9 years ago
shruthikashyap 1fbc6ab05d Adding the syntax and usage for cv2.undistortPoints(). 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
WANG Guoqin 8cfc87cf01 MacOSX / QTKit capture: trying to fix invalid timer call 9 years ago
Vitaly Tuzov d29eb2938c Calibration test temporary disabled 9 years ago
Alexander Alekhin a61b19b524 backport ffmpeg fixes 9 years ago
Vitaly Tuzov 25b4d8a1b5 Added images necessary for tests 9 years ago
Vitaly Tuzov aaa30dc5b6 Make some tests less strict due to improvement of related algorithms in master branch 9 years ago
Vitaly Tuzov e0f426f78b Backport of new python tests from master branch(PR https://github.com/Itseez/opencv/pull/6025). 9 years ago
Ilya Lavrenov 068769263e fixed compilation warning 9 years ago
atinfinity 69eaa89e22 fixed to use NVCUVID in 'cudacodec' module. 9 years ago
Vitaly Tuzov f01f1bc5e6 Fixed "Conditional jump or move depends on uninitialised value(s)" valgrind issue due to wrong pointer recalculation for zero level of pyramid. 9 years ago
Elena Gvozdeva bb1c2d71a8 fix bug on border at pyrUp 9 years ago
Vitaly Tuzov 389f176a67 Removed ioctl calls to query for VIDIOC_G_INPUT and VIDIOC_ENUMINPUT since information returned by the calls is never used. 9 years ago
Vitaly Tuzov 4f5d585184 Update call to Tegra optimized morphology filtering 9 years ago
takacsd 537d1322b4 Add missing implementation to one of the Mat_<_Tp> constructor. (#5945) 9 years ago
Alexander Karsakov 6e22020dad Fixed pnpTask: don't copy inliers vector in case it's empty. 9 years ago
Maksim Shabunin 7cb78451d1 Backported several changes from master branch: 9 years ago
Alexander Smorkalov 53ed1a8c03 Build fix for QNX 6.6 neitrino. 9 years ago
Maksim Shabunin eebd4cad66 Fix compilation problems with XCode 7.1.1 and cmake 3.3.2 9 years ago
Ilya Lavrenov 0050df8750 GraphCut deprecated in 7.5 and removed in 8.0 9 years ago
Vladislav Vinogradov 8d3850ac02 add cv::gpu::StreamAccessor::wrapStream method 9 years ago
Jan Starzynski 2799829bc9 fix potential buffer overflow as in 3.0 9 years ago
Vladislav Vinogradov d5e6503fe5 fix signed/unsigned comparison warning in core/test/test_math.cpp 9 years ago
hoangviet1985 6441620f45 The right signs give the right results 9 years ago
berak 28974e7290 remove usage of obsolete _dataAsRows flag 9 years ago