Uses of Enum Class
com.irurueta.ar.epipolar.estimators.FundamentalMatrixEstimatorMethod
Packages that use FundamentalMatrixEstimatorMethod
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 FundamentalMatrixEstimatorMethod in com.irurueta.ar.epipolar.estimators
Fields in com.irurueta.ar.epipolar.estimators declared as FundamentalMatrixEstimatorMethodModifier and TypeFieldDescriptionstatic final FundamentalMatrixEstimatorMethod
FundamentalMatrixRobustEstimator.DEFAULT_FUNDAMENTAL_MATRIX_ESTIMATOR_METHOD
Default non-robust method to estimate a fundamental matrix.static final FundamentalMatrixEstimatorMethod
FundamentalMatrixEstimator.DEFAULT_METHOD
Default method for non-robust fundamental matrix estimation.static final FundamentalMatrixEstimatorMethod
PROMedSFundamentalMatrixRobustEstimator.DEFAULT_PROMEDS_FUNDAMENTAL_MATRIX_ESTIMATOR_METHOD
Default non-robust method to estimate a fundamental matrix.Methods in com.irurueta.ar.epipolar.estimators that return FundamentalMatrixEstimatorMethodModifier and TypeMethodDescriptionAffineFundamentalMatrixEstimator.getMethod()
Returns method of non-robust fundamental matrix estimator.EightPointsFundamentalMatrixEstimator.getMethod()
Returns method of non-robust fundamental matrix estimator.abstract FundamentalMatrixEstimatorMethod
FundamentalMatrixEstimator.getMethod()
Returns method of non-robust fundamental matrix estimator.SevenPointsFundamentalMatrixEstimator.getMethod()
Returns method of non-robust fundamental matrix estimator.FundamentalMatrixRobustEstimator.getNonRobustFundamentalMatrixEstimatorMethod()
Returns non-robust method to estimate a fundamental matrix.Returns the enum constant of this class with the specified name.static FundamentalMatrixEstimatorMethod[]
FundamentalMatrixEstimatorMethod.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.irurueta.ar.epipolar.estimators with parameters of type FundamentalMatrixEstimatorMethodModifier and TypeMethodDescriptionstatic FundamentalMatrixEstimator
FundamentalMatrixEstimator.create
(FundamentalMatrixEstimatorMethod method) Creates an instance of a fundamental matrix estimator using provided method.static FundamentalMatrixEstimator
FundamentalMatrixEstimator.create
(List<com.irurueta.geometry.Point2D> leftPoints, List<com.irurueta.geometry.Point2D> rightPoints, FundamentalMatrixEstimatorMethod method) Creates an instance of a fundamental matrix estimator using provided matched 2D points on left and right views and provided method.void
FundamentalMatrixRobustEstimator.setNonRobustFundamentalMatrixEstimatorMethod
(FundamentalMatrixEstimatorMethod method) Sets non-robust method to estimate a fundamental matrix.Constructors in com.irurueta.ar.epipolar.estimators with parameters of type FundamentalMatrixEstimatorMethodModifierConstructorDescriptionprotected
FundamentalMatrixRobustEstimator
(FundamentalMatrixEstimatorMethod fundMatrixEstimatorMethod) Constructor.protected
FundamentalMatrixRobustEstimator
(FundamentalMatrixEstimatorMethod fundMatrixEstimatorMethod, FundamentalMatrixRobustEstimatorListener listener) Constructor.protected
FundamentalMatrixRobustEstimator
(FundamentalMatrixEstimatorMethod fundMatrixEstimatorMethod, List<com.irurueta.geometry.Point2D> leftPoints, List<com.irurueta.geometry.Point2D> rightPoints) Constructor with matched 2D points.protected
FundamentalMatrixRobustEstimator
(FundamentalMatrixEstimatorMethod fundMatrixEstimatorMethod, List<com.irurueta.geometry.Point2D> leftPoints, List<com.irurueta.geometry.Point2D> rightPoints, FundamentalMatrixRobustEstimatorListener listener) Constructor with matched 2D points.LMedSFundamentalMatrixRobustEstimator
(FundamentalMatrixEstimatorMethod fundMatrixEstimatorMethod) Constructor.LMedSFundamentalMatrixRobustEstimator
(FundamentalMatrixEstimatorMethod fundMatrixEstimatorMethod, FundamentalMatrixRobustEstimatorListener listener) Constructor.LMedSFundamentalMatrixRobustEstimator
(FundamentalMatrixEstimatorMethod fundMatrixEstimatorMethod, List<com.irurueta.geometry.Point2D> leftPoints, List<com.irurueta.geometry.Point2D> rightPoints) Constructor.LMedSFundamentalMatrixRobustEstimator
(FundamentalMatrixEstimatorMethod fundMatrixEstimatorMethod, List<com.irurueta.geometry.Point2D> leftPoints, List<com.irurueta.geometry.Point2D> rightPoints, FundamentalMatrixRobustEstimatorListener listener) Constructor.MSACFundamentalMatrixRobustEstimator
(FundamentalMatrixEstimatorMethod fundMatrixEstimatorMethod) Constructor.MSACFundamentalMatrixRobustEstimator
(FundamentalMatrixEstimatorMethod fundMatrixEstimatorMethod, FundamentalMatrixRobustEstimatorListener listener) Constructor.MSACFundamentalMatrixRobustEstimator
(FundamentalMatrixEstimatorMethod fundMatrixEstimatorMethod, List<com.irurueta.geometry.Point2D> leftPoints, List<com.irurueta.geometry.Point2D> rightPoints) Constructor.MSACFundamentalMatrixRobustEstimator
(FundamentalMatrixEstimatorMethod fundMatrixEstimatorMethod, List<com.irurueta.geometry.Point2D> leftPoints, List<com.irurueta.geometry.Point2D> rightPoints, FundamentalMatrixRobustEstimatorListener listener) Constructor.PROMedSFundamentalMatrixRobustEstimator
(FundamentalMatrixEstimatorMethod fundMatrixEstimatorMethod) Constructor.PROMedSFundamentalMatrixRobustEstimator
(FundamentalMatrixEstimatorMethod fundMatrixEstimatorMethod, double[] qualityScores) Constructor.PROMedSFundamentalMatrixRobustEstimator
(FundamentalMatrixEstimatorMethod fundMatrixEstimatorMethod, double[] qualityScores, FundamentalMatrixRobustEstimatorListener listener) Constructor.PROMedSFundamentalMatrixRobustEstimator
(FundamentalMatrixEstimatorMethod fundMatrixEstimatorMethod, double[] qualityScores, List<com.irurueta.geometry.Point2D> leftPoints, List<com.irurueta.geometry.Point2D> rightPoints) Constructor.PROMedSFundamentalMatrixRobustEstimator
(FundamentalMatrixEstimatorMethod fundMatrixEstimatorMethod, double[] qualityScores, List<com.irurueta.geometry.Point2D> leftPoints, List<com.irurueta.geometry.Point2D> rightPoints, FundamentalMatrixRobustEstimatorListener listener) Constructor.PROMedSFundamentalMatrixRobustEstimator
(FundamentalMatrixEstimatorMethod fundMatrixEstimatorMethod, FundamentalMatrixRobustEstimatorListener listener) Constructor.PROMedSFundamentalMatrixRobustEstimator
(FundamentalMatrixEstimatorMethod fundMatrixEstimatorMethod, List<com.irurueta.geometry.Point2D> leftPoints, List<com.irurueta.geometry.Point2D> rightPoints) Constructor.PROMedSFundamentalMatrixRobustEstimator
(FundamentalMatrixEstimatorMethod fundMatrixEstimatorMethod, List<com.irurueta.geometry.Point2D> leftPoints, List<com.irurueta.geometry.Point2D> rightPoints, FundamentalMatrixRobustEstimatorListener listener) Constructor.PROSACFundamentalMatrixRobustEstimator
(FundamentalMatrixEstimatorMethod fundMatrixEstimatorMethod) Constructor.PROSACFundamentalMatrixRobustEstimator
(FundamentalMatrixEstimatorMethod fundMatrixEstimatorMethod, double[] qualityScores) Constructor.PROSACFundamentalMatrixRobustEstimator
(FundamentalMatrixEstimatorMethod fundMatrixEstimatorMethod, double[] qualityScores, FundamentalMatrixRobustEstimatorListener listener) Constructor.PROSACFundamentalMatrixRobustEstimator
(FundamentalMatrixEstimatorMethod fundMatrixEstimatorMethod, double[] qualityScores, List<com.irurueta.geometry.Point2D> leftPoints, List<com.irurueta.geometry.Point2D> rightPoints) Constructor.PROSACFundamentalMatrixRobustEstimator
(FundamentalMatrixEstimatorMethod fundMatrixEstimatorMethod, double[] qualityScores, List<com.irurueta.geometry.Point2D> leftPoints, List<com.irurueta.geometry.Point2D> rightPoints, FundamentalMatrixRobustEstimatorListener listener) Constructor.PROSACFundamentalMatrixRobustEstimator
(FundamentalMatrixEstimatorMethod fundMatrixEstimatorMethod, FundamentalMatrixRobustEstimatorListener listener) Constructor.PROSACFundamentalMatrixRobustEstimator
(FundamentalMatrixEstimatorMethod fundMatrixEstimatorMethod, List<com.irurueta.geometry.Point2D> leftPoints, List<com.irurueta.geometry.Point2D> rightPoints) Constructor.PROSACFundamentalMatrixRobustEstimator
(FundamentalMatrixEstimatorMethod fundMatrixEstimatorMethod, List<com.irurueta.geometry.Point2D> leftPoints, List<com.irurueta.geometry.Point2D> rightPoints, FundamentalMatrixRobustEstimatorListener listener) Constructor.RANSACFundamentalMatrixRobustEstimator
(FundamentalMatrixEstimatorMethod fundMatrixEstimatorMethod) Constructor.RANSACFundamentalMatrixRobustEstimator
(FundamentalMatrixEstimatorMethod fundMatrixEstimatorMethod, FundamentalMatrixRobustEstimatorListener listener) Constructor.RANSACFundamentalMatrixRobustEstimator
(FundamentalMatrixEstimatorMethod fundMatrixEstimatorMethod, List<com.irurueta.geometry.Point2D> leftPoints, List<com.irurueta.geometry.Point2D> rightPoints) Constructor.RANSACFundamentalMatrixRobustEstimator
(FundamentalMatrixEstimatorMethod fundMatrixEstimatorMethod, List<com.irurueta.geometry.Point2D> leftPoints, List<com.irurueta.geometry.Point2D> rightPoints, FundamentalMatrixRobustEstimatorListener listener) Constructor. -
Uses of FundamentalMatrixEstimatorMethod in com.irurueta.ar.sfm
Fields in com.irurueta.ar.sfm declared as FundamentalMatrixEstimatorMethodModifier and TypeFieldDescriptionstatic final FundamentalMatrixEstimatorMethod
BasePairedViewsSparseReconstructorConfiguration.DEFAULT_NON_ROBUST_FUNDAMENTAL_MATRIX_ESTIMATOR_METHOD
Default non-robust fundamental matrix estimator method used internally within a robust estimator.static final FundamentalMatrixEstimatorMethod
BaseSparseReconstructorConfiguration.DEFAULT_NON_ROBUST_FUNDAMENTAL_MATRIX_ESTIMATOR_METHOD
Default non-robust fundamental matrix estimator method used internally within a robust estimator.static final FundamentalMatrixEstimatorMethod
BaseTwoViewsSparseReconstructorConfiguration.DEFAULT_NON_ROBUST_FUNDAMENTAL_MATRIX_ESTIMATOR_METHOD
Default non-robust fundamental matrix estimator method used internally within a robust estimator.private FundamentalMatrixEstimatorMethod
BaseSparseReconstructorConfiguration.mNonRobustFundamentalMatrixEstimatorMethod
Method to use for non-robust fundamental matrix estimation.private FundamentalMatrixEstimatorMethod
BaseTwoViewsSparseReconstructorConfiguration.mNonRobustFundamentalMatrixEstimatorMethod
Method to use for non-robust fundamental matrix estimation.private FundamentalMatrixEstimatorMethod
BasePairedViewsSparseReconstructorConfiguration.nonRobustFundamentalMatrixEstimatorMethod
Method to use for non-robust fundamental matrix estimation.Methods in com.irurueta.ar.sfm that return FundamentalMatrixEstimatorMethodModifier and TypeMethodDescriptionBasePairedViewsSparseReconstructorConfiguration.getNonRobustFundamentalMatrixEstimatorMethod()
Gets method to use for non-robust fundamental matrix estimation.BaseSparseReconstructorConfiguration.getNonRobustFundamentalMatrixEstimatorMethod()
Gets method to use for non-robust fundamental matrix estimation.BaseTwoViewsSparseReconstructorConfiguration.getNonRobustFundamentalMatrixEstimatorMethod()
Gets method to use for non-robust fundamental matrix estimation.Methods in com.irurueta.ar.sfm with parameters of type FundamentalMatrixEstimatorMethodModifier and TypeMethodDescriptionBasePairedViewsSparseReconstructorConfiguration.setNonRobustFundamentalMatrixEstimatorMethod
(FundamentalMatrixEstimatorMethod method) Sets method to use for non-robust fundamental matrix estimation.BaseSparseReconstructorConfiguration.setNonRobustFundamentalMatrixEstimatorMethod
(FundamentalMatrixEstimatorMethod method) Sets method to use for non-robust fundamental matrix estimation.BaseTwoViewsSparseReconstructorConfiguration.setNonRobustFundamentalMatrixEstimatorMethod
(FundamentalMatrixEstimatorMethod method) Sets method to use for non-robust fundamental matrix estimation.