Uses of Class
com.irurueta.ar.sfm.EstimatedFundamentalMatrix
Packages that use EstimatedFundamentalMatrix
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 EstimatedFundamentalMatrix in com.irurueta.ar.sfm
Fields in com.irurueta.ar.sfm declared as EstimatedFundamentalMatrixModifier and TypeFieldDescriptionprivate EstimatedFundamentalMatrixBasePairedViewsSparseReconstructor.currentEstimatedFundamentalMatrixCurrent estimated fundamental matrix.private EstimatedFundamentalMatrixBaseSparseReconstructor.currentEstimatedFundamentalMatrixCurrent estimated fundamental matrix.protected EstimatedFundamentalMatrixBaseTwoViewsSparseReconstructor.estimatedFundamentalMatrixEstimated fundamental matrix.Methods in com.irurueta.ar.sfm that return EstimatedFundamentalMatrixModifier and TypeMethodDescriptionBasePairedViewsSparseReconstructor.getCurrentEstimatedFundamentalMatrix()Gets estimated fundamental matrix for current view.BaseSparseReconstructor.getCurrentEstimatedFundamentalMatrix()Gets estimated fundamental matrix for current view.BaseTwoViewsSparseReconstructor.getEstimatedFundamentalMatrix()Gets estimated fundamental matrix.Methods in com.irurueta.ar.sfm with parameters of type EstimatedFundamentalMatrixModifier and TypeMethodDescriptionvoidBasePairedViewsSparseReconstructorListener.onFundamentalMatrixEstimated(R reconstructor, int viewId1, int viewId2, EstimatedFundamentalMatrix estimatedFundamentalMatrix) Called when a fundamental matrix relating a pair of views has been estimated.voidBaseSparseReconstructorListener.onFundamentalMatrixEstimated(R reconstructor, EstimatedFundamentalMatrix estimatedFundamentalMatrix) Called when a fundamental matrix relating two views has been estimated.voidBaseTwoViewsSparseReconstructorListener.onFundamentalMatrixEstimated(R reconstructor, EstimatedFundamentalMatrix estimatedFundamentalMatrix) Called when a fundamental matrix relating two views has been estimated.