Skip to content
Snippets Groups Projects
Commit 60c21c78 authored by Joan Solà Ortega's avatar Joan Solà Ortega
Browse files

Update tracks_kf_ in ProcessorTrackerFeature

parent 3d7e32af
No related branches found
No related tags found
1 merge request!287Redesign track kf
This commit is part of merge request !287. Comments created here will be created in the context of that merge request.
...@@ -147,6 +147,7 @@ void ProcessorTrackerFeature::establishFactors() ...@@ -147,6 +147,7 @@ void ProcessorTrackerFeature::establishFactors()
if (origin_ptr_ == last_ptr_) if (origin_ptr_ == last_ptr_)
return; return;
track_matrix_.markKeyframe(last_ptr_);
TrackMatches matches_origin_last = track_matrix_.matches(origin_ptr_, last_ptr_); TrackMatches matches_origin_last = track_matrix_.matches(origin_ptr_, last_ptr_);
for (auto const & pair_trkid_pair : matches_origin_last) for (auto const & pair_trkid_pair : matches_origin_last)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment