Uses of Class
com.irurueta.ar.epipolar.estimators.FundamentalMatrixEstimatorException
Packages that use FundamentalMatrixEstimatorException
Package
Description
This package contains classes to estimate fundamental matrices
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 FundamentalMatrixEstimatorException in com.irurueta.ar.epipolar.estimators
Methods in com.irurueta.ar.epipolar.estimators that throw FundamentalMatrixEstimatorExceptionModifier and TypeMethodDescriptionAffineFundamentalMatrixEstimator.estimate()
Estimates a fundamental matrix using provided lists of matched points on left and right views.EightPointsFundamentalMatrixEstimator.estimate()
Estimates a fundamental matrix using provided lists of matched points on left and right views.abstract FundamentalMatrix
FundamentalMatrixEstimator.estimate()
Estimates a fundamental matrix using provided lists of matched points on left and right views.PlanarFundamentalMatrixEstimator.estimate()
Estimates fundamental matrices and returns the estimated result.void
PlanarFundamentalMatrixEstimator.estimate
(List<FundamentalMatrix> result) Estimates fundamental matrices and stores result into provided instance.SevenPointsFundamentalMatrixEstimator.estimate()
Estimates a fundamental matrix using provided lists of matched points on left and right views.SevenPointsFundamentalMatrixEstimator.estimateAll()
Estimates all possible fundamental matrices found using provided points.void
SevenPointsFundamentalMatrixEstimator.estimateAll
(List<FundamentalMatrix> result) Estimates all possible fundamental matrices found using provided points and adds the result to provided result list. -
Uses of FundamentalMatrixEstimatorException in com.irurueta.ar.sfm
Methods in com.irurueta.ar.sfm that throw FundamentalMatrixEstimatorExceptionModifier and TypeMethodDescriptionvoid
PlanarBestFundamentalMatrixEstimatorAndReconstructor.estimateAndReconstruct()
Estimates homography, the best fundamental matrix, their cameras and reconstructs matched points.