Uses of Class
com.irurueta.ar.sfm.SlamTwoViewsSparseReconstructorConfiguration
Packages that use SlamTwoViewsSparseReconstructorConfiguration
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 SlamTwoViewsSparseReconstructorConfiguration in com.irurueta.ar.sfm
Methods in com.irurueta.ar.sfm that return SlamTwoViewsSparseReconstructorConfigurationModifier and TypeMethodDescriptionSlamTwoViewsSparseReconstructorConfiguration.make()
Creates an instance of a two views sparse re-constructor configuration with slam estimation.Constructors in com.irurueta.ar.sfm with parameters of type SlamTwoViewsSparseReconstructorConfigurationModifierConstructorDescriptionSlamTwoViewsSparseReconstructor
(SlamTwoViewsSparseReconstructorConfiguration configuration, SlamTwoViewsSparseReconstructorListener listener) Constructor.