30 Commits (56200dbd377a74d2078c1d8cb4e7961b1d6b60cf)

Author SHA1 Message Date
Evgeny Talanin 6308be2c3e Changed parallel_for to parallel_for_ in hog.cpp and cascadedetect.cpp 12 years ago
Marina Kolpakova 336dcbcff7 fixed brocken tests by classifier loger from r9027 13 years ago
Anatoly Baksheev 9706079ace a bit refactoring in LBP face detection on GPU 13 years ago
Andrey Kamaev f2d3b9b4a1 Warning fixes continued 13 years ago
Vadim Pisarevsky 716a5d04ab fixed a few problems detected by Xcode 4.2.1 13 years ago
Andrey Kamaev 8cab65c173 Started top-level CMakeLists.txt file reorganization: cmake scripts are moved to separate folder; refactored BUILD_*, INSTALL_*, ENABLE_*, USE_*, WITH_* options. 13 years ago
Leonid Beynenson 9f837d3486 Made changes concerning inserting prefiltering modes into CascadeClassifier class. 13 years ago
Leonid Beynenson da3a60a5a7 Made changes in the method of inserting prefilters into the CascadeClassifier class. 13 years ago
Leonid Beynenson 630288fdef Added possibility of prefiltering into CascadeClassifier. Now OpenCV users can implement their own mask generators and insert them into CascadeClassifier. 13 years ago
Leonid Beynenson 87a21016d8 Implemented the first variant of working with masks in CascadeClassifier. Probably, will be rewritten soon. 13 years ago
Alexey Kazakov 50543d627f Added HOG features to cascade detection algorithm. 13 years ago
Leonid Beynenson dc13ec205d Made additional internal header modules/objdetect/src/cascadedetect.hpp, and moved 14 years ago
Vadim Pisarevsky ff5e97c8e4 added COVAR_ and SORT_ enums to core.hpp; fixed many, many VS2005, VS2010 and MinGW (GCC 4.5.2) warnings 14 years ago
Vadim Pisarevsky 5649f35757 some more bugfixed in 2.3 propagated to trunk 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 51c6842384 alter the read stage.threshold to match traincascade behavior (ticket #1071) 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
Alexey Kazakov 1e69bd5118 class MeanshiftGrouping replaced from objdetect.hpp to cascadedetect.cpp 14 years ago
Alexey Kazakov e9aa6fa012 Added ROC-curve calculating to the cascade detection algorithm 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
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
Kirill Kornyakov 515bdfa71e added max window size parameter for cascade classifier 14 years ago
Maria Dimashova e0b40c26d8 fixed CascadeClassifier::detectMultiScale when TBB 14 years ago
Vadim Pisarevsky 127d6649a1 "atomic bomb" commit. Reorganized OpenCV directory structure 15 years ago