Skip to content
Snippets Groups Projects

Redesign track kf

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