Redesign track kf
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.
Edited by Joan Solà Ortega