Uses of Class
boofcv.alg.sfm.d3.structure.VisOdomBundleAdjustment.BCamera
Packages that use VisOdomBundleAdjustment.BCamera
-
Uses of VisOdomBundleAdjustment.BCamera in boofcv.alg.sfm.d3.structure
Fields in boofcv.alg.sfm.d3.structure declared as VisOdomBundleAdjustment.BCameraFields in boofcv.alg.sfm.d3.structure with type parameters of type VisOdomBundleAdjustment.BCameraMethods in boofcv.alg.sfm.d3.structure that return VisOdomBundleAdjustment.BCameraModifier and TypeMethodDescriptionVisOdomBundleAdjustment.addCamera(CameraPinholeBrown camera) Adds a new camera to the sceneVisOdomBundleAdjustment.getCamera(int index) Methods in boofcv.alg.sfm.d3.structure with parameters of type VisOdomBundleAdjustment.BCameraModifier and TypeMethodDescriptionvoidMaxGeoKeyFrameManager.handleSpawnedTracks(PointTracker<?> tracker, VisOdomBundleAdjustment.BCamera camera) voidTickTockKeyFrameManager.handleSpawnedTracks(PointTracker<?> tracker, VisOdomBundleAdjustment.BCamera camera) Tracker information is ignoredvoidVisOdomKeyFrameManager.handleSpawnedTracks(PointTracker<?> tracker, VisOdomBundleAdjustment.BCamera camera) After the current frame becomes a keyframe new tracks are spawned from it.Method parameters in boofcv.alg.sfm.d3.structure with type arguments of type VisOdomBundleAdjustment.BCameraModifier and TypeMethodDescriptionvoidMaxGeoKeyFrameManager.initialize(FastAccess<VisOdomBundleAdjustment.BCamera> bundleCameras) voidTickTockKeyFrameManager.initialize(FastAccess<VisOdomBundleAdjustment.BCamera> cameras) No need to configure or initialize anythingvoidVisOdomKeyFrameManager.initialize(FastAccess<VisOdomBundleAdjustment.BCamera> bundleCameras) Resets the manager into it's initial state.