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 FundamentalMatrixEstimatorMethodFundamentalMatrixRobustEstimator.DEFAULT_FUNDAMENTAL_MATRIX_ESTIMATOR_METHODDefault non-robust method to estimate a fundamental matrix.static final FundamentalMatrixEstimatorMethodFundamentalMatrixEstimator.DEFAULT_METHODDefault method for non-robust fundamental matrix estimation.static final FundamentalMatrixEstimatorMethodPROMedSFundamentalMatrixRobustEstimator.DEFAULT_PROMEDS_FUNDAMENTAL_MATRIX_ESTIMATOR_METHODDefault 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 FundamentalMatrixEstimatorMethodFundamentalMatrixEstimator.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 FundamentalMatrixEstimatorFundamentalMatrixEstimator.create(FundamentalMatrixEstimatorMethod method) Creates an instance of a fundamental matrix estimator using provided method.static FundamentalMatrixEstimatorFundamentalMatrixEstimator.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.voidFundamentalMatrixRobustEstimator.setNonRobustFundamentalMatrixEstimatorMethod(FundamentalMatrixEstimatorMethod method) Sets non-robust method to estimate a fundamental matrix.Constructors in com.irurueta.ar.epipolar.estimators with parameters of type FundamentalMatrixEstimatorMethodModifierConstructorDescriptionprotectedFundamentalMatrixRobustEstimator(FundamentalMatrixEstimatorMethod fundMatrixEstimatorMethod) Constructor.protectedFundamentalMatrixRobustEstimator(FundamentalMatrixEstimatorMethod fundMatrixEstimatorMethod, FundamentalMatrixRobustEstimatorListener listener) Constructor.protectedFundamentalMatrixRobustEstimator(FundamentalMatrixEstimatorMethod fundMatrixEstimatorMethod, List<com.irurueta.geometry.Point2D> leftPoints, List<com.irurueta.geometry.Point2D> rightPoints) Constructor with matched 2D points.protectedFundamentalMatrixRobustEstimator(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 FundamentalMatrixEstimatorMethodBasePairedViewsSparseReconstructorConfiguration.DEFAULT_NON_ROBUST_FUNDAMENTAL_MATRIX_ESTIMATOR_METHODDefault non-robust fundamental matrix estimator method used internally within a robust estimator.static final FundamentalMatrixEstimatorMethodBaseSparseReconstructorConfiguration.DEFAULT_NON_ROBUST_FUNDAMENTAL_MATRIX_ESTIMATOR_METHODDefault non-robust fundamental matrix estimator method used internally within a robust estimator.static final FundamentalMatrixEstimatorMethodBaseTwoViewsSparseReconstructorConfiguration.DEFAULT_NON_ROBUST_FUNDAMENTAL_MATRIX_ESTIMATOR_METHODDefault non-robust fundamental matrix estimator method used internally within a robust estimator.private FundamentalMatrixEstimatorMethodBaseSparseReconstructorConfiguration.mNonRobustFundamentalMatrixEstimatorMethodMethod to use for non-robust fundamental matrix estimation.private FundamentalMatrixEstimatorMethodBaseTwoViewsSparseReconstructorConfiguration.mNonRobustFundamentalMatrixEstimatorMethodMethod to use for non-robust fundamental matrix estimation.private FundamentalMatrixEstimatorMethodBasePairedViewsSparseReconstructorConfiguration.nonRobustFundamentalMatrixEstimatorMethodMethod 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.