lluis
70a2bca24a
fix warnings from MSVC
10 years ago
lluis
b56353a7ae
fix a bug that prevents opencv_python module to build together with opecv_text
10 years ago
lluis
bbca7b0c7f
removes hardcoded filename for ERFilter used in feedback loop by adding a dummy classifier
10 years ago
lluis
157e08f3f2
fix warnings from MSVC and remove trailing whitespaces
10 years ago
lluis
786876c0f2
Adds The exhaustive search algorithm and updates the previous grouping code
10 years ago
lluis
890073a1c7
Add xml files with default classifier models
10 years ago
Vadim Pisarevsky
f6b1434987
Merge pull request #41 from vpisarev/added_text_module
...
added "text" module; added linemod to rgbd module, fixed compile errors in rgbd
10 years ago
Vadim Pisarevsky
7968baf2f9
continuing fixing rgbd samples
10 years ago
Vadim Pisarevsky
ca2474be7e
fixing rgbd samples
10 years ago
Vadim Pisarevsky
8d578e43d0
hopefully fixed compile warnings
10 years ago
Vadim Pisarevsky
a52c0a2bb0
probably fixed compile errors
10 years ago
Vadim Pisarevsky
4906050ea1
added "text" module; added linemod to rgbd module, fixed compile errors in rgbd.
10 years ago
Vadim Pisarevsky
0b8889e005
Merge pull request #36 from vbystricky/highgui_split
...
Split highgui module to videoio and highgui
10 years ago
VBystricky
3ec955f16f
Refresh code
10 years ago
vbystricky
c7c2375800
Split highgui module to videoio and highgui
10 years ago
Vadim Pisarevsky
eafd7a18d8
Merge pull request #29 from nailbiter/luca
...
Tracking-Learning-Detection and MedianFlow
10 years ago
Alex Leontiev
24cca8d7e2
warnings
11 years ago
Andrey Pavlenko
f843851e5e
Merge pull request #34 from vbystricky/fixPR24
...
Fix include of imgcodecs
11 years ago
vbystricky
44aace290c
Fix include of imgcodecs
11 years ago
Alex Leontiev
c4393803a4
commit
11 years ago
Alex Leontiev
c8b31cd9ff
Vadim
11 years ago
Andrey Pavlenko
36178bc92c
Merge pull request #32 from vbystricky/highgui_imgcodecs
11 years ago
Vadim Pisarevsky
a6a799572d
Merge pull request #33 from vpisarev/reg_imgcodecs_fix
...
fix compiling reg module after separating imgcodecs from highgui
11 years ago
Vadim Pisarevsky
bf07490b53
fix compiling reg module after separating imgcodecs from highgui
11 years ago
Alex Leontiev
c06bb0dcf7
Vadim
11 years ago
Alex Leontiev
296a864a9d
Vadim
11 years ago
Alex Leontiev
a5b8a0a190
Vadim
11 years ago
Alex Leontiev
70803dff04
Vadim
11 years ago
Alex Leontiev
c019f0a844
Vadim
11 years ago
Alex Leontiev
c8cbab6805
Vadim
11 years ago
Alex Leontiev
470a822113
Vadim
11 years ago
Alex Leontiev
ff73c6f431
Vadim
11 years ago
Alex Leontiev
ca4d53254b
commit
11 years ago
Alex Leontiev
8869daec8c
commit
11 years ago
Alex Leontiev
f080b3448f
commit
11 years ago
Alex Leontiev
be49e4a046
commit
11 years ago
Alex Leontiev
c27db0d157
Tracking-Learning-Detection and MedianFlow
...
This contribution includes the following logical components into
tracking module:
.) Change Rect to Rect2d into headers for Tracker's methods;
This contribution includes the following logical components into
tracking module:
.) Change Rect to Rect2d into headers for Tracker's methods;
.) MedianFlow tracker;
.) extensible benchmark to compare trackers interactively and
assess them quantitatively;
.) TLD tracker (work-in-progress);
Work was funded by Google Summer of Code 2014 initiative. Mentors:
Gary
Bradski and Vadim Pisarevsky.
11 years ago
Alexandre Benoit
ed3e450695
Merge pull request #24 from albenoit/master
...
added samples to use retina in its basic form and for HDR tone mapping
11 years ago
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