Skip to content

Tracking API: move to video/tracking.hpp#18838

Merged
alalek merged 5 commits intoopencv:masterfrom
alalek:video_tracking_api
Nov 18, 2020
Merged

Tracking API: move to video/tracking.hpp#18838
alalek merged 5 commits intoopencv:masterfrom
alalek:video_tracking_api

Conversation

@alalek
Copy link
Copy Markdown
Member

@alalek alalek commented Nov 17, 2020

Merge with contrib: opencv/opencv_contrib#2753

relates #18481
relates opencv/opencv_contrib#2737

  • moved Tracker class
  • moved GOTURN, MIL trackers
  • KCF is NOT moved due to huge data blob (3.5Mb in source code, 1Mb in binaries). Need to rework implementation before migration (some modes are not needed this blob)
  • move accuracy test
  • move performance test
  • Python test for tracker creation
  • Java test for tracker creation
  • check / fix documentation (fixed @cite refs)
  • C++ sample
  • Python sample
Xforce_builders=Custom Mac
build_image:Custom Mac=osx_framework-test
buildworker:Custom Mac=macosx-2

build_contrib:Win64 OpenCL=OFF

build_image:Docs=docs-js
Xbuild_contrib:Docs=OFF

build_image:Custom=javascript
buildworker:Custom=linux-4

@alalek
Copy link
Copy Markdown
Member Author

alalek commented Nov 18, 2020

👍

@alalek alalek merged commit aab6362 into opencv:master Nov 18, 2020
@alalek alalek mentioned this pull request Nov 27, 2020
a-sajjad72 pushed a commit to a-sajjad72/opencv that referenced this pull request Mar 30, 2023
Tracking API: move to video/tracking.hpp

* video(tracking): moved code from opencv_contrib/tracking module

- Tracker API
- MIL, GOTURN trackers
- applied clang-format

* video(tracking): cleanup unused code

* samples: add tracker.py sample

* video(tracking): avoid div by zero

* static analyzer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant