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
Bellaktris
cb20770548
deleted redundunt code
11 years ago
Alexandre Benoit
3ae595c1a7
updated code formating of reina samples
11 years ago
Bellaktris
9eefb19137
parallelization and bug fixes
11 years ago
vbystricky
a164e6252f
Fix build errors
11 years ago
vbystricky
54d71a24ec
Extract imgcodecs module from highgui
11 years ago
jaco
4e478bc0b3
BING bb sorting modified and SuBSENSE compiling error fixed
11 years ago
Ilya Lavrenov
89cd87107f
fixed warnings
11 years ago
Bellaktris
3ceb5331b1
-||-
11 years ago
Bellaktris
a2453fd597
-||-
11 years ago
Bellaktris
1268717921
-||-
11 years ago
Bellaktris
cc9fd5af57
-||-
11 years ago
Bellaktris
444abe8207
dct image denoising added
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
jaco
88bae7be36
SuBSENSE porting: compiling errors fixed
11 years ago
biagio montesano
3b207a77f8
First part of documentation completed
11 years ago
biagio montesano
db189cd3db
Matcher ported, first page od documentation written.
11 years ago
Bellaktris
bde7ee488c
fixed g++ build
11 years ago
jaco
00d9ef424e
BING files location update and Start SuBSENSE porting
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
Bellaktris
0fd4823566
colorbalance module added, now it contains the only WHITE_BALANCE_SIMPLE implementation
11 years ago
biagio montesano
96183dd09b
Lines extraction and descriptors testing completed
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
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
Bellaktris
eed2ab18cd
minor fixes in ximpgroc/doc/* + fixes gcc & clang build problem
11 years ago
Vadim Pisarevsky
311ee20315
fixed RGBD compile errs and 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
Bellaktris
974b71fffa
ximpgroc module added (structured forests for fast edge detection by Piotr Dollar)
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
jaco
f3cada3154
BING code refined
11 years ago
jaco
b7696377a8
BING porting finalized
11 years ago
jaco
0a1623053a
BING modification after OpenCV master update
11 years ago