Uses of Interface
boofcv.abst.geo.bundle.BundleAdjustmentCamera
Package
Description
-
Uses of BundleAdjustmentCamera in boofcv.abst.geo.bundle
Modifier and TypeMethodDescription<T extends BundleAdjustmentCamera>
TSceneStructureCommon.getCameraModel
(int cameraIndex) <T extends BundleAdjustmentCamera>
TSceneStructureCommon.Camera.getModel()
Modifier and TypeMethodDescriptionSet's the classes state to the value contained in this map.Modifier and TypeMethodDescriptionvoid
SceneStructureCommon.setCamera
(int which, boolean fixed, BundleAdjustmentCamera model) Specifies the camera model being used. -
Uses of BundleAdjustmentCamera in boofcv.alg.geo.bundle
Modifier 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
Modifier 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 stateModifier and TypeMethodDescription -
Uses of BundleAdjustmentCamera in boofcv.alg.geo.bundle.jacobians
Modifier and TypeMethodDescriptionvoid
BundleCameraNumericJacobian.setModel
(BundleAdjustmentCamera model) Specifies the camera model. -
Uses of BundleAdjustmentCamera in boofcv.alg.geo.calibration.cameras
Modifier 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) Modifier and TypeMethodDescriptionZhang99Camera.getCameraModel
(BundleAdjustmentCamera bundleCam) Zhang99CameraBrown.getCameraModel
(BundleAdjustmentCamera bundleCam) Zhang99CameraKannalaBrandt.getCameraModel
(BundleAdjustmentCamera bundleCam) Zhang99CameraUniversalOmni.getCameraModel
(BundleAdjustmentCamera bundleCam) -
Uses of BundleAdjustmentCamera in boofcv.alg.mvs
Modifier 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.