Uses of Interface
boofcv.abst.geo.bundle.BundleAdjustmentCamera
Packages that use BundleAdjustmentCamera
Package
Description
-
Uses of BundleAdjustmentCamera in boofcv.abst.geo.bundle
Fields in boofcv.abst.geo.bundle declared as BundleAdjustmentCameraMethods in boofcv.abst.geo.bundle with type parameters of type BundleAdjustmentCameraModifier and TypeMethodDescription<T extends BundleAdjustmentCamera>
TSceneStructureCommon.getCameraModel
(int cameraIndex) <T extends BundleAdjustmentCamera>
TSceneStructureCommon.Camera.getModel()
Methods in boofcv.abst.geo.bundle that return BundleAdjustmentCameraModifier and TypeMethodDescriptionSet's the classes state to the value contained in this map.Methods in boofcv.abst.geo.bundle with parameters of type BundleAdjustmentCameraModifier and TypeMethodDescriptionvoid
SceneStructureCommon.setCamera
(int which, boolean fixed, BundleAdjustmentCamera model) Specifies the camera model being used.Constructors in boofcv.abst.geo.bundle with parameters of type BundleAdjustmentCamera -
Uses of BundleAdjustmentCamera in boofcv.alg.geo.bundle
Methods in boofcv.alg.geo.bundle with parameters of type BundleAdjustmentCameraModifier and TypeMethodDescriptionstatic CameraPinholeBrown
BundleAdjustmentOps.convert
(BundleAdjustmentCamera src, @Nullable BundleCameraState state, int width, int height, @Nullable CameraPinholeBrown dst) Converts theBundleAdjustmentCamera
intoCameraPinholeBrown
.void
BundleAdjustmentOps.ConvertToBrown.convert
(BundleAdjustmentCamera bundle, @Nullable BundleCameraState state, int width, int height, CameraPinholeBrown output) -
Uses of BundleAdjustmentCamera in boofcv.alg.geo.bundle.cameras
Classes in boofcv.alg.geo.bundle.cameras that implement BundleAdjustmentCameraModifier and TypeClassDescriptionclass
Projective camera model.class
Model that does nothing other than throw exceptions.class
Implementation ofCameraKannalaBrandt
for bundle adjustmentclass
Formulas forCameraPinhole
.class
Formulas forCameraPinholeBrown
.class
A pinhole camera with radial distortion that is fully described using three parameters.class
Bundler and Bundle Adjustment in the Large use a different coordinate system.class
Implementation ofCameraUniversalOmni
for bundle adjustmentclass
A simplified camera model that assumes the camera's zoom is known as part of the camera stateMethods in boofcv.alg.geo.bundle.cameras that return BundleAdjustmentCameraModifier and TypeMethodDescription -
Uses of BundleAdjustmentCamera in boofcv.alg.geo.bundle.jacobians
Methods in boofcv.alg.geo.bundle.jacobians with parameters of type BundleAdjustmentCameraModifier and TypeMethodDescriptionvoid
BundleCameraNumericJacobian.setModel
(BundleAdjustmentCamera model) Specifies the camera model. -
Uses of BundleAdjustmentCamera in boofcv.alg.geo.calibration.cameras
Methods in boofcv.alg.geo.calibration.cameras that return BundleAdjustmentCameraModifier and TypeMethodDescriptionZhang99Camera.initializeCamera
(DMatrixRMaj K, List<DMatrixRMaj> homographies, List<CalibrationObservation> observations) Provide an initial estimate for the camera parameters given 1) estimated pinhole camera parameters, set of found homographies, and observed calibration targets.Zhang99CameraBrown.initializeCamera
(DMatrixRMaj K, List<DMatrixRMaj> homographies, List<CalibrationObservation> observations) Zhang99CameraKannalaBrandt.initializeCamera
(DMatrixRMaj K, List<DMatrixRMaj> homographies, List<CalibrationObservation> observations) Zhang99CameraUniversalOmni.initializeCamera
(DMatrixRMaj K, List<DMatrixRMaj> homographies, List<CalibrationObservation> observations) Methods in boofcv.alg.geo.calibration.cameras with parameters of type BundleAdjustmentCameraModifier and TypeMethodDescriptionZhang99Camera.getCameraModel
(BundleAdjustmentCamera bundleCam) Zhang99CameraBrown.getCameraModel
(BundleAdjustmentCamera bundleCam) Zhang99CameraKannalaBrandt.getCameraModel
(BundleAdjustmentCamera bundleCam) Zhang99CameraUniversalOmni.getCameraModel
(BundleAdjustmentCamera bundleCam) -
Uses of BundleAdjustmentCamera in boofcv.alg.mvs
Methods in boofcv.alg.mvs with parameters of type BundleAdjustmentCameraModifier and TypeMethodDescriptionvoid
BundleToRectificationStereoParameters.processView2
(BundleAdjustmentCamera bundle2, @Nullable BundleCameraState state2, int width, int height, Se3_F64 view1_to_view2) Specifies the second view and computes rectification parameters.void
BundleToRectificationStereoParameters.setView1
(BundleAdjustmentCamera bundle1, @Nullable BundleCameraState state1, int width, int height) Specifies lens parameters for view-1.