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 TypeClassDescriptionclassVisOdomBundlePnPBase<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 classA 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 TypeClassDescriptionclassBundle 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.selectedTracksVisOdomBundleAdjustment.BFrame.tracksMethod parameters in boofcv.alg.sfm.d3.structure with type arguments of type VisOdomBundleAdjustment.BTrackModifier and TypeMethodDescriptionvoidSelectTracksInFrameForBundleAdjustment.selectTracks(VisOdomBundleAdjustment<?> sba, List<VisOdomBundleAdjustment.BTrack> selected) Selects tracks to include in bundle adjustmentprotected voidSelectTracksInFrameForBundleAdjustment.selectTracksInFrame(VisOdomBundleAdjustment.BFrame frame, List<VisOdomBundleAdjustment.BTrack> selected) Select tracks inside a single frame.