Uses of Class
com.irurueta.ar.sfm.BasePairedViewsSparseReconstructorConfiguration
Packages that use BasePairedViewsSparseReconstructorConfiguration
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 BasePairedViewsSparseReconstructorConfiguration in com.irurueta.ar.sfm
Classes in com.irurueta.ar.sfm with type parameters of type BasePairedViewsSparseReconstructorConfigurationModifier and TypeClassDescriptionclass
BasePairedViewsSparseReconstructor<C extends BasePairedViewsSparseReconstructorConfiguration<C>,
R extends BasePairedViewsSparseReconstructor<C, R, L>, L extends BasePairedViewsSparseReconstructorListener<R>> Base class in charge of estimating cameras and 3D reconstructed points from sparse image point correspondences in pairs of views.class
BasePairedViewsSparseReconstructorConfiguration<T extends BasePairedViewsSparseReconstructorConfiguration<T>>
Base class containing configuration for a paired view based sparse re-constructor.Subclasses of BasePairedViewsSparseReconstructorConfiguration in com.irurueta.ar.sfmModifier and TypeClassDescriptionclass
Contains configuration for a paired view sparse re-constructor using SLAM (Simultaneous LocationAnd 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 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 accelerometer or gyroscope.class
BaseSlamPairedViewsSparseReconstructorConfiguration<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.class
Contains 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 and accelerometer or gyroscope.class
Contains configuration for a paired view sparse re-constructor.class
Contains 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 initial cameras) by fusing both camera data and data from sensors like an accelerometer or gyroscope.Fields in com.irurueta.ar.sfm declared as BasePairedViewsSparseReconstructorConfigurationModifier and TypeFieldDescriptionprotected C
BasePairedViewsSparseReconstructor.configuration
Configuration for this re-constructor.