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 TypeMethodDescriptionvoid
MaxGeoKeyFrameManager.handleSpawnedTracks
(PointTracker<?> tracker, VisOdomBundleAdjustment.BCamera camera) void
TickTockKeyFrameManager.handleSpawnedTracks
(PointTracker<?> tracker, VisOdomBundleAdjustment.BCamera camera) Tracker information is ignoredvoid
VisOdomKeyFrameManager.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 TypeMethodDescriptionvoid
MaxGeoKeyFrameManager.initialize
(FastAccess<VisOdomBundleAdjustment.BCamera> bundleCameras) void
TickTockKeyFrameManager.initialize
(FastAccess<VisOdomBundleAdjustment.BCamera> cameras) No need to configure or initialize anythingvoid
VisOdomKeyFrameManager.initialize
(FastAccess<VisOdomBundleAdjustment.BCamera> bundleCameras) Resets the manager into it's initial state.