1
0
mirror of https://github.com/opencv/opencv_contrib.git synced 2025-10-18 08:44:11 +08:00
Commit Graph

15 Commits

Author SHA1 Message Date
Vladislav Sovrasov
5c2dfcd448 plot: make the module more customizable 2017-08-02 12:01:09 +03:00
Vladislav Sovrasov
3ac9e24254 tracking: improve public API
Use ROI selector in python samples
2017-04-24 12:19:19 +03:00
mshabunin
72488907ca tracking benchmark tool changes:
- added area under "lost track ratio" curve statistics
- added "lost track ratio" curve plot
- minor fixes
2016-11-25 12:14:45 +03:00
mshabunin
1fcfdc558d Updated tracking benchmark script
- used C++ to handle resources and output
- simplified and refactored the code
- changed statistic calculation (precision, recall, etc)
- used CommandLineParser -> CL interface has changed
2016-11-25 12:14:45 +03:00
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