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

16 Commits

Author SHA1 Message Date
Andrej Muhič
ced5aa7606 Merge pull request #1552 from amuhic:master
Implementation of CSR-DCF tracker (#1552)

* Initial commit for CSR-DCF tracker implementation

* Fixes for automatic build

* General code fixes

* Removed unused parameters. Added CSRT to automatic tests.

* Fixed VS build warnings. Fixed a bug with gray sequences.

* Fixed VS build errors for samples file.
2018-02-22 16:38:31 +03:00
Alexander Alekhin
edfdf12c31 tests: refactor test files 2018-02-02 19:15:28 +03:00
Vadim Pisarevsky
489f8df9b2 Merge pull request #1333 from sovrasov:tld_improvement 2017-10-31 09:41:59 +00:00
berak
ea6f3d1928 tracking: adding a mosse tracker 2017-10-25 15:19:06 +02:00
Vladislav Sovrasov
a0896c7bd1 tracking: update tresholds in regression tests of the TLD 2017-10-23 15:15:53 +03:00
Vladislav Sovrasov
ccfd55dc7a tracking: enable tests for TLD 2017-10-23 15:15:53 +03:00
Alexander Alekhin
d32827a829 fix build (#1377) 2017-09-28 17:08:45 +03:00
jrobble
2fd0d74423 Set swapRB to false in GOTURN tracker. 2017-09-19 23:26:52 -04:00
Vladislav Sovrasov
3ac9e24254 tracking: improve public API
Use ROI selector in python samples
2017-04-24 12:19:19 +03:00
Alexander Alekhin
ab63d35db2 Merge pull request #1013 from sovrasov:tracking_tests_update 2017-02-21 15:11:22 +00:00
Vladislav Sovrasov
ad9ffb24f3 tracking: add tests for KCF 2017-02-21 12:43:12 +03:00
Vladislav Sovrasov
60ad363b24 tracking: disable TLD tests 2017-02-21 12:43:12 +03:00
Vladislav Sovrasov
30c249b466 tracking: update TLD overlap threshold 2017-02-20 12:27:39 +03:00
Vladislav Sovrasov
8016ed2851 tracking: fix overlap calculation 2017-02-09 15:36:58 +03:00
Vladislav Sovrasov
2c33cb45d8 MedianFlow: update thresholds in tests 2017-02-09 11:54:55 +03:00
Vladislav Sovrasov
4216285d9a tracking: refactoring in OPE tests 2017-02-02 16:57:42 +03:00