Vadim Pisarevsky
fe11ca886a
trying to eliminate compile problems
12 years ago
Vadim Pisarevsky
ff87385201
refactored CascadeClassifier to hide implementation details (take 2)
12 years ago
Roman Donchenko
e9a28f66ee
Normalized file endings.
12 years ago
Andrey Kamaev
2a6fb2867e
Remove all using directives for STL namespace and members
...
Made all STL usages explicit to be able automatically find all usages of
particular class or function.
12 years ago
Vadim Pisarevsky
633a8bfacc
fixed many warnings (modified pull request 13)
13 years ago
Andrey Kamaev
1852cb7eab
Fix tegra build warnings
13 years ago
Marina Kolpakova
1365e28a54
initial support of GPU LBP classifier: added new style xml format loading
13 years ago
Anatoly Baksheev
25cadb1abd
fixed compilation under ubuntu
14 years ago
Alexey Kazakov
50543d627f
Added HOG features to cascade detection algorithm.
...
Added pedestrian detection trained model for HOG cascade detection algorithm.
14 years ago
Leonid Beynenson
aa78754720
Changed tabulation.
14 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