Uses of Class
com.irurueta.ar.sfm.BaseSparseReconstructor
Packages that use BaseSparseReconstructor
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 BaseSparseReconstructor in com.irurueta.ar.sfm
Classes in com.irurueta.ar.sfm with type parameters of type BaseSparseReconstructorModifier and TypeClassDescriptionclassBaseSparseReconstructor<C extends BaseSparseReconstructorConfiguration<C>,R extends BaseSparseReconstructor<C, R, L>, L extends BaseSparseReconstructorListener<R>> Base class in charge of estimating cameras and 3D reconstructed points from sparse image point correspondences for multiple views.interfaceBaseSparseReconstructorListener<R extends BaseSparseReconstructor<?,?, ?>> Listener to retrieve and store required data to compute a 3D reconstruction from sparse image point correspondences in multiple views.Subclasses of BaseSparseReconstructor in com.irurueta.ar.sfmModifier and TypeClassDescriptionclassEstimates cameras and 3D reconstructed points from sparse image point correspondences in multiple views and using SLAM (with accelerometer and gyroscope data) with absolute orientation for overall scale and orientation estimation.classEstimates cameras and 3D reconstructed points from sparse image point correspondences in multiple views and using SLAM (with accelerometer and gyroscope data) with absolute orientation for overall scale and orientation estimation.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.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.classEstimates cameras and 3D reconstructed points from sparse image point correspondences in multiple views and using SLAM (with accelerometer and gyroscope data) with constant velocity model for overall scale estimation.classClass in charge of estimating cameras and 3D reconstructed points from sparse image point correspondences from multiple views and known initial camera baseline (camera separation), so that cameras and reconstructed points are obtained with exact scale.classEstimates cameras and 3D reconstructed points from sparse image point correspondences in multiple views and using SLAM (with accelerometer and gyroscope data) for overall scale estimation.classClass in charge of estimating cameras and 3D reconstruction points from sparse image point correspondences.