Uses of Class
com.irurueta.ar.sfm.BaseTwoViewsSparseReconstructor
Packages that use BaseTwoViewsSparseReconstructor
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
-
Uses of BaseTwoViewsSparseReconstructor in com.irurueta.ar.sfm
Classes in com.irurueta.ar.sfm with type parameters of type BaseTwoViewsSparseReconstructorModifier and TypeClassDescriptionclass
BaseTwoViewsSparseReconstructor<C extends BaseTwoViewsSparseReconstructorConfiguration<C>,
R extends BaseTwoViewsSparseReconstructor<C, R, L>, L extends BaseTwoViewsSparseReconstructorListener<R>> Base class in charge of estimating cameras and 3D reconstructed points from sparse image point correspondences in two views.interface
BaseTwoViewsSparseReconstructorListener<R extends BaseTwoViewsSparseReconstructor<?,
?, ?>> Listener to retrieve and store required data to compute a 3D reconstruction from sparse image point correspondences in two views.Subclasses of BaseTwoViewsSparseReconstructor in com.irurueta.ar.sfmModifier and TypeClassDescriptionclass
Estimates cameras and 3D reconstructed points from sparse image point correspondences in two views and using SLAM (with accelerometer and gyroscope data) with absolute orientation for overall scale and orientation estimation.class
Estimates cameras and 3D reconstructed points from sparse image point correspondences in two views and using SLAM (with accelerometer and gyroscope data) with absolute orientation for overall scale and orientation estimation.class
BaseAbsoluteOrientationSlamTwoViewsSparseReconstructor<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.class
BaseSlamTwoViewsSparseReconstructor<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.class
Estimates cameras and 3D reconstructed points from sparse image point correspondences in two views and using SLAM (with accelerometer and gyroscope data) with constant velocity model for overall scale estimation.class
Class in charge of estimating cameras and 3D reconstructed points from sparse image point correspondences in two views and known camera baseline (camera separation), so that both cameras and reconstructed points are obtained with exact scale.class
Estimates cameras and 3D reconstructed points from sparse image point correspondences in two views and using SLAM (with accelerometer and gyroscope data) for overall scale estimation.class
Class in charge of estimating cameras and 3D reconstructed points from sparse image point correspondences in two views.