Uses of Class
com.irurueta.geometry.estimators.EuclideanTransformation2DRobustEstimator
Packages that use EuclideanTransformation2DRobustEstimator
Package
Description
This package contains classes to estimate basic geometric structures
-
Uses of EuclideanTransformation2DRobustEstimator in com.irurueta.geometry.estimators
Subclasses of EuclideanTransformation2DRobustEstimator in com.irurueta.geometry.estimatorsModifier and TypeClassDescriptionclassFinds the best Euclidean 2D transformation for provided collections of matched 2D points using LMedS algorithm.classFinds the best Euclidean 2D transformation for provided collections of matched 2D points using MSAC algorithm.classFinds the best Euclidean 2D transformation for provided collections of matched 2D point using PROMedS algorithm.classFinds the best Euclidean 2D transformation for provided collections of matched 2D points using PROSAC algorithm.classFinds the best Euclidean 2D transformation for provided collections of matched 2D points using RANSAC algorithm.Methods in com.irurueta.geometry.estimators that return EuclideanTransformation2DRobustEstimatorModifier and TypeMethodDescriptionEuclideanTransformation2DRobustEstimator.create()Creates an Euclidean 2D transformation estimator based on 2D point correspondences and using default robust estimator method.EuclideanTransformation2DRobustEstimator.create(boolean weakMinimumSizeAllowed) Creates an Euclidean 2D transformation estimator based on 2D point correspondences and using default robust estimator method.EuclideanTransformation2DRobustEstimator.create(boolean weakMinimumSizeAllowed, com.irurueta.numerical.robust.RobustEstimatorMethod method) Creates an Euclidean 2D transformation estimator based on 2D point correspondences and using provided robust estimator method.EuclideanTransformation2DRobustEstimator.create(double[] qualityScores) Creates an Euclidean 2D transformation estimator based on 2D point correspondences and using default robust estimator method.EuclideanTransformation2DRobustEstimator.create(double[] qualityScores, boolean weakMinimumSizeAllowed) Creates an Euclidean 2D transformation estimator based on 2D point correspondences and using default robust estimator method.EuclideanTransformation2DRobustEstimator.create(double[] qualityScores, boolean weakMinimumSizeAllowed, com.irurueta.numerical.robust.RobustEstimatorMethod method) Creates an Euclidean 2D transformation estimator based on 2D point correspondences and using provided robust estimator method.EuclideanTransformation2DRobustEstimator.create(double[] qualityScores, com.irurueta.numerical.robust.RobustEstimatorMethod method) Creates an Euclidean 2D transformation estimator based on 2D point correspondences and using provided robust estimator method.EuclideanTransformation2DRobustEstimator.create(EuclideanTransformation2DRobustEstimatorListener listener) Creates an Euclidean 2D transformation estimator based on 2D point correspondences and using default robust estimator method.EuclideanTransformation2DRobustEstimator.create(EuclideanTransformation2DRobustEstimatorListener listener, boolean weakMinimumSizeAllowed) Creates an Euclidean 2D transformation estimator based on 2D point correspondences and using default robust estimator method.EuclideanTransformation2DRobustEstimator.create(EuclideanTransformation2DRobustEstimatorListener listener, boolean weakMinimumSizeAllowed, com.irurueta.numerical.robust.RobustEstimatorMethod method) Creates an Euclidean 2D transformation estimator based on 2D point correspondences and using provided robust estimator method.EuclideanTransformation2DRobustEstimator.create(EuclideanTransformation2DRobustEstimatorListener listener, double[] qualityScores) Creates an Euclidean 2D transformation estimator based on 2D point correspondences and using default robust estimator method.EuclideanTransformation2DRobustEstimator.create(EuclideanTransformation2DRobustEstimatorListener listener, double[] qualityScores, boolean weakMinimumSizeAllowed) Creates an Euclidean 2D transformation estimator based on 2D point correspondences and using default robust estimator method.EuclideanTransformation2DRobustEstimator.create(EuclideanTransformation2DRobustEstimatorListener listener, double[] qualityScores, boolean weakMinimumSizeAllowed, com.irurueta.numerical.robust.RobustEstimatorMethod method) Creates an Euclidean 2D transformation estimator based on 2D point correspondences and using provided robust estimator method.EuclideanTransformation2DRobustEstimator.create(EuclideanTransformation2DRobustEstimatorListener listener, double[] qualityScores, com.irurueta.numerical.robust.RobustEstimatorMethod method) Creates an Euclidean 2D transformation estimator based on 2D point correspondences and using provided robust estimator method.EuclideanTransformation2DRobustEstimator.create(EuclideanTransformation2DRobustEstimatorListener listener, com.irurueta.numerical.robust.RobustEstimatorMethod method) Creates an Euclidean 2D transformation estimator based on 2D point correspondences and using provided robust estimator method.EuclideanTransformation2DRobustEstimator.create(EuclideanTransformation2DRobustEstimatorListener listener, List<Point2D> inputPoints, List<Point2D> outputPoints) Creates an Euclidean 2D transformation estimator based on 2D point correspondences and using default robust estimator method.EuclideanTransformation2DRobustEstimator.create(EuclideanTransformation2DRobustEstimatorListener listener, List<Point2D> inputPoints, List<Point2D> outputPoints, boolean weakMinimumSizeAllowed) Creates an Euclidean 2D transformation estimator based on 2D point correspondences and using default robust estimator method.EuclideanTransformation2DRobustEstimator.create(EuclideanTransformation2DRobustEstimatorListener listener, List<Point2D> inputPoints, List<Point2D> outputPoints, boolean weakMinimumSizeAllowed, com.irurueta.numerical.robust.RobustEstimatorMethod method) Creates an Euclidean 2D transformation estimator based on 2D point correspondences and using provided robust estimator method.EuclideanTransformation2DRobustEstimator.create(EuclideanTransformation2DRobustEstimatorListener listener, List<Point2D> inputPoints, List<Point2D> outputPoints, double[] qualityScores) Creates an Euclidean 2D transformation estimator based on 2D point correspondences and using default robust estimator method.EuclideanTransformation2DRobustEstimator.create(EuclideanTransformation2DRobustEstimatorListener listener, List<Point2D> inputPoints, List<Point2D> outputPoints, double[] qualityScores, boolean weakMinimumSizeAllowed) Creates an Euclidean 2D transformation estimator based on 2D point correspondences and using default robust estimator method.EuclideanTransformation2DRobustEstimator.create(EuclideanTransformation2DRobustEstimatorListener listener, List<Point2D> inputPoints, List<Point2D> outputPoints, double[] qualityScores, boolean weakMinimumSizeAllowed, com.irurueta.numerical.robust.RobustEstimatorMethod method) Creates an Euclidean 2D transformation estimator based on 2D point correspondences and using provided robust estimator method.EuclideanTransformation2DRobustEstimator.create(EuclideanTransformation2DRobustEstimatorListener listener, List<Point2D> inputPoints, List<Point2D> outputPoints, double[] qualityScores, com.irurueta.numerical.robust.RobustEstimatorMethod method) Creates an Euclidean 2D transformation estimator based on 2D point correspondences and using provided robust estimator method.EuclideanTransformation2DRobustEstimator.create(EuclideanTransformation2DRobustEstimatorListener listener, List<Point2D> inputPoints, List<Point2D> outputPoints, com.irurueta.numerical.robust.RobustEstimatorMethod method) Creates an Euclidean 2D transformation estimator based on 2D point correspondences and using provided robust estimator method.EuclideanTransformation2DRobustEstimator.create(com.irurueta.numerical.robust.RobustEstimatorMethod method) Creates an Euclidean 2D transformation estimator based on 2D point correspondences and using provided robust estimator method.EuclideanTransformation2DRobustEstimator.create(List<Point2D> inputPoints, List<Point2D> outputPoints) Creates an Euclidean 2D transformation estimator based on 2D point correspondences and using default robust estimator method.EuclideanTransformation2DRobustEstimator.create(List<Point2D> inputPoints, List<Point2D> outputPoints, boolean weakMinimumSizeAllowed) Creates an Euclidean 2D transformation estimator based on 2D point correspondences and using default robust estimator method.EuclideanTransformation2DRobustEstimator.create(List<Point2D> inputPoints, List<Point2D> outputPoints, boolean weakMinimumSizeAllowed, com.irurueta.numerical.robust.RobustEstimatorMethod method) Creates an Euclidean 2D transformation estimator based on 2D point correspondences and using provided estimator method.EuclideanTransformation2DRobustEstimator.create(List<Point2D> inputPoints, List<Point2D> outputPoints, double[] qualityScores) Creates an Euclidean 2D transformation estimator based on 2D point correspondences and using default robust estimator method.EuclideanTransformation2DRobustEstimator.create(List<Point2D> inputPoints, List<Point2D> outputPoints, double[] qualityScores, boolean weakMinimumSizeAllowed) Creates an Euclidean 2D transformation estimator based on 2D point correspondences and using default robust estimator method.EuclideanTransformation2DRobustEstimator.create(List<Point2D> inputPoints, List<Point2D> outputPoints, double[] qualityScores, boolean weakMinimumSizeAllowed, com.irurueta.numerical.robust.RobustEstimatorMethod method) Creates an Euclidean 2D transformation estimator based on 2D point correspondences and using provided robust estimator method.EuclideanTransformation2DRobustEstimator.create(List<Point2D> inputPoints, List<Point2D> outputPoints, double[] qualityScores, com.irurueta.numerical.robust.RobustEstimatorMethod method) Creates an Euclidean 2D transformation estimator based on 2D point correspondences and using provided robust estimator method.EuclideanTransformation2DRobustEstimator.create(List<Point2D> inputPoints, List<Point2D> outputPoints, com.irurueta.numerical.robust.RobustEstimatorMethod method) Creates an Euclidean 2D transformation estimator based on 2D point correspondences and using provided estimator method.Methods in com.irurueta.geometry.estimators with parameters of type EuclideanTransformation2DRobustEstimatorModifier and TypeMethodDescriptionvoidEuclideanTransformation2DRobustEstimatorListener.onEstimateEnd(EuclideanTransformation2DRobustEstimator estimator) Called when estimation ends.voidEuclideanTransformation2DRobustEstimatorListener.onEstimateNextIteration(EuclideanTransformation2DRobustEstimator estimator, int iteration) Called when estimator iterates to refine a possible solution.voidEuclideanTransformation2DRobustEstimatorListener.onEstimateProgressChange(EuclideanTransformation2DRobustEstimator estimator, float progress) Called when estimation progress changes significantly.voidEuclideanTransformation2DRobustEstimatorListener.onEstimateStart(EuclideanTransformation2DRobustEstimator estimator) Called when estimation starts.