12104 Commits (7541c590e59c9708637351e79c7991e797830993)

Author SHA1 Message Date
msandler 8e82bed459 updated cap_libv4l.cpp to support CV_CAP_PROP_POS_MSEC, CV_CAP_PROP_POS_FRAMES and CV_CAP_PROP_FPS 10 years ago
Michaël Sdika ab40c2acf7 added the signedGradient varaible to the HOGDescriptor class. 10 years ago
Ashod Nakashian 7cd198623e Prevent the parent from drawing over OpenGL context. 10 years ago
Maksim Shabunin 01c3d491e7 Fixed python crash when both cv2.imshow and gtk module are used 10 years ago
Vincent Rabaud f052b0bc4d get code to compile on Ubuntu Saucy 10 years ago
laurentBerger 3a53e726dd example BLOB_MSER and fixed bug in blobdetector 10 years ago
Marek Nogacki d59a6b29d5 fixed http://code.opencv.org/issues/4276 - removed drawing thickness upper limit 10 years ago
Maksim Shabunin c137ba53a0 Wrap ANN_MLP class into Python 10 years ago
cbalint13 fb56d5c482 Squash all BRISK commits into one. 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
StevenPuttemans 0baaf0a60f fixing old variables in documentation and transfering to the new interface 10 years ago
Vadim Pisarevsky 63a63e3eaa extended MinProblemSolver::Function to 1) report the space dimensionality, 2) compute gradient if needed 10 years ago
cbalint13 2c6114f58d Force newer build over buildbot. 10 years ago
cbalint13 8ba1ec22e4 Force buildbot to rebuild. 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
cbalint13 f426778160 Force buildbot rebuild. 10 years ago
Ruslan Baratov f148eaace9 Fix errors while compiling with c++11 flag 10 years ago
cbalint13 9b87c22e01 Fix bugs in non-max suppression routine. 10 years ago
Vadim Pisarevsky 9fbd1d68ad refactored div & pow funcs; added tests for special cases in pow() function. 10 years ago
cbalint13 bbdf21679f Leave AGAST at thresold=10, cosmetic for perf tests. 10 years ago
cbalint13 e2f74309f7 Default AGAST threshold is 40 (as authors recomandation) 10 years ago
cbalint13 0ec5561b4e Adjust AGAST perftest to be at parity (better) with FAST ones. 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
Vadim Pisarevsky 135fa85e8f added vector<bool> support (http://code.opencv.org/issues/3826) 10 years ago
Vadim Pisarevsky d8f360316d fixed http://code.opencv.org/issues/3828, added test. thanks to berak for the patch 10 years ago
lujia b73894b271 bugfix_for_hog_detectMultiScale_with_weights 10 years ago
Vadim Pisarevsky 0746ec7035 fixed http://code.opencv.org/issues/4278 10 years ago
Vadim Pisarevsky a8226814c5 fixed http://code.opencv.org/issues/4189 10 years ago
AfterEight f39d351d04 Modified resetCvImage() in cap_ximea.cpp, so that the IplImage* frame is also updated after the resolution has changed via set(CV_CAP_PROP_FRAME_WIDTH, value)/set(CV_CAP_PROP_XI_DOWNSAMPLING, value) 10 years ago
Belev 2200e0fb7e Fix typo 10 years ago
Maksim Shabunin 9efc57f24b Increased perf_imgproc.moments max error 10 years ago
kalistratovag 20156d1eeb Adding 1 to moments to avoid tests fails 10 years ago
Maksim Shabunin 1138a38dbe Use explicit no-sse flags when SSE is off 10 years ago
Thomas Gabrowski 63dbeeaac5 Fix iOS warnings about implicit conversion precision by changing double literals to float ones 10 years ago
Roman Donchenko 5455e38e15 cap_msmf.hpp: fix a warning about nNull being unused 10 years ago
Mansour Moufid b99f7a29df Cast some image coordinates and sizes to double. 10 years ago
Luis Díaz Más b599774e30 Fix a bug that impede to set the trackbar pos using the Qt control panel 10 years ago
Luis Díaz Más e6f7e96ff4 Fixing the bug #4244 that I just reported in code.opencv.org 10 years ago
Craig Reynolds b4c7c011b7 In cvAddText, construct QString from "text" using fromUtf8. 10 years ago