Antonella Cascitelli
9ecdd12311
Merge pull request #30 from nailbiter/abstract
...
More abstract tracker declaration
11 years ago
Alex Leontiev
1940c120ac
More abstract tracker declaration
...
This contribution changes the way how trackers should be implemented by
programmer. It should be noted first, that from the user prospective,
Tracker::create() method still can be called with the same effect.
However, there's no more thing as a "constructor" for Tracker, they
should be created via static functions, e.g.
static Ptr<TrackerMIL> createTracker(const TrackerMIL::Params ¶meters=TrackerMIL::Params());
From the programmer's perspective now for every tracker what is declared
in tracker.hpp header is more a "interface", while the real
implementation class can (and has to) be implemented in .cpp file.
Changes in documentation are also included.
11 years ago
Alexandre Benoit
3ae595c1a7
updated code formating of reina samples
11 years ago
vbystricky
a164e6252f
Fix build errors
11 years ago
vbystricky
54d71a24ec
Extract imgcodecs module from highgui
11 years ago
Alexander Alekhin
3bf743e683
Merge pull request #31 from ilya-lavrenov/warn_fix
11 years ago
Ilya Lavrenov
89cd87107f
fixed warnings
11 years ago
Vadim Pisarevsky
c064042c33
Merge pull request #21 from shahurik/adas
...
ADAS: training app, stumps and waldboost
11 years ago
Vlad Shakhuro
6f138e50c2
Add private header
11 years ago
Vlad Shakhuro
a8f9344ef8
Derive WaldBoost from Algorithm
11 years ago
Vlad Shakhuro
a9599990f0
Fix typo
11 years ago
Vlad Shakhuro
85aaf88aa9
Derive ACFFeatureEvaluator from Algorithm
11 years ago
Vlad Shakhuro
c994b48966
Fix gcc warning
11 years ago
Vlad Shakhuro
d8b0e8d53d
Fix MS compiler warnings
11 years ago
Vlad Shakhuro
27692f5cd8
Fix gcc warning
11 years ago
Vlad Shakhuro
a2a22662d3
Add default constructor to WaldBoost
11 years ago
Vlad Shakhuro
4801502ae6
labelling -> labels
11 years ago
Vlad Shakhuro
edeef0fdbc
fprintf(stderr, ...) -> cerr << ...
11 years ago
Vlad Shakhuro
ab6a2c6577
Add headers to precomp.hpp
11 years ago
Alexander Alekhin
bf93366d67
Merge pull request #27 from vpisarev/rgbd_fixes
11 years ago
Vlad Shakhuro
bb1008ec5e
Change namespace to xobjdetect
11 years ago
Vlad Shakhuro
ab9d2496c2
Make Stump::predict const
11 years ago
Vlad Shakhuro
7ecf95ec25
Add fake precomp.hpp
11 years ago
Vlad Shakhuro
c765916edc
Add adas cpp file for CMake compilation
11 years ago
Vlad Shakhuro
f722d4ff05
Add default constructors to params classes
11 years ago
Vlad Shakhuro
94338228c8
Add license and precomp header
11 years ago
Vlad Shakhuro
4c5a2efca1
Change fcw-train target name
11 years ago
Vlad Shakhuro
ee889198ee
Fix headers
11 years ago
Vlad Shakhuro
4eccf1f50f
Rename fcw_train
11 years ago
Vadim Pisarevsky
311ee20315
fixed RGBD compile errs and warnings
11 years ago
Alexander Alekhin
16839ea517
Merge pull request #23 from ilya-lavrenov/warnings
11 years ago
Vlad Shakhuro
eb2e66abc5
Clean adas header
11 years ago
Vlad Shakhuro
395d42307b
Remove icf app, add xobjdetect module
11 years ago
Alexandre Benoit
154bc89d38
added samples to use retina in its basic form and for HDR tone mapping
11 years ago
Ilya Lavrenov
ae5c87eafa
fixed warnings
11 years ago
Andrey Pavlenko
f6a80b191a
Merge pull request #22 from alalek/fix_docs
...
(fix docs warnings)
11 years ago
Alexander Alekhin
67ee17078f
fix doc
11 years ago
Vlad Shakhuro
90d2c69601
Add detector train implementation
11 years ago
Vlad Shakhuro
8066cee8a0
Add acf feature implementation
11 years ago
Vlad Shakhuro
56ea364cb2
Separate WaldBost and Stump
11 years ago
Vlad Shakhuro
3e0c58c581
Add labelling reading to app
11 years ago
Vlad Shakhuro
4f161937ba
Fix interface for acf feature
11 years ago
Vlad Shakhuro
5a939dca14
Add imgproc dependency
11 years ago
Vlad Shakhuro
4ca2a93441
Add waldboost implementation
11 years ago
Vlad Shakhuro
42f6355530
Fix acf feature evaluator types
11 years ago
Vlad Shakhuro
dda5b88589
Make Stump real-valued
11 years ago
Vlad Shakhuro
ee55e8d626
Hide debug output in Stump
11 years ago
Vlad Shakhuro
a4958fbffd
Fix compute_channels documentation
11 years ago
Vlad Shakhuro
0ecbe87c74
Add waldboost interface, stump implementation
11 years ago
Vlad Shakhuro
4fae9410e2
Add acf feature evaluator interface
11 years ago