12128 Commits (b5c4355c13c35de242c23d284886fc9e17589b9e)

Author SHA1 Message Date
Seon-Wook Park b5c4355c13 spatialGradient: Add basic perf test 10 years ago
Seon-Wook Park f9c4c96663 spatialGradient: Reduce temporary vectors 10 years ago
Seon-Wook Park a2dbd2f10e spatialGradient: Less vector loads 10 years ago
Seon-Wook Park 88bc88125a spatialGradient: Vectorise inner area 10 years ago
Seon-Wook Park 770e742e04 spatialGradient: Add non-SSE version 10 years ago
Seon-Wook Park 11fb1f74cc spatialGradient: Add asserts 10 years ago
Seon-Wook Park 9f1c641199 spatialGradient: Add test class and Sobel proxy method 10 years ago
rajithr 510dec4927 Fixing resource leaks 10 years ago
Alexander Duda def2256609 cv::stereoRectify: fix segfault in case of empty distCoeffs 10 years ago
Alexander Alekhin a482dcce46 fix support for pthreads parallel_for 10 years ago
Suleyman TURKMEN caa0058d5b Update imgproc.hpp 10 years ago
Suleyman TURKMEN dac715ad1f Update imgproc.hpp 10 years ago
Suleyman TURKMEN 061131a5ee Update imgproc.hpp 10 years ago
Alexander Alekhin caaf60ba00 remove bindings generation for DetectionBasedTracker 10 years ago
René 3e2515d735 Fix bug in distanceATS_L1_8u and typos. 10 years ago
Maksim Shabunin 1f983ec39c Fixed compilation of pthread-based parallel_for with gcc 4.4.3 10 years ago
Maksim Shabunin c12243cf4f Version for 3.0.0 release 10 years ago
Alexander Alekhin 1f3043f618 videoio: VideoWriter H264/.mp4 support via ffmpeg/libav 10 years ago
Maksim Shabunin 33ab9ea188 AndroidMgr: fixed typos and package name 10 years ago
Maksim Shabunin caffbaafbe Updated Manager for Android 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 882c0321f4 clip the found objects in HOG as well (http://code.opencv.org/issues/3825); added test to check CascadeClassifier on small images (http://code.opencv.org/issues/3710) 10 years ago
Vadim Pisarevsky 8c3c6b31fc make sure the returned rectangles are inside the image (http://code.opencv.org/issues/3136) 10 years ago
Vadim Pisarevsky 5a94a95fbf improvements in Haar CascadeClassifier: 1) use CV_32S instead of CV_32F for the integral of squares (which is more accurate and more efficient); 2) skip the window if its contrast is too low 10 years ago
Vadim Pisarevsky 5f8f56ea0e report an error when trying to load HOG cascade 10 years ago
Vadim Pisarevsky 481f786fe7 added simple HAL test; added RHO homography test 10 years ago
S. Garrido bd2c2f3bd1 fix isContourConvex 10 years ago
rajithr 7658c2e2d5 Fix for a potential data race condition 10 years ago
rajithr 993e0b0bf9 Fix for a potential data race condition 10 years ago
Philipp Hasper 9aaa27d46b Adding missing docs for VideoWriter::release 10 years ago
Philipp Hasper 6c55e7c039 Fixed doc typo 10 years ago
Andrew Senin eb40dde688 Fixing XIMEA parameters mapping (issue #4176) 10 years ago
StevenPuttemans 83723c15be added extra BUFFERSIZE doc and getter 10 years ago
StevenPuttemans 8454a8f2d1 adding extra buffer parameter 10 years ago
StevenPuttemans 6aedd4f7b0 fixing SVM negative value rounding 10 years ago
Vicente Olivert Riera e96b8ce781 superres: Fix return value VideoFrameSource_GPU 10 years ago
Ilya Lavrenov b0cbec922b port of MR #4061 to master 10 years ago
Zhigang Gong 0f7de40e66 Fixed the race condition between inc and dec on the l_counter. 10 years ago
Andrey Pavlenko c1c03e16f4 releasing native memory of temp `Mat` objects in generated Java code 10 years ago
Andrey Pavlenko 6006790c18 releasing native memory in Java converters 10 years ago
Vadim Pisarevsky bb2e40b999 for some reason Calib3d_Homography.fromImages on ARM gives much smaller number of inliers than on x86/x64. Need to investigate more carefully, but let's decrease the tolerance threshold for now 10 years ago
Vadim Pisarevsky ca1d8c1737 fixed another compile warning from MSVC 10 years ago
rajithr ff6881efbf Fix for a potential data race condition 10 years ago
Zhigang Gong 3c85200989 Avoid negative index for a local buffer in Canny.cl. 10 years ago
Vadim Pisarevsky e944533f01 fixed compile warnings; reenabled solvePnPRansac.concurrency test 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
Vadim Pisarevsky a12ec66a04 fixed useExtrinsicGuess=true case with single-precision input (http://code.opencv.org/issues/2734) 10 years ago
Vadim Pisarevsky 9d90b0549c fixed bug http://code.opencv.org/issues/3882 10 years ago