Uses of Class
com.irurueta.ar.sfm.TwoViewsSparseReconstructorConfiguration
Packages that use TwoViewsSparseReconstructorConfiguration
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 TwoViewsSparseReconstructorConfiguration in com.irurueta.ar.sfm
Methods in com.irurueta.ar.sfm that return TwoViewsSparseReconstructorConfigurationModifier and TypeMethodDescriptionTwoViewsSparseReconstructorConfiguration.make()
Creates an instance of a two views sparse re-constructor configuration.Constructors in com.irurueta.ar.sfm with parameters of type TwoViewsSparseReconstructorConfigurationModifierConstructorDescriptionTwoViewsSparseReconstructor
(TwoViewsSparseReconstructorConfiguration configuration, TwoViewsSparseReconstructorListener listener) Constructor.