Uses of Class
boofcv.alg.sfm.d3.structure.VisOdomBundleAdjustment.BTrack
-
Uses of VisOdomBundleAdjustment.BTrack in boofcv.alg.sfm.d3
Modifier and TypeClassDescriptionclass
VisOdomBundlePnPBase<Track extends VisOdomBundleAdjustment.BTrack>
Base class for all visual odometry algorithms based on PNP and use bundle adjustment.Modifier and TypeClassDescriptionstatic class
A coupled track between the left and right cameras.static class
-
Uses of VisOdomBundleAdjustment.BTrack in boofcv.alg.sfm.d3.structure
Modifier and TypeClassDescriptionclass
Bundle adjustment specifically intended for use with visual odometry algorithms.Modifier and TypeFieldDescriptionVisOdomBundleAdjustment.selectedTracks
VisOdomBundleAdjustment.BFrame.tracks
Modifier and TypeMethodDescriptionvoid
SelectTracksInFrameForBundleAdjustment.selectTracks
(VisOdomBundleAdjustment<?> sba, List<VisOdomBundleAdjustment.BTrack> selected) Selects tracks to include in bundle adjustmentprotected void
SelectTracksInFrameForBundleAdjustment.selectTracksInFrame
(VisOdomBundleAdjustment.BFrame frame, List<VisOdomBundleAdjustment.BTrack> selected) Select tracks inside a single frame.