Added to objdetect module: meanshift grouping (groupRectangles_meanshift(...) for...
authorAlexey Kazakov <no@email>
Tue, 19 Apr 2011 09:05:15 +0000 (09:05 +0000)
committerAlexey Kazakov <no@email>
Tue, 19 Apr 2011 09:05:15 +0000 (09:05 +0000)
commite863c3d5f68deba74e0928e35a7b8624b2bd352e
treeea0f5c65a7ed88c950d8504f7c2f5cf9ca25f2bb
parent2057f2c4521a62cf214196cf79550edb823dfe81
Added to objdetect module: meanshift grouping (groupRectangles_meanshift(...) for input rectangles); new pedestrian detection model, trained on the Daimler base (getDaimlerPeopleDetector(...) ).
Some changes in the HOGDescriptor class interface(objdetect.hpp) (added useMeanShiftGrouping parameter to the detectMultiScale(...) function)
modules/objdetect/include/opencv2/objdetect/objdetect.hpp
modules/objdetect/src/cascadedetect.cpp
modules/objdetect/src/hog.cpp
modules/objdetect/src/ms_grouping.cpp [new file with mode: 0644]