1
0
mirror of https://github.com/opencv/opencv_contrib.git synced 2025-10-20 21:40:49 +08:00
Commit Graph

11 Commits

Author SHA1 Message Date
Alex Leontiev
2ea09a16a6 Upgrades to benchmark
Now algorithm names are overlayed with image and number of frames
assessed can be given via command line (e.g. -a=100 to assess first 100
frames).
2014-08-18 23:49:38 +03:00
Alex Leontiev
e67b9e9eec Remove dependence on optim module
With all functionality preserved. Pure renaming.
2014-08-18 22:38:22 +03:00
Alex Leontiev
2328bc23e8 vadim 2014-08-11 20:22:07 +03:00
Alex Leontiev
97d2aa9ff0 blur bug 2014-08-11 18:55:01 +03:00
VBystricky
3ec955f16f Refresh code 2014-07-14 23:46:58 +04:00
Alex Leontiev
24cca8d7e2 warnings 2014-07-10 22:53:13 +09:00
Alex Leontiev
c8b31cd9ff Vadim 2014-07-10 19:08:38 +09:00
Alex Leontiev
296a864a9d Vadim 2014-07-09 22:20:21 +09:00
Alex Leontiev
a5b8a0a190 Vadim 2014-07-09 22:20:21 +09:00
Alex Leontiev
8869daec8c commit 2014-07-09 22:20:20 +09:00
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.
2014-07-09 22:20:20 +09:00