1883 Commits (34e2c78cec2af87fa35cb2fc4377f986350aff11)
 

Author SHA1 Message Date
Vadim Pisarevsky 83efef4b9a added overloaded variants of findHomography & findFundamentalMat for backward compatibility 14 years ago
Nils Hasler ee0c16e43e * added property CV_CAP_GSTREAMER_QUEUE_LENGTH 14 years ago
Vincent Rabaud 6e15238dd9 - make sure the code compiles with gcc 4.6 14 years ago
Alexey Kazakov 1e69bd5118 class MeanshiftGrouping replaced from objdetect.hpp to cascadedetect.cpp 14 years ago
Alexey Kazakov fb0b25692e A little fix in haar cascade 14 years ago
Vadim Pisarevsky 5c1fafdd6f moved precomp.hpp before all other headers (to repair PCH mechanism). moved tables from the header to datamatrix.cpp 14 years ago
Alexey Kazakov e9aa6fa012 Added ROC-curve calculating to the cascade detection algorithm 14 years ago
Vadim Pisarevsky 06070dfcf6 fixed linker errors by adding CV_EXPORTS to the exported DataMatrix functionality; 14 years ago
Vadim Pisarevsky a4924cf52d some more minor fixes in datamatrix: warnings eliminated, replaced MMX intrinsics (which are not recommended to use on x64) with SSE2. 14 years ago
James Bowman 2c05ddd565 #1018: predicate on SSE2 14 years ago
Andrey Morozov efd368f432 temporary fix for problem with compilation sse intrinsics on Windows 14 years ago
Andrey Kamaev 16044d1ad5 Android compatibility fix: avoid regex.h include to be able to build OpenCV for platform android-5 14 years ago
Vadim Pisarevsky 64814321ee removed compiled hdr_parser.py 14 years ago
Vladislav Vinogradov 604c53a0ab added 16-bit support to TiffEncoder 14 years ago
James Bowman f385bb97eb datamatrix 14 years ago
James Bowman 4b350e9a09 datamatrix test image 14 years ago
James Bowman 324e89ab3a datamatrix 14 years ago
Vadim Pisarevsky 21f962c315 small correction to the previous patch (also by Konstantin Krivakin) 14 years ago
Andrey Kamaev e3f394af01 Fixed remaining Android compatibility issues: added compiler flag to interpret char as signed char. 14 years ago
Andrey Kamaev 8483b95256 Fixed #1004 14 years ago
Andrey Kamaev cc1c613313 Fixed #998 and #999: OpponentSIFT and OpponentSURF regression tests failure on Android 14 years ago
Victor Erukhimov 1d7b9750c0 Tutorials 14 years ago
Vadim Pisarevsky 17a2480a21 integrated parallel SVM prediction; fixed warnings after meanshift integration 14 years ago
Alexey Kazakov 537a36115f The bug was fixed 14 years ago
Vadim Pisarevsky e9a5bbc003 fixed ?? marks; fixed missing highlighting in some of the sections 14 years ago
Alexey Kazakov e863c3d5f6 Added to objdetect module: meanshift grouping (groupRectangles_meanshift(...) for input rectangles); new pedestrian detection model, trained on the Daimler base (getDaimlerPeopleDetector(...) ). 14 years ago
Vladimir Dudnik 2057f2c452 fixed build issues related to changes in IPP calls. 14 years ago
Vladimir Dudnik 8e7768379f minor changes: removed trailing spaces in some files 14 years ago
Vadim Pisarevsky dd45fe13d1 fixed OutputArray::create, which resolves several failures in opencv_test_core 14 years ago
Vadim Pisarevsky 94e09f24c7 fixed crash in test_core 14 years ago
Vadim Pisarevsky 9a991a2e10 fixed build problems on Windows 14 years ago
Andrey Morozov e58de551c5 corrected the errors in the python's tests 14 years ago
Andrey Kamaev 7e2f771940 Android compatibility fix for r4885: __kernel replaced with filter_kernel 14 years ago
Andrey Kamaev 31e77a3bd9 Android native camera: added BGR output format; added methods to configure output frame size. 14 years ago
Elena Fedotova 1965b297d0 Purpose: updated the imgproc chapter 14 years ago
Vadim Pisarevsky abeeb40d46 a big patch; use special proxy types (Input/OutputArray, Input/OutputArrayOfArrays) for passing in vectors, matrices etc. 14 years ago
Vadim Pisarevsky 335370a7c0 moved Python bindings source code into src subdirectory; preparing to add python/doc and python/test subdirectories 14 years ago
Vladimir Dudnik 26d348a5b7 fixed build issue (MSVC2010, x64) 14 years ago
Ilya Lysenkov a811a08d0d Added checks for incorrect results in the circles grid pattern detection. 14 years ago
Ilya Lysenkov 37cd2b6f25 Implemented new algorithm for asymmetric circles pattern detection. Use flag CALIB_CB_CLUSTERING. 14 years ago
Vadim Pisarevsky 2c8af20bd0 removed obsolete tests 14 years ago
Vadim Pisarevsky 8be541eed2 removed obsolete swig-based python & octave wrappers 14 years ago
Vadim Pisarevsky 1c347f4801 removed obsolete tests 14 years ago
Vadim Pisarevsky b9fa21d011 normal bayes classifier has been parallelized using TBB; letter_recog sample updated to demosntrate knearest & bayes classifiers (thanks to Konstantin Krivakin for the patches) 14 years ago
Nils Hasler 56b206dc7b When opening a file with GStreamer: 14 years ago
Andrey Kamaev b906ad3108 Test system included into Android build 14 years ago
Alexey Spizhevoy 1a02877ab7 fixed gpu::downsample and gpu::blendLinear compite-time bugs under Ubuntu 14 years ago
Elena Fedotova c6a6d71dae Purpose: updated the core chapter 14 years ago
Elena Fedotova 77cdc746a5 Purpose: updated the core chapter 14 years ago
Elena Fedotova cc1624b06a Purpose: updated the core chapter 14 years ago