Page MenuHome

First cut at predictive tracing
ClosedPublic

Authored by Keir Mierle (keir) on May 9 2014, 12:40 AM.

Details

Summary

This adds a Kalman filter-based approach to predict where a marker
will go in the next frame to track. Hopefully this will make the
tracker work faster by avoiding lengthy searches. This code
compiles, but is otherwise untested, and likely does not work.

Fix else branch

Add some tests

Update patch coordinates as well (and test)

Diff Detail

Repository
rLMV Libmv
Branch
predictive_tracking

Event Timeline

Sergey Sharybin (sergey) requested changes to this revision.May 9 2014, 12:55 AM
Sergey Sharybin (sergey) added inline comments.
src/libmv/autotrack/autotrack.cc
85

Shouldn't it be in the else branch?

Keir Mierle (keir) updated this revision to Unknown Object (????).May 9 2014, 12:56 AM

Fix else branch

Keir Mierle (keir) updated this revision to Unknown Object (????).May 9 2014, 1:25 AM
  • Add some tests
Keir Mierle (keir) updated this revision to Unknown Object (????).May 9 2014, 11:48 AM

Update patch coordinates as well (and test)