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 TypeMethodDescriptionvoidSceneStructureCommon.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 CameraPinholeBrownBundleAdjustmentOps.convert(BundleAdjustmentCamera src, @Nullable BundleCameraState state, int width, int height, @Nullable CameraPinholeBrown dst) Converts theBundleAdjustmentCameraintoCameraPinholeBrown.voidBundleAdjustmentOps.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 TypeClassDescriptionclassProjective camera model.classModel that does nothing other than throw exceptions.classImplementation ofCameraKannalaBrandtfor bundle adjustmentclassFormulas forCameraPinhole.classFormulas forCameraPinholeBrown.classA pinhole camera with radial distortion that is fully described using three parameters.classBundler and Bundle Adjustment in the Large use a different coordinate system.classImplementation ofCameraUniversalOmnifor bundle adjustmentclassA 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 TypeMethodDescriptionvoidBundleCameraNumericJacobian.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 TypeMethodDescriptionvoidBundleToRectificationStereoParameters.processView2(BundleAdjustmentCamera bundle2, @Nullable BundleCameraState state2, int width, int height, Se3_F64 view1_to_view2) Specifies the second view and computes rectification parameters.voidBundleToRectificationStereoParameters.setView1(BundleAdjustmentCamera bundle1, @Nullable BundleCameraState state1, int width, int height) Specifies lens parameters for view-1.