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.framesList 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 TypeMethodDescriptionvoidVisOdomBundleAdjustment.addObservation(VisOdomBundleAdjustment.BFrame frame, T track, double pixelX, double pixelY) @Nullable VisOdomBundleAdjustment.BObservationVisOdomBundleAdjustment.BTrack.findObservationBy(VisOdomBundleAdjustment.BFrame frame) booleanVisOdomBundleAdjustment.BTrack.isObservedBy(VisOdomBundleAdjustment.BFrame frame) voidVisOdomBundleAdjustment.removeFrame(VisOdomBundleAdjustment.BFrame frame, List<PointTrack> removedVisualTracks) Removes the frame and all references to it.booleanVisOdomBundleAdjustment.BTrack.removeRef(VisOdomBundleAdjustment.BFrame frame) Removes the observations to the specified frameprotected voidSelectTracksInFrameForBundleAdjustment.selectTracksInFrame(VisOdomBundleAdjustment.BFrame frame, List<VisOdomBundleAdjustment.BTrack> selected) Select tracks inside a single frame.