Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve tracking #53

Open
qbonnard opened this issue Aug 19, 2014 · 0 comments
Open

Improve tracking #53

qbonnard opened this issue Aug 19, 2014 · 0 comments

Comments

@qbonnard
Copy link
Member

I'll move some comments from the review of #38 (by @severin-lemaignan) here as a reminder of things to experiment with tracking tests:

  • automatically detect when two consecutive frames are different, to enable tracking by default and automatically disable it when needed
  • I'm surprised you call separately calcOpticalFlowPyrLK for each tags. Have you tried running the algorithm on the full image, with a vector containing all corners of all tags? That's how I understood the algorithm was intended to be used, but I may have gotten that wrong (or maybe it kills performances... but I don't think so)
  • should mRefineCorner be respected in Track ?
  • the demo should show better the various detection triggers
  • make sure users know that tracking is available and useful

More comments from @ayberkozgur :

  • tracking is lost as soon as a corner leaves the frame
  • tracking is sometimes too aggressive and make disappeared tags "stick"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant