Uses of Class
com.irurueta.ar.slam.BaseCalibrationData
Packages that use BaseCalibrationData
Package
Description
This package contains classes related to Structure From Motion
techniques in order to obtain 3D reconstructed data from matched points
obtained when a camera moves
This package contains classes related to SLAM (Simultaneous Localization and
Mapping) in order to predict the device position, orientation, velocity
and acceleration using sensors such as accelerometers and gyroscopes.
-
Uses of BaseCalibrationData in com.irurueta.ar.sfm
Classes in com.irurueta.ar.sfm with type parameters of type BaseCalibrationDataModifier and TypeClassDescriptionclassBaseAbsoluteOrientationSlamPairedViewsSparseReconstructor<D extends BaseCalibrationData,C extends BaseSlamPairedViewsSparseReconstructorConfiguration<D, C>, R extends BaseSlamPairedViewsSparseReconstructor<D, C, R, L, S>, L extends BaseSlamPairedViewsSparseReconstructorListener<R>, S extends AbsoluteOrientationBaseSlamEstimator<D>> Base class in charge of estimating pairs of cameras and 3D reconstructed points from sparse image point correspondences in multiple view pairs and also in charge of estimating overall scene scale and absolute orientation by means of SLAM (Simultaneous Location And Mapping) using data obtained from sensors like accelerometers or gyroscopes.classBaseAbsoluteOrientationSlamSparseReconstructor<D extends BaseCalibrationData,C extends BaseSlamSparseReconstructorConfiguration<D, C>, R extends BaseSlamSparseReconstructor<D, C, R, L, S>, L extends BaseSlamSparseReconstructorListener<R>, S extends AbsoluteOrientationBaseSlamEstimator<D>> Base class in charge of estimating cameras and 3D reconstructed points from sparse image point correspondences in multiple views and also in charge of estimating overall scene scale and absolute orientation by means of SLAM (Simultaneous Location And Mapping) using data obtained from sensors like accelerometers or gyroscopes.classBaseAbsoluteOrientationSlamTwoViewsSparseReconstructor<D extends BaseCalibrationData,C extends BaseSlamTwoViewsSparseReconstructorConfiguration<D, C>, R extends BaseSlamTwoViewsSparseReconstructor<D, C, R, L, S>, L extends BaseSlamTwoViewsSparseReconstructorListener<R>, S extends AbsoluteOrientationBaseSlamEstimator<D>> Base class in charge of estimating cameras and 3D reconstructed points from sparse image point correspondences in two views and also in charge of estimating overall scene scale and absolute orientation by means of SLAM (Simultaneous Location And Mapping) using data obtained from sensors like accelerometers or gyroscopes.classBaseSlamPairedViewsSparseReconstructor<D extends BaseCalibrationData,C extends BaseSlamPairedViewsSparseReconstructorConfiguration<D, C>, R extends BaseSlamPairedViewsSparseReconstructor<D, C, R, L, S>, L extends BaseSlamPairedViewsSparseReconstructorListener<R>, S extends BaseSlamEstimator<D>> classBaseSlamPairedViewsSparseReconstructorConfiguration<C extends BaseCalibrationData,T extends BaseSlamPairedViewsSparseReconstructorConfiguration<C, T>> Contains base configuration for a paired view sparse re-constructor using SLAM (Simultaneous Location And Mapping) to determine the scale of the scene (i.e. the baseline or separation between cameras) by fusing both camera data and data from sensors like an accelerometer or gyroscope.classBaseSlamSparseReconstructor<D extends BaseCalibrationData,C extends BaseSlamSparseReconstructorConfiguration<D, C>, R extends BaseSlamSparseReconstructor<D, C, R, L, S>, L extends BaseSlamSparseReconstructorListener<R>, S extends BaseSlamEstimator<D>> Base class in charge of estimating cameras and 3D reconstructed points from sparse image point correspondences in multiple views and also in charge of estimating overall scene scale by means of SLAM (Simultaneous Location And Mapping) using data obtained from sensors like accelerometers or gyroscopes.classBaseSlamSparseReconstructorConfiguration<C extends BaseCalibrationData,T extends BaseSlamSparseReconstructorConfiguration<C, T>> Contains base configuration for a multiple view sparse re-constructor using SLAM (Simultaneous Location And Mapping) to determine the scale of the scene (i.e. the baseline or separation between cameras) by fusing both camera data and data from sensors like an accelerometer or gyroscope.classBaseSlamTwoViewsSparseReconstructor<D extends BaseCalibrationData,C extends BaseSlamTwoViewsSparseReconstructorConfiguration<D, C>, R extends BaseSlamTwoViewsSparseReconstructor<D, C, R, L, S>, L extends BaseSlamTwoViewsSparseReconstructorListener<R>, S extends BaseSlamEstimator<D>> Base class in charge of estimating cameras and 3D reconstructed points from sparse image point correspondences in two views and also in charge of estimating overall scene scale by means of SLAM (Simultaneous Location And Mapping) using data obtained from sensors like accelerometers or gyroscopes.classBaseSlamTwoViewsSparseReconstructorConfiguration<C extends BaseCalibrationData,T extends BaseSlamTwoViewsSparseReconstructorConfiguration<C, T>> Contains base configuration for a two view sparse re-constructor using SLAM (Simultaneous Location And Mapping) to determine the scale of the scene (i.e. the baseline or separation between cameras) by fusing both camera data and data from sensors like an accelerometer or gyroscope.Fields in com.irurueta.ar.sfm declared as BaseCalibrationDataModifier and TypeFieldDescriptionprivate CBaseSlamPairedViewsSparseReconstructorConfiguration.calibrationDataCalibration data for accelerometer and gyroscope.private CBaseSlamSparseReconstructorConfiguration.calibrationDataCalibration data for accelerometer and gyroscope.private CBaseSlamTwoViewsSparseReconstructorConfiguration.calibrationDataCalibration data for accelerometer and gyroscope. -
Uses of BaseCalibrationData in com.irurueta.ar.slam
Classes in com.irurueta.ar.slam with type parameters of type BaseCalibrationDataModifier and TypeClassDescriptionclassBase class for estimating mean and covariance of noise in control values when the system state is held constant (only noise is provided as control input).classBase class to estimate position, velocity, acceleration and orientation of a device using sensor data such as accelerometers, gyroscopes and magnetic fields (to obtain absolute orientation).classBaseSlamCalibrator<D extends BaseCalibrationData>Base class for estimating mean and covariance of noise in control values when the system state is held constant (only noise is provided as control input).static interfaceListener for implementations of this class.classBaseSlamEstimator<D extends BaseCalibrationData>Base class to estimate position, velocity, acceleration and orientation of a device using sensor data such as accelerometers and gyroscopes.static interfaceListener for implementations of this class.Subclasses of BaseCalibrationData in com.irurueta.ar.slamModifier and TypeClassDescriptionclassContains control calibration data for an absolute orientation constant velocity model SLAM estimator during Kalman filtering prediction stage.classContains control calibration data for an absolute orientation SLAM estimator during Kalman filtering prediction stage.classContains control calibration data for constant velocity model SLAM estimator during Kalman filtering prediction stage.classContains control calibration data for a SLAM estimator during Kalman filtering prediction stage.Fields in com.irurueta.ar.slam declared as BaseCalibrationData