Uses of Class
boofcv.alg.sfm.d3.structure.VisOdomBundleAdjustment.BFrame
-
Uses of VisOdomBundleAdjustment.BFrame in boofcv.alg.sfm.d3.structure
Modifier and TypeFieldDescriptionVisOdomBundleAdjustment.frames
List of all frames that can be feed into bundle adjustmentModifier and TypeMethodDescriptionVisOdomBundleAdjustment.addFrame
(int cameraIndex, long id) VisOdomBundleAdjustment.addFrame
(long id) VisOdomBundleAdjustment.getFirstFrame()
VisOdomBundleAdjustment.getLastFrame()
Modifier 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.