518 Commits (1fac1421e5523b2f223d69e28f0e3e5055a64c35)

Author SHA1 Message Date
James Bowman 1d335bddfc Fix for SSE swapping bug 14 years ago
Maria Dimashova 1580806730 removed DOT implementation 14 years ago
Vadim Pisarevsky 9df999154c fixed a few warnings and bugs, including ticket #1079 14 years ago
Anatoly Baksheev 8f4c7db3f6 ~40 warnings under VS2008 14 years ago
Maria Dimashova eace415f57 fixed cascade detection on images of size equal to feature size (#1070) 14 years ago
Leonid Beynenson 1299941622 Made small optimization: for some processors using float accumulator gives speedup. 14 years ago
Vadim Pisarevsky c0ec0e05c5 made datamatrix build on Windows; fixed unresolved symbols 14 years ago
Ethan Rublee 355ad2993a adding c++ interface to the datamtrix codes of j. 14 years ago
Maria Dimashova a360a19c56 added TBB optimization to DOT 14 years ago
Vadim Pisarevsky 23768b1826 replaced #include <some_opencv_hdr> with #include "some_opencv_hdr" (ticket #719) 14 years ago
Vadim Pisarevsky 51c6842384 alter the read stage.threshold to match traincascade behavior (ticket #1071) 14 years ago
Maria Dimashova 0f6b8002dc fixed save/load of dot; added data for the sample 14 years ago
Maria Dimashova f4c74eb532 changed the dot 14 years ago
Anatoly Baksheev 927dccb463 fixed compilation WITH_TBB 14 years ago
Anatoly Baksheev 1c18e5fef9 fixed ~300 warnings under windows (had to hack gtest a bit) 14 years ago
Vadim Pisarevsky 0c9e5f6c9c removed comments in Russian 14 years ago
Vadim Pisarevsky 23a9b7bb9c fixed several warnings from Xcode 4 LLVM compiler; fixed bug #920 14 years ago
Leonid Beynenson 2806db93d8 Merged the branch /branches/opencv_pthread_framework/opencv into the trunk. 14 years ago
Vadim Pisarevsky 9ca45daba3 fixed couple of integral-related bugs 14 years ago
Vadim Pisarevsky 0e0929af15 fixed compile errors on Ubuntu 14 years ago
Maria Dimashova cd981f4d13 started to integrate DOT detector 14 years ago
James Bowman 6f82c0d662 simple mean for decode 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 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
James Bowman f385bb97eb datamatrix 14 years ago
James Bowman 324e89ab3a datamatrix 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
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 8e7768379f minor changes: removed trailing spaces in some files 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
Valentina Kustikova 110351d3de Bugs in the test for LatentSVM were fixed. 14 years ago
Ethan Rublee b541ce494d Fixes build for android, mentioned in ticket #873 14 years ago
Valentina Kustikova d03b89f163 Parallel version of Latent SVM. 14 years ago
Vladimir Dudnik 6309b2d08d added OpenCVFindIPP.cmake script, which will look for IPP installation at CMake configuration time. First, IPPROOT environment variable will be tested, if not found script will look at default install places. 14 years ago
Ilya Lysenkov dc9e5eda19 Moved PlanarObjectDetector to the objdetect module 14 years ago
Kirill Kornyakov c418858104 bug #762 fixed 14 years ago
Kirill Kornyakov e7f491ae1a CascadeClassifier refactored. Most of the members and methods are private now. 14 years ago
Kirill Kornyakov d8415ed44e code cleaning of cascade classifier 14 years ago
Vadim Pisarevsky cbe132cabe several small fixes; added overloaded variant of cv::drawChessboardCorners 14 years ago
Vadim Pisarevsky 1286c1db45 fixed multiple warnings from VS2010. 14 years ago
Kirill Kornyakov 515bdfa71e added max window size parameter for cascade classifier 14 years ago
Alexey Spizhevoy cc6a87fc9d fixed big in gpu::HOGDescriptor, added property into CPU's HOGDescriptor 14 years ago
Maria Dimashova e0b40c26d8 fixed CascadeClassifier::detectMultiScale when TBB 14 years ago
Vadim Pisarevsky 4a14795eb6 fixed several gcc 4.1 warnings 14 years ago