Uses of Class
boofcv.alg.sfm.d3.structure.VisOdomBundleAdjustment.BFrame
Packages that use VisOdomBundleAdjustment.BFrame
-
Uses of VisOdomBundleAdjustment.BFrame in boofcv.alg.sfm.d3.structure
Fields in boofcv.alg.sfm.d3.structure declared as VisOdomBundleAdjustment.BFrameFields in boofcv.alg.sfm.d3.structure with type parameters of type VisOdomBundleAdjustment.BFrameModifier and TypeFieldDescriptionVisOdomBundleAdjustment.frames
List of all frames that can be feed into bundle adjustmentMethods in boofcv.alg.sfm.d3.structure that return VisOdomBundleAdjustment.BFrameModifier and TypeMethodDescriptionVisOdomBundleAdjustment.addFrame
(int cameraIndex, long id) VisOdomBundleAdjustment.addFrame
(long id) VisOdomBundleAdjustment.getFirstFrame()
VisOdomBundleAdjustment.getLastFrame()
Methods in boofcv.alg.sfm.d3.structure with parameters of type VisOdomBundleAdjustment.BFrameModifier and TypeMethodDescriptionvoid
VisOdomBundleAdjustment.addObservation
(VisOdomBundleAdjustment.BFrame frame, T track, double pixelX, double pixelY) @Nullable VisOdomBundleAdjustment.BObservation
VisOdomBundleAdjustment.BTrack.findObservationBy
(VisOdomBundleAdjustment.BFrame frame) boolean
VisOdomBundleAdjustment.BTrack.isObservedBy
(VisOdomBundleAdjustment.BFrame frame) void
VisOdomBundleAdjustment.removeFrame
(VisOdomBundleAdjustment.BFrame frame, List<PointTrack> removedVisualTracks) Removes the frame and all references to it.boolean
VisOdomBundleAdjustment.BTrack.removeRef
(VisOdomBundleAdjustment.BFrame frame) Removes the observations to the specified frameprotected void
SelectTracksInFrameForBundleAdjustment.selectTracksInFrame
(VisOdomBundleAdjustment.BFrame frame, List<VisOdomBundleAdjustment.BTrack> selected) Select tracks inside a single frame.