You need to sign in or sign up before continuing.
Redesign track kf
Compare changes
Files
3- Joan Solà Ortega authored
We will create tracks on keyframes on demand. We will remove all structures explicitly storing tracks on keyframes.
In particular, TrackMatrix::tracks_kf_
needs to disappear. Also the related API.
The only remaining fcn is tracksAtKeyframes()
which is reimplemented to assemble track_kf
from track
on demand.