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

Revert "Update tracks_kf_ in ProcessorTrackerFeature"

This reverts commit 60c21c78.

The commit above is no longer required for the development of this redesign.
parent 3bf148bd
No related branches found
No related tags found
1 merge request!287Redesign track kf
Pipeline #3644 passed
......@@ -147,7 +147,6 @@ void ProcessorTrackerFeature::establishFactors()
if (origin_ptr_ == last_ptr_)
return;
track_matrix_.markKeyframe(last_ptr_);
TrackMatches matches_origin_last = track_matrix_.matches(origin_ptr_, last_ptr_);
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