Skip to content
Snippets Groups Projects

Redesign track kf

Merged Joan Solà Ortega requested to merge redesign-track_kf into devel
1 file
+ 1
0
Compare changes
  • Side-by-side
  • Inline
@@ -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)
Loading