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

19 Commits

Author SHA1 Message Date
Alexander Alekhin
a51b1b1e94 tracking: move Tracking API to the main repository 2020-11-18 07:49:28 +00:00
Alexander Alekhin
80c197590c tracking: rework tracking API
- simplify Tracker API
- fix perf tests (don't measure video decoding)
2020-11-17 12:00:28 +00:00
Elizarov Ilya
d706072784 Merge pull request #2620 from ieliz:goturn
Bounding box fixes for GOTURN tracker

* Trying to change branch from master to 3.4

* Removing unnecessary if statement

* Frame existence check is added

* Changes in GOTURN tracker for reading path to caffemodel and prototxt files in opencv_extra

* Replacing get_data_path with findDataFile and moving paths in parameters

* tracking: fix GOTURN model loading

* Fixing GOTURN memory test: paths to GOTURN files are in cv::FileNode now

* Fix

* Fix

* Fixing comments

* Deleting trailing space

* Trying to solve the problem with test

* Removing ground truth reading part in GOTURN test

* Removing trailing spaces

* Trying to fix win64/win32 issue

* Fixing problem with win32/win64

* Trying to solve issue with win32/win64
2020-09-05 18:47:02 +00:00
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