Uses of Class
com.irurueta.ar.sfm.BaseTwoViewsSparseReconstructorConfiguration
Packages that use BaseTwoViewsSparseReconstructorConfiguration
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 BaseTwoViewsSparseReconstructorConfiguration in com.irurueta.ar.sfm
Classes in com.irurueta.ar.sfm with type parameters of type BaseTwoViewsSparseReconstructorConfigurationModifier 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.class
BaseTwoViewsSparseReconstructorConfiguration<T extends BaseTwoViewsSparseReconstructorConfiguration<T>>
Base class containing configuration for a two view sparse re-constructor.Subclasses of BaseTwoViewsSparseReconstructorConfiguration in com.irurueta.ar.sfmModifier and TypeClassDescriptionclass
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 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
BaseSlamTwoViewsSparseReconstructorConfiguration<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.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 two view sparse re-constructor assuming that the baseline (separation between cameras) is known.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 two view sparse re-constructor.Fields in com.irurueta.ar.sfm declared as BaseTwoViewsSparseReconstructorConfigurationModifier and TypeFieldDescriptionprotected C
BaseTwoViewsSparseReconstructor.configuration
Configuration for this re-constructor.