James Bowman
|
324e89ab3a
|
datamatrix
|
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(...) ).
Some changes in the HOGDescriptor class interface(objdetect.hpp) (added useMeanShiftGrouping parameter to the detectMultiScale(...) function)
|
14 years ago |
Alexey Kazakov
|
833102c19e
|
Replaced few methods to virtual in CascaseClassifier class (objdetect.hpp)
|
14 years ago |
Alexey Kazakov
|
4e460cd7a6
|
Replaced private methods to protected in CascaseClassifier class (objdetect.hpp)
|
14 years ago |
Valentina Kustikova
|
d03b89f163
|
Parallel version of Latent SVM.
|
14 years ago |
Ilya Lysenkov
|
dc9e5eda19
|
Moved PlanarObjectDetector to the objdetect module
|
14 years ago |
Kirill Kornyakov
|
93e344a962
|
compilation warning fixed
|
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 |
Vadim Pisarevsky
|
d6b0e8fb69
|
fixed wrapper generation
|
14 years ago |
Alexey Spizhevoy
|
cc6a87fc9d
|
fixed big in gpu::HOGDescriptor, added property into CPU's HOGDescriptor
|
14 years ago |
Vadim Pisarevsky
|
5b6a755719
|
almost finished Python wrappers
|
14 years ago |
Vadim Pisarevsky
|
83f6085773
|
added more helper macros to the function declarations, to assist the Python wrapper generator. Fixed memleak in Mat::operator()(Range,Range) and the related functions (Mat::row, Mat::col etc.)
|
14 years ago |
Vadim Pisarevsky
|
bddaa00e03
|
renamed filterObject -> CvLSVMFilterObject, position -> CvLSVMFilterPosition etc.
|
14 years ago |
Vadim Pisarevsky
|
1b1eab8e67
|
added helper macros to the function declarations
|
14 years ago |
Valentina Kustikova
|
fbfccffbaa
|
Integration object detection using Latent SVM. Sample was added.
|
14 years ago |
Vadim Pisarevsky
|
e5872cd8bb
|
now C++ classes can be read/written with cvRead/cvWrite/cvLoad/cvSave. Tested on HOGDescriptor
|
15 years ago |
Vadim Pisarevsky
|
127d6649a1
|
"atomic bomb" commit. Reorganized OpenCV directory structure
|
15 years ago |