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 EstimatedFundamentalMatrix
BasePairedViewsSparseReconstructor.currentEstimatedFundamentalMatrix
Current estimated fundamental matrix.private EstimatedFundamentalMatrix
BaseSparseReconstructor.currentEstimatedFundamentalMatrix
Current estimated fundamental matrix.protected EstimatedFundamentalMatrix
BaseTwoViewsSparseReconstructor.estimatedFundamentalMatrix
Estimated 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 TypeMethodDescriptionvoid
BasePairedViewsSparseReconstructorListener.onFundamentalMatrixEstimated
(R reconstructor, int viewId1, int viewId2, EstimatedFundamentalMatrix estimatedFundamentalMatrix) Called when a fundamental matrix relating a pair of views has been estimated.void
BaseSparseReconstructorListener.onFundamentalMatrixEstimated
(R reconstructor, EstimatedFundamentalMatrix estimatedFundamentalMatrix) Called when a fundamental matrix relating two views has been estimated.void
BaseTwoViewsSparseReconstructorListener.onFundamentalMatrixEstimated
(R reconstructor, EstimatedFundamentalMatrix estimatedFundamentalMatrix) Called when a fundamental matrix relating two views has been estimated.