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