Redesign track kf
Compare changes
- Joan Solà Ortega authored
@@ -147,6 +147,7 @@ void ProcessorTrackerFeature::establishFactors()
@@ -147,6 +147,7 @@ void ProcessorTrackerFeature::establishFactors()
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.