Uses of Class
boofcv.alg.sfm.d3.structure.VisOdomBundleAdjustment.BTrack
Packages that use VisOdomBundleAdjustment.BTrack
-
Uses of VisOdomBundleAdjustment.BTrack in boofcv.alg.sfm.d3
Classes in boofcv.alg.sfm.d3 with type parameters of type VisOdomBundleAdjustment.BTrackModifier and TypeClassDescriptionclass
VisOdomBundlePnPBase<Track extends VisOdomBundleAdjustment.BTrack>
Base class for all visual odometry algorithms based on PNP and use bundle adjustment.Subclasses of VisOdomBundleAdjustment.BTrack in boofcv.alg.sfm.d3Modifier and TypeClassDescriptionstatic class
A coupled track between the left and right cameras.static class
-
Uses of VisOdomBundleAdjustment.BTrack in boofcv.alg.sfm.d3.structure
Classes in boofcv.alg.sfm.d3.structure with type parameters of type VisOdomBundleAdjustment.BTrackModifier and TypeClassDescriptionclass
Bundle adjustment specifically intended for use with visual odometry algorithms.Fields in boofcv.alg.sfm.d3.structure with type parameters of type VisOdomBundleAdjustment.BTrackModifier and TypeFieldDescriptionVisOdomBundleAdjustment.selectedTracks
VisOdomBundleAdjustment.BFrame.tracks
Method parameters in boofcv.alg.sfm.d3.structure with type arguments of type VisOdomBundleAdjustment.BTrackModifier 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.