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 |
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 |
Maria Dimashova
|
9ce792fb3a
|
minor
|
14 years ago |
Vadim Pisarevsky
|
9702b5ef8a
|
made the samples compile on Windows
|
14 years ago |
Maria Dimashova
|
cd981f4d13
|
started to integrate DOT detector
|
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 |
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 |
James Bowman
|
f385bb97eb
|
datamatrix
|
14 years ago |
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 |