Uses of Class
com.irurueta.ar.sfm.BaseSparseReconstructorConfiguration
Packages that use BaseSparseReconstructorConfiguration
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 BaseSparseReconstructorConfiguration in com.irurueta.ar.sfm
Classes in com.irurueta.ar.sfm with type parameters of type BaseSparseReconstructorConfigurationModifier and TypeClassDescriptionclass
BaseSparseReconstructor<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.class
Base class containing configuration for a sparse re-constructor supporting multiple views.Subclasses of BaseSparseReconstructorConfiguration in com.irurueta.ar.sfmModifier and TypeClassDescriptionclass
Contains 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.class
Contains 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 accelerometer or gyroscope.class
BaseSlamSparseReconstructorConfiguration<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.class
Contains 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.class
Contains configuration for a multiple view sparse re-constructor assuming that the initial baseline (separation between initial cameras) is known.class
Contains 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 initial cameras) by fusing both camera data and data from sensors like an accelerometer or gyroscope.class
Contains configuration for a multiple view sparse re-constructor.Fields in com.irurueta.ar.sfm declared as BaseSparseReconstructorConfigurationModifier and TypeFieldDescriptionprotected C
BaseSparseReconstructor.configuration
Configuration for this re-constructor.