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.
...
Now developers should call the method setFaceDetectionMaskGenerator() to use prefiltering mask generator
implemented for face detection.
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.
...
Added pedestrian detection trained model for HOG cascade detection algorithm.
13 years ago
Leonid Beynenson
dc13ec205d
Made additional internal header modules/objdetect/src/cascadedetect.hpp, and moved
...
some internal classes and template functions from cascadedetect.cpp to this header.
This will allow to make a child class for such classes as LBPEvaluator, etc.
Also made all "private" fields in LBPEvaluator and HaarEvaluator to be "protected".
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.
...
The branch contains changes, concerning adding ThreadingFramework -- temporary lightweight decision for ARM instead of Intel TBB.
Also some changes in Android highgui camera class were made.
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(...) ).
...
Some changes in the HOGDescriptor class interface(objdetect.hpp) (added useMeanShiftGrouping parameter to the detectMultiScale(...) function)
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