Uses of Class
com.irurueta.ar.sfm.PairedViewsSparseReconstructor
Packages that use PairedViewsSparseReconstructor
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 PairedViewsSparseReconstructor in com.irurueta.ar.sfm
Methods in com.irurueta.ar.sfm with parameters of type PairedViewsSparseReconstructorModifier and TypeMethodDescriptiondouble
PairedViewsSparseReconstructorListener.onBaselineRequested
(PairedViewsSparseReconstructor reconstructor, int viewId1, int viewId2, EstimatedCamera metricCamera1, EstimatedCamera metricCamera2) Requests baseline for the provided pair of views so that actual scale can be estimated to obtain cameras and reconstructed points in an Euclidean space (up to certain rotation and translation).