Uses of Class
com.irurueta.geometry.estimators.LinePlaneCorrespondencePinholeCameraRobustEstimator
Packages that use LinePlaneCorrespondencePinholeCameraRobustEstimator
Package
Description
This package contains classes to estimate basic geometric structures
-
Uses of LinePlaneCorrespondencePinholeCameraRobustEstimator in com.irurueta.geometry.estimators
Subclasses of LinePlaneCorrespondencePinholeCameraRobustEstimator in com.irurueta.geometry.estimatorsModifier and TypeClassDescriptionclassBase abstract class for algorithms to robustly find the best pinhole camera for collections of matched planes and lines using DLT algorithm.classFinds the best pinhole camera for provided collections of matched lines and planes using LMedS algorithm.classFinds the best pinhole camera for provided collections of matched lines and planes using MSAC algorithm.classFinds the best pinhole camera for provided collections of matched lines and planes using PROMedS algorithm.classFinds the best pinhole camera for provided collections of matched lines and planes using PROSAC algorithm.classFinds the best pinhole camera for provided collections of matched lines and planes using RANSAC algorithm.Methods in com.irurueta.geometry.estimators that return LinePlaneCorrespondencePinholeCameraRobustEstimatorModifier and TypeMethodDescriptionLinePlaneCorrespondencePinholeCameraRobustEstimator.create()Creates a pinhole camera robust estimator based on plane/line correspondences and using default robust estimator method.LinePlaneCorrespondencePinholeCameraRobustEstimator.create(double[] qualityScores) Creates a pinhole camera robust estimator based on plane/line correspondences and using provided quality scores and default robust estimator method.LinePlaneCorrespondencePinholeCameraRobustEstimator.create(double[] qualityScores, com.irurueta.numerical.robust.RobustEstimatorMethod method) Creates a pinhole camera robust estimator based on plane/line correspondences and using provided quality scores and robust estimator method.LinePlaneCorrespondencePinholeCameraRobustEstimator.create(PinholeCameraRobustEstimatorListener listener) Creates a pinhole camera robust estimator based on plane/line correspondences and using provided listener and default estimator method.LinePlaneCorrespondencePinholeCameraRobustEstimator.create(PinholeCameraRobustEstimatorListener listener, double[] qualityScores) Creates a pinhole camera robust estimator based on plane/line correspondences and using provided listener, quality scores and default robust estimator method.LinePlaneCorrespondencePinholeCameraRobustEstimator.create(PinholeCameraRobustEstimatorListener listener, double[] qualityScores, com.irurueta.numerical.robust.RobustEstimatorMethod method) Creates a pinhole camera robust estimator based on plane/line correspondences and using provided listener, quality scores and robust estimator method.LinePlaneCorrespondencePinholeCameraRobustEstimator.create(PinholeCameraRobustEstimatorListener listener, com.irurueta.numerical.robust.RobustEstimatorMethod method) Creates a pinhole camera robust estimator based on plane/line correspondences and using provided listener and robust estimator method.LinePlaneCorrespondencePinholeCameraRobustEstimator.create(PinholeCameraRobustEstimatorListener listener, List<Plane> planes, List<Line2D> lines) Creates a pinhole camera robust estimator based on plane/line correspondences and using provided listener, planes and lines, and default robust estimator method.LinePlaneCorrespondencePinholeCameraRobustEstimator.create(PinholeCameraRobustEstimatorListener listener, List<Plane> planes, List<Line2D> lines, double[] qualityScores) Creates a pinhole camera robust estimator based on plane/line correspondences and using provided listener, planes and lines, and default robust estimator method.LinePlaneCorrespondencePinholeCameraRobustEstimator.create(PinholeCameraRobustEstimatorListener listener, List<Plane> planes, List<Line2D> lines, double[] qualityScores, com.irurueta.numerical.robust.RobustEstimatorMethod method) Creates a pinhole camera robust estimator based on plane/line correspondences and using provided listener, planes and lines, and robust estimator method.LinePlaneCorrespondencePinholeCameraRobustEstimator.create(PinholeCameraRobustEstimatorListener listener, List<Plane> planes, List<Line2D> lines, com.irurueta.numerical.robust.RobustEstimatorMethod method) Creates a pinhole camera robust estimator based on plane/line correspondences and using provided listener, planes and lines, and robust estimator method.LinePlaneCorrespondencePinholeCameraRobustEstimator.create(com.irurueta.numerical.robust.RobustEstimatorMethod method) Creates a pinhole camera robust estimator based on plane/line correspondences and using provided robust estimator method.Creates a pinhole camera robust estimator based on plane/line correspondences and using provided planes and lines and default robust estimator method.LinePlaneCorrespondencePinholeCameraRobustEstimator.create(List<Plane> planes, List<Line2D> lines, double[] qualityScores) Creates a pinhole camera robust estimator based on plane/line correspondences and using provided planes and lines, quality scores and default robust estimator method.LinePlaneCorrespondencePinholeCameraRobustEstimator.create(List<Plane> planes, List<Line2D> lines, double[] qualityScores, com.irurueta.numerical.robust.RobustEstimatorMethod method) Creates a pinhole camera robust estimator based on plane/line correspondences and using provided planes and lines, quality scores and provided robust estimator method.LinePlaneCorrespondencePinholeCameraRobustEstimator.create(List<Plane> planes, List<Line2D> lines, com.irurueta.numerical.robust.RobustEstimatorMethod method) Creates a pinhole camera robust estimator based on plane/line correspondences and using provided planes and lines and provided robust estimator method.