Uses of Class
com.irurueta.geometry.estimators.LockedException
Packages that use LockedException
Package
Description
This package contains classes to estimate basic geometric structures
-
Uses of LockedException in com.irurueta.geometry.estimators
Methods in com.irurueta.geometry.estimators that throw LockedExceptionModifier and TypeMethodDescriptionvoidPoint2DNormalizer.compute()Computes normalization and de-normalization transformations.voidPoint3DNormalizer.compute()Computes normalization and de-normalization transformationsEPnPPointCorrespondencePinholeCameraEstimator.computePossibleSolutionWithPoseAndReprojectionError(List<Point3D> controlCameraPoints) Computes a possible solution with camera, transformation, re-projection error and control points in camera coordinates.UPnPPointCorrespondencePinholeCameraEstimator.computePossibleSolutionWithPoseAndReprojectionError(List<Point3D> controlCameraPoints, double focalLength) Computes a possible solution with camera, transformation, re-projection error and control points in camera coordinates.abstract AffineTransformation2DAffineTransformation2DRobustEstimator.estimate()Estimates an affine 2D transformation using a robust estimator and the best set of matched 2D point or line correspondences found using the robust estimator.abstract AffineTransformation3DAffineTransformation3DRobustEstimator.estimate()Estimates an affine 3D transformation using a robust estimator and the best set of matched 3D point correspondences found using the robust estimator.abstract CircleCircleRobustEstimator.estimate()Estimates a circle using a robust estimator and the best set of 2D points that fit into the locus of the estimated circle found using the robust estimator.abstract ConicConicRobustEstimator.estimate()Estimates a conic using a robust estimator and the best set of 2D points that fit into the locus of the estimated conic found using the robust estimator.DLTLinePlaneCorrespondencePinholeCameraEstimator.estimate()Estimates a pinhole camera.abstract DualConicDualConicRobustEstimator.estimate()Estimates a dual conic using a robust estimator and the best set of 2D lines that fit into the locus of the estimated dual conic found using the robust estimator.abstract DualQuadricDualQuadricRobustEstimator.estimate()Estimates a dual conic using a robust estimator and the best set of 3D planes that fit into the locus of the estimated dual quadric found using the robust estimator.EPnPPointCorrespondencePinholeCameraEstimator.estimate()Estimates a pinhole camera.EuclideanTransformation2DEstimator.estimate()Estimates an Euclidean 2D transformation using the list of matched input and output 2D points.voidEuclideanTransformation2DEstimator.estimate(EuclideanTransformation2D result) Estimates an Euclidean 2D transformation using the list of matched input and output 2D points.abstract EuclideanTransformation2DEuclideanTransformation2DRobustEstimator.estimate()Estimates an Euclidean 2D transformation using a robust estimator and the best set of matched 2D point correspondences found using the robust estimator.EuclideanTransformation3DEstimator.estimate()Estimates an Euclidean 3D transformation using the list of matched input and output 3D points.voidEuclideanTransformation3DEstimator.estimate(EuclideanTransformation3D result) Estimates an Euclidean 3D transformation using the list of matched input and output 3D points.abstract EuclideanTransformation3DEuclideanTransformation3DRobustEstimator.estimate()Estimates an Euclidean 3D transformation using a robust estimator and the best set of matched 3D point correspondences found using the robust estimator.abstract Line2DLine2DRobustEstimator.estimate()Estimates a 2D line using a robust estimator and the best set of 2D points that pass through the estimated 2D line (i.e. belong to its locus)LMedSCircleRobustEstimator.estimate()Estimates a circle using a robust estimator and the best set of 2D points that fit into the locus of the estimated circle found using the robust estimator.LMedSConicRobustEstimator.estimate()Estimates a conic using a robust estimator and the best set of 2D points that fit into the locus of the estimated conic found using the robust estimator.LMedSDLTLinePlaneCorrespondencePinholeCameraRobustEstimator.estimate()Estimates a pinhole camera using a robust estimator and the best set of matched 2D line/3D plane correspondences found using the robust estimator.LMedSDLTPointCorrespondencePinholeCameraRobustEstimator.estimate()Estimates a pinhole camera using a robust estimator and the best set of matched 2D/3D point correspondences or 2D line/3D plane correspondences found using the robust estimator.LMedSDualConicRobustEstimator.estimate()Estimates a dual conic using a robust estimator and the best set of 2D lines that fit into the locus of the estimated dual conic found using the robust estimator.LMedSDualQuadricRobustEstimator.estimate()Estimates a dual quadric using a robust estimator and the best set of 3D planes that fit into the locus of the estimated dual quadric found using the robust estimator.LMedSEPnPPointCorrespondencePinholeCameraRobustEstimator.estimate()Estimates a pinhole camera using a robust estimator and the best set of matched 2D/3D point correspondences or 2D line/3D plane correspondences found using the robust estimator.LMedSEuclideanTransformation2DRobustEstimator.estimate()Estimates an Euclidean 2D transformation using a robust estimator and the best set of matched 2d point correspondences found using the robust estimator.LMedSEuclideanTransformation3DRobustEstimator.estimate()Estimates an Euclidean 3D transformation using a robust estimator and the best set of matched 3D point correspondences found using the robust estimator.LMedSLine2DRobustEstimator.estimate()Estimates a 2D line using a robust estimator and the best set of 2D points that pass through the estimated 2D line (i.e. belong to its locus).LMedSLineCorrespondenceAffineTransformation2DRobustEstimator.estimate()Estimates an affine 2D transformation using a robust estimator and the best set of matched 2D lines correspondences found using the robust estimator.LMedSLineCorrespondenceProjectiveTransformation2DRobustEstimator.estimate()Estimates a projective 2D transformation using a robust estimator and the best set of matched 2D lines correspondences found using the robust estimator.LMedSMetricTransformation2DRobustEstimator.estimate()Estimates a metric 2D transformation using a robust estimator and the best set of matched 2D point correspondences found using the robust estimator.LMedSMetricTransformation3DRobustEstimator.estimate()Estimates a metric 3D transformation using a robust estimator and the best set of matched 3D point correspondences found using the robust estimator.LMedSPlaneCorrespondenceAffineTransformation3DRobustEstimator.estimate()Estimates an affine 3D transformation using a robust estimator and the best set of matched 3D lines correspondences found using the robust estimator.LMedSPlaneCorrespondenceProjectiveTransformation3DRobustEstimator.estimate()Estimates a projective 3D transformation using a robust estimator and the best set of matched 3D planes correspondences found using the robust estimator.LMedSPlaneRobustEstimator.estimate()Estimates a 3D plane using a robust estimator and the best set of 3D points that pass through the estimated 3D plane (i.e. belong to its locus).LMedSPoint2DRobustEstimator.estimate()Estimates a 2D point using a robust estimator and the best set of 2D lines that intersect into the estimated 2D point.LMedSPoint3DRobustEstimator.estimate()Estimates a 3D point using a robust estimator and the best set of 3D planes that intersect into the estimated 3D point.LMedSPointCorrespondenceAffineTransformation2DRobustEstimator.estimate()Estimates an affine 2D transformation using a robust estimator and the best set of matched 2D point correspondences found using the robust estimator.LMedSPointCorrespondenceAffineTransformation3DRobustEstimator.estimate()Estimates an affine 3D transformation using a robust estimator and the best set of matched 3D point correspondences found using the robust estimator.LMedSPointCorrespondenceProjectiveTransformation2DRobustEstimator.estimate()Estimates a projective 2D transformation using a robust estimator and the best set of matched 2D point correspondences found using the robust estimatorLMedSPointCorrespondenceProjectiveTransformation3DRobustEstimator.estimate()Estimates a projective 3D transformation using a robust estimator and the best set of matched 3D point correspondences found using the robust estimator.LMedSQuadricRobustEstimator.estimate()Estimates a quadric using a robust estimator and the best set of 3D points that fit into the locus of the estimated quadric found using the robust estimator.LMedSSphereRobustEstimator.estimate()Estimates a sphere using a robust estimator and the best set of 3D points that fit into the locus of the estimated sphere found using the robust estimator.LMedSUPnPPointCorrespondencePinholeCameraRobustEstimator.estimate()Estimates a pinhole camera using a robust estimator and the best set of matched 2D/3D point correspondences or 2D line/3D plane correspondences found using the robust estimator.MetricTransformation2DEstimator.estimate()Estimates a metric 2D transformation using the list of matched input and output 2D points.voidMetricTransformation2DEstimator.estimate(MetricTransformation2D result) Estimates a metric 2D transformation using the list of matched input and output 2D points.abstract MetricTransformation2DMetricTransformation2DRobustEstimator.estimate()Estimates a metric 2D transformation using a robust estimator and the best set of matched 2D point correspondences found using the robust estimator.MetricTransformation3DEstimator.estimate()Estimates a metric 3D transformation using the list of matched input and output 3D points.voidMetricTransformation3DEstimator.estimate(MetricTransformation3D result) Estimates a metric 3D transformation using the list of matched input and output 3D points.abstract MetricTransformation3DMetricTransformation3DRobustEstimator.estimate()Estimates a metric 3D transformation using a robust estimator and the best set of matched 3D point correspondences found using the robust estimator.MSACCircleRobustEstimator.estimate()Estimates a circle using a robust estimator and the best set of 2D points that fit into the locus of the estimated circle found using the robust estimator.MSACConicRobustEstimator.estimate()Estimates a conic using a robust estimator and the best set of 2D points that fit into the locus of the estimated conic found using the robust estimator.MSACDLTLinePlaneCorrespondencePinholeCameraRobustEstimator.estimate()Estimates a pinhole camera using a robust estimator and the best set of matched 2D line/3D plane correspondences found using the robust estimator.MSACDLTPointCorrespondencePinholeCameraRobustEstimator.estimate()Estimates a pinhole camera using a robust estimator and the best set of matched 2D/3D point correspondences or 2D line/3D plane correspondences found using the robust estimator.MSACDualConicRobustEstimator.estimate()Estimates a dual conic using a robust estimator and the best set of 2D lines that fit into the locus of the estimated dual conic found using the robust estimator.MSACDualQuadricRobustEstimator.estimate()Estimates a dual quadric using a robust estimator and the best set of 3D planes that fit into the locus of the estimated dual quadric found using the robust estimator.MSACEPnPPointCorrespondencePinholeCameraRobustEstimator.estimate()Estimates a pinhole camera using a robust estimator and the best set of matched 2D/3D point correspondences or 2D line/3D plane correspondences found using the robust estimator.MSACEuclideanTransformation2DRobustEstimator.estimate()Estimates an Euclidean 2D transformation using a robust estimator and the best set of matched 2D point correspondences found using the robust estimator.MSACEuclideanTransformation3DRobustEstimator.estimate()Estimates an Euclidean 3D transformation using a robust estimator and the best set of matched 3D point correspondences found using the robust estimator.MSACLine2DRobustEstimator.estimate()Estimates a 2D line using a robust estimator and the best set of 2D points that pass through the estimated 2D line (i.e. belong to its locus).MSACLineCorrespondenceAffineTransformation2DRobustEstimator.estimate()Estimates an affine 2D transformation using a robust estimator and the best set of matched 2D lines correspondences found using the robust estimator.MSACLineCorrespondenceProjectiveTransformation2DRobustEstimator.estimate()Estimates a projective 2D transformation using a robust estimator and the best set of matched 2D lines correspondences found using the robust estimator.MSACMetricTransformation2DRobustEstimator.estimate()Estimates a metric 2D transformation using a robust estimator and the best set of matched 2D point correspondences found using the robust estimator.MSACMetricTransformation3DRobustEstimator.estimate()Estimates a metric 3D transformation using a robust estimator and the best set of matched 3D point correspondences found using the robust estimator.MSACPlaneCorrespondenceAffineTransformation3DRobustEstimator.estimate()Estimates an affine 2D transformation using a robust estimator and the best set of matched 2D planes correspondences found using the robust estimator.MSACPlaneCorrespondenceProjectiveTransformation3DRobustEstimator.estimate()Estimates a projective 3D transformation using a robust estimator and the best set of matched 3D planes correspondences found using the robust estimator.MSACPlaneRobustEstimator.estimate()Estimates a 3D plane using a robust estimator and the best set of 3D points that pass through the estimated 3D plane (i.e. belong to its locus).MSACPoint2DRobustEstimator.estimate()Estimates a 2D point using a robust estimator and the best set of 2D lines that intersect into the estimated 2D point.MSACPoint3DRobustEstimator.estimate()Estimates a 3D point using a robust estimator and the best set of 3D planes that intersect into the estimated 3D point.MSACPointCorrespondenceAffineTransformation2DRobustEstimator.estimate()Estimates an affine 2D transformation using a robust estimator and the best set of matched 2D point correspondences found using the robust estimator.MSACPointCorrespondenceAffineTransformation3DRobustEstimator.estimate()Estimates an affine 3D transformation using a robust estimator and the best set of matched 3D point correspondences found using the robust estimator.MSACPointCorrespondenceProjectiveTransformation2DRobustEstimator.estimate()Estimates a projective 2D transformation using a robust estimator and the best set of matched 2D point correspondences found using the robust estimator.MSACPointCorrespondenceProjectiveTransformation3DRobustEstimator.estimate()Estimates a projective 3D transformation using a robust estimator and the best set of matched 3D point correspondences found using the robust estimator.MSACQuadricRobustEstimator.estimate()Estimates a quadric using a robust estimator and the best set of 3D points that fit into the locus of the estimated quadric found using the robust estimator.MSACSphereRobustEstimator.estimate()Estimates a sphere using a robust estimator and the best set of 3D points that fit into the locus of the estimated sphere found using the robust estimator.MSACUPnPPointCorrespondencePinholeCameraRobustEstimator.estimate()Estimates a pinhole camera using a robust estimator and the best set of matched 2D/3D point correspondences or 2D line/3D plane correspondences found using the robust estimator.abstract PinholeCameraPinholeCameraEstimator.estimate()Estimates a pinhole camera.abstract PinholeCameraPinholeCameraRobustEstimator.estimate()Estimates a pinhole camera using a robust estimator and the best set of matched 2D/3D point correspondences or 2D line/3D plane correspondences found using the robust estimator.abstract PlanePlaneRobustEstimator.estimate()Estimates a 3D plane using a robust estimator and the best set of 3D points that pass through the estimated 3D plane (i.e. belong to its locus).abstract Point2DPoint2DRobustEstimator.estimate()Estimates a 2D point using a robust estimator and the best set of 2D lines that intersect into the estimated 2D point.abstract Point3DPoint3DRobustEstimator.estimate()Estimates a 3D point using a robust estimator and the best set of 3D planes that intersect into the estimated 3D point.PointCorrespondencePinholeCameraEstimator.estimate()Estimates a pinhole camera.abstract ProjectiveTransformation2DProjectiveTransformation2DRobustEstimator.estimate()Estimates a projective 2D transformation using a robust estimator and the best set of matched 2D point correspondences found using the robust estimator.abstract ProjectiveTransformation3DProjectiveTransformation3DRobustEstimator.estimate()Estimates an affine 3D transformation using a robust estimator and the best set of matched 3D point correspondences found using the robust estimator.PROMedSCircleRobustEstimator.estimate()Estimates a circle using a robust estimator and the best set of 2D points that fit into the locus of the estimated circle found using the robust estimator.PROMedSConicRobustEstimator.estimate()Estimates a conic using a robust estimator and the best set of 2D points that fit into the locus of the estimated conic found using the robust estimator.PROMedSDLTLinePlaneCorrespondencePinholeCameraRobustEstimator.estimate()Estimates a pinhole camera using a robust estimator and the best set of matched 2D line/3D plane correspondences found using the robust estimator.PROMedSDLTPointCorrespondencePinholeCameraRobustEstimator.estimate()Estimates an affine 2D transformation using a robust estimator and the best set of matched 2D point correspondences found using the robust estimator.PROMedSDualConicRobustEstimator.estimate()Estimates a dual conic using a robust estimator and the best set of 2D lines that fit into the locus of the estimated dual conic found using the robust estimator.PROMedSDualQuadricRobustEstimator.estimate()Estimates a dual quadric using a robust estimator and the best set of 3D planes that fit into the locus of the estimated dual quadric found using the robust estimator.PROMedSEPnPPointCorrespondencePinholeCameraRobustEstimator.estimate()Estimates an affine 2D transformation using a robust estimator and the best set of matched 2D point correspondences found using the robust estimator.PROMedSEuclideanTransformation2DRobustEstimator.estimate()Estimates an Euclidean 2D transformation using a robust estimator and the best set of matched 2D point correspondences found using the robust estimator.PROMedSEuclideanTransformation3DRobustEstimator.estimate()Estimates an Euclidean 3D transformation using a robust estimator and the best set of matched 3D point correspondences found using the robust estimator.PROMedSLine2DRobustEstimator.estimate()Estimates a 2D line using a robust estimator and the best set of 2D points that pass through the estimated 2D line (i.e. belong to its locus).PROMedSLineCorrespondenceAffineTransformation2DRobustEstimator.estimate()Estimates an affine 2D transformation using a robust estimator and the best set of matched 2D lines correspondences found using the robust estimator.PROMedSLineCorrespondenceProjectiveTransformation2DRobustEstimator.estimate()Estimates a projective 2D transformation using a robust estimator and the best set of matched 2D lines correspondences found using the robust estimator.PROMedSMetricTransformation2DRobustEstimator.estimate()Estimates a metric 2D transformation using a robust estimator and the best set of matched 2D point correspondences found using the robust estimator.PROMedSMetricTransformation3DRobustEstimator.estimate()Estimates a metric 3D transformation using a robust estimator and the best set of matched 3D point correspondences found using the robust estimator.PROMedSPlaneCorrespondenceAffineTransformation3DRobustEstimator.estimate()Estimates an affine 3D transformation using a robust estimator and the best set of matched planes correspondences found using the robust estimator.PROMedSPlaneCorrespondenceProjectiveTransformation3DRobustEstimator.estimate()Estimates a projective 3D transformation using a robust estimator and the best set of matched 3D planes correspondences found using the robust estimator.PROMedSPlaneRobustEstimator.estimate()Estimates a 3D plane using a robust estimator and the best set of 3D points that pass through the estimated 3D plane (i.e. belong to its locus).PROMedSPoint2DRobustEstimator.estimate()Estimates a 2D point using a robust estimator and the best set of 2D lines that intersect into the estimated 2D point.PROMedSPoint3DRobustEstimator.estimate()Estimates a 3D point using a robust estimator and the best set of 3D planes that intersect into the estimated 3D point.PROMedSPointCorrespondenceAffineTransformation2DRobustEstimator.estimate()Estimates an affine 2D transformation using a robust estimator and the best set of matched 2D point correspondences found using the robust estimator.PROMedSPointCorrespondenceAffineTransformation3DRobustEstimator.estimate()Estimates an affine 2D transformation using a robust estimator and the best set of matched 2D point correspondences found using the robust estimator.PROMedSPointCorrespondenceProjectiveTransformation2DRobustEstimator.estimate()Estimates a projective 2D transformation using a robust estimator and the best set of matched 2D point correspondences found using the robust estimator.PROMedSPointCorrespondenceProjectiveTransformation3DRobustEstimator.estimate()Estimates a projective 3D transformation using a robust estimator and the best set of matched 3D point correspondences found using the robust estimator.PROMedSQuadricRobustEstimator.estimate()Estimates a quadric using a robust estimator and the best set of 3D points that fit into the locus of the estimated quadric found using the robust estimator.PROMedSSphereRobustEstimator.estimate()Estimates a sphere using a robust estimator and the best set of 3D points that fit into the locus of the estimated sphere found using the robust estimator.PROMedSUPnPPointCorrespondencePinholeCameraRobustEstimator.estimate()Estimates an affine 2D transformation using a robust estimator and the best set of matched 2D point correspondences found using the robust estimator.PROSACCircleRobustEstimator.estimate()Estimates a circle using a robust estimator and the best set of 2D points that fit into the locus of the estimated circle found using the robust estimator.PROSACConicRobustEstimator.estimate()Estimates a conic using a robust estimator and the best set of 2D points that fit into the locus of the estimated conic found using the robust estimator.PROSACDLTLinePlaneCorrespondencePinholeCameraRobustEstimator.estimate()Estimates a pinhole camera using a robust estimator and the best set of matched 2D line/3D plane correspondences found using the robust estimator.PROSACDLTPointCorrespondencePinholeCameraRobustEstimator.estimate()Estimates an affine 2D transformation using a robust estimator and the best set of matched 2D point correspondences found using the robust estimator.PROSACDualConicRobustEstimator.estimate()Estimates a dual conic using a robust estimator and the best set of 2D lines that fit into the locus of the estimated dual conic found using the robust estimator.PROSACDualQuadricRobustEstimator.estimate()Estimates a dual quadric using a robust estimator and the best set of 3D planes that fit into the locus of the estimated dual quadric found using the robust estimator.PROSACEPnPPointCorrespondencePinholeCameraRobustEstimator.estimate()Estimates an affine 2D transformation using a robust estimator and the best set of matched 2D point correspondences found using the robust estimator.PROSACEuclideanTransformation2DRobustEstimator.estimate()Estimates an Euclidean 2D transformation using a robust estimator and the best set of matched 2D point correspondences found using the robust estimator.PROSACEuclideanTransformation3DRobustEstimator.estimate()Estimates an Euclidean 3D transformation using a robust estimator and the best set of matched 3D point correspondences found using the robust estimator.PROSACLine2DRobustEstimator.estimate()Estimates a 2D line using a robust estimator and the best set of 2D points that pass through the estimated 2D line (i.e. belong to its locus)PROSACLineCorrespondenceAffineTransformation2DRobustEstimator.estimate()Estimates an affine 2D transformation using a robust estimator and the best set of matched 2D lines correspondences found using the robust estimator.PROSACLineCorrespondenceProjectiveTransformation2DRobustEstimator.estimate()Estimates a projective 2D transformation using a robust estimator and the best set of matched 2D lines correspondences found using the robust estimator.PROSACMetricTransformation2DRobustEstimator.estimate()Estimates a metric 2D transformation using a robust estimator and the best set of matched 2D point correspondences found using the robust estimator.PROSACMetricTransformation3DRobustEstimator.estimate()Estimates a metric 3D transformation using a robust estimator and the best set of matched 3D point correspondences found using the robust estimator.PROSACPlaneCorrespondenceAffineTransformation3DRobustEstimator.estimate()Estimates an affine 3D transformation using a robust estimator and the best set of matched 3D planes correspondences found using the robust estimator.PROSACPlaneCorrespondenceProjectiveTransformation3DRobustEstimator.estimate()Estimates a projective 3D transformation using a robust estimator and the best set of matched 3D planes correspondences found using the robust estimator.PROSACPlaneRobustEstimator.estimate()Estimates a 3D plane using a robust estimator and the best set of 3D points that pass through the estimated 3D plane (i.e. belong to its locus).PROSACPoint2DRobustEstimator.estimate()Estimates a 2D point using a robust estimator and the best set of 2D lines that intersect into the estimated 2D point.PROSACPoint3DRobustEstimator.estimate()Estimates a 3D point using a robust estimator and the best set of 3D planes that intersect into the estimated 3D point.PROSACPointCorrespondenceAffineTransformation2DRobustEstimator.estimate()Estimates an affine 2D transformation using a robust estimator and the best set of matched 2D point correspondences found using the robust estimator.PROSACPointCorrespondenceAffineTransformation3DRobustEstimator.estimate()Estimates an affine 3D transformation using a robust estimator and the best set of matched 3D point correspondences found using the robust estimator.PROSACPointCorrespondenceProjectiveTransformation2DRobustEstimator.estimate()Estimates a projective 2D transformation using a robust estimator and the best set of matched 2D point correspondences found using the robust estimator.PROSACPointCorrespondenceProjectiveTransformation3DRobustEstimator.estimate()Estimates a projective 3D transformation using a robust estimator and the best set of matched 3D point correspondences found using the robust estimator.PROSACQuadricRobustEstimator.estimate()Estimates a quadric using a robust estimator and the best set of 3D points that fit into the locus of the estimated quadric found using the robust estimator.PROSACSphereRobustEstimator.estimate()Estimates a sphere using a robust estimator and the best set of 3D points that fit into the locus of the estimated sphere found using the robust estimator.PROSACUPnPPointCorrespondencePinholeCameraRobustEstimator.estimate()Estimates an affine 2D transformation using a robust estimator and the best set of matched 2D point correspondences found using the robust estimator.abstract QuadricQuadricRobustEstimator.estimate()Estimates a quadric using a robust estimator and the best set of 3D points that fit into the locus of the estimated quadric found using the robust estimator.RANSACCircleRobustEstimator.estimate()Estimates a circle using a robust estimator and the best set of 2D points that fit into the locus of the estimated circle found using the robust estimator.RANSACConicRobustEstimator.estimate()Estimates a conic using a robust estimator and the best set of 2D points that fit into the locus of the estimated conic found using the robust estimator.RANSACDLTLinePlaneCorrespondencePinholeCameraRobustEstimator.estimate()Estimates a pinhole camera using a robust estimator and the best set of matched 2D line/3D plane correspondences found using the robust estimator.RANSACDLTPointCorrespondencePinholeCameraRobustEstimator.estimate()Estimates a pinhole camera using a robust estimator and the best set of matched 2D/3D point correspondences found using the robust estimator.RANSACDualConicRobustEstimator.estimate()Estimates a dual conic using a robust estimator and the best set of 2D lines that fit into the locus of the estimated dual conic found using the robust estimator.RANSACDualQuadricRobustEstimator.estimate()Estimates a dual quadric using a robust estimator and the best set of 3D planes that fit into the locus of the estimated dual quadric found using the robust estimator.RANSACEPnPPointCorrespondencePinholeCameraRobustEstimator.estimate()Estimates a pinhole camera using a robust estimator and the best set of matched 2D/3D point correspondences or 2D line/3D plane correspondences found using the robust estimator.RANSACEuclideanTransformation2DRobustEstimator.estimate()Estimates an Euclidean 2D transformation using a robust estimator and the best set of matched 2D point correspondences found using the robust estimator.RANSACEuclideanTransformation3DRobustEstimator.estimate()Estimates an affine 3D transformation using a robust estimator and the best set of matched 3D point correspondences found using the robust estimator.RANSACLine2DRobustEstimator.estimate()Estimates a 2D line using a robust estimator and the best set of 2D points that pass through the estimated 2D line (i.e. belong to its locus).RANSACLineCorrespondenceAffineTransformation2DRobustEstimator.estimate()Estimates an affine 2D transformation using a robust estimator and the best set of matched 2D lines correspondences found using the robust estimator.RANSACLineCorrespondenceProjectiveTransformation2DRobustEstimator.estimate()Estimates a projective 2D transformation using a robust estimator and the best set of matched 2D lines correspondences found using the robust estimator.RANSACMetricTransformation2DRobustEstimator.estimate()Estimates a metric 2D transformation using a robust estimator and the best set of matched 2D point correspondences found using the robust estimator.RANSACMetricTransformation3DRobustEstimator.estimate()Estimates a metric 3D transformation using a robust estimator and the best set of matched 3D point correspondences found using the robust estimator.RANSACPlaneCorrespondenceAffineTransformation3DRobustEstimator.estimate()Estimates an affine 3D transformation using a robust estimator and the best set of matched 3D lines correspondences found using the robust estimator.RANSACPlaneCorrespondenceProjectiveTransformation3DRobustEstimator.estimate()Estimates a projective 3D transformation using a robust estimator and the best set of matched 3D planes correspondences found using the robust estimator.RANSACPlaneRobustEstimator.estimate()Estimates a 3D plane using a robust estimator and the best set of 3D points that pass through the estimated 3D plane (i.e. belong to its locus).RANSACPoint2DRobustEstimator.estimate()Estimates a 2D point using a robust estimator and the best set of 2D lines that intersect into the estimated 2D point.RANSACPoint3DRobustEstimator.estimate()Estimates a 3D point using a robust estimator and the best set of 3D planes that intersect into the estimated 3D point.RANSACPointCorrespondenceAffineTransformation2DRobustEstimator.estimate()Estimates an affine 2D transformation using a robust estimator and the best set of matched 2D point correspondences found using the robust estimator.RANSACPointCorrespondenceAffineTransformation3DRobustEstimator.estimate()Estimates an affine 3D transformation using a robust estimator and the best set of matched 3D point correspondences found using the robust estimator.RANSACPointCorrespondenceProjectiveTransformation2DRobustEstimator.estimate()Estimates a projective 2D transformation using a robust estimator and the best set of matched 2D point correspondences found using the robust estimatorRANSACPointCorrespondenceProjectiveTransformation3DRobustEstimator.estimate()Estimates a projective 3D transformation using a robust estimator and the best set of matched 3D point correspondences found using the robust estimator.RANSACQuadricRobustEstimator.estimate()Estimates a quadric using a robust estimator and the best set of 3D points that fit into the locus of the estimated quadric found using the robust estimator.RANSACSphereRobustEstimator.estimate()Estimates a sphere using a robust estimator and the best set of 3D points that fit into the locus of the estimated sphere found using the robust estimator.RANSACUPnPPointCorrespondencePinholeCameraRobustEstimator.estimate()Estimates a pinhole camera using a robust estimator and the best set of matched 2D/3D point correspondences or 2D line/3D plane correspondences found using the robust estimator.abstract SphereSphereRobustEstimator.estimate()Estimates a sphere using a robust estimator and the best set of 3D points that fit into the locus of the estimated sphere found using the robust estimator.UPnPPointCorrespondencePinholeCameraEstimator.estimate()Estimates a pinhole camera.WeightedLinePlaneCorrespondencePinholeCameraEstimator.estimate()Estimates a pinhole camera.private voidEPnPPointCorrespondencePinholeCameraEstimator.generalSolution1()Tests solution 1 for general point configuration.private voidEPnPPointCorrespondencePinholeCameraEstimator.generalSolution2()Tests solution 2 for general point configuration.private voidEPnPPointCorrespondencePinholeCameraEstimator.generalSolution3()Tests solution 3 for general point configuration.voidPROSACDLTLinePlaneCorrespondencePinholeCameraRobustEstimator.setComputeAndKeepInliersEnabled(boolean computeAndKeepInliers) Specifies whether inliers must be computed and kept.voidPROSACDLTPointCorrespondencePinholeCameraRobustEstimator.setComputeAndKeepInliersEnabled(boolean computeAndKeepInliers) Specifies whether inliers must be computed and kept.voidPROSACEPnPPointCorrespondencePinholeCameraRobustEstimator.setComputeAndKeepInliersEnabled(boolean computeAndKeepInliers) Specifies whether inliers must be computed and kept.voidPROSACEuclideanTransformation2DRobustEstimator.setComputeAndKeepInliersEnabled(boolean computeAndKeepInliers) Specifies whether inliers must be computed and kept.voidPROSACEuclideanTransformation3DRobustEstimator.setComputeAndKeepInliersEnabled(boolean computeAndKeepInliers) Specifies whether inliers must be computed and kept.voidPROSACLineCorrespondenceAffineTransformation2DRobustEstimator.setComputeAndKeepInliersEnabled(boolean computeAndKeepInliers) Specifies whether inliers must be computed and kept.voidPROSACLineCorrespondenceProjectiveTransformation2DRobustEstimator.setComputeAndKeepInliersEnabled(boolean computeAndKeepInliers) Specifies whether inliers must be computed and kept.voidPROSACMetricTransformation2DRobustEstimator.setComputeAndKeepInliersEnabled(boolean computeAndKeepInliers) Specifies whether inliers must be computed and kept.voidPROSACMetricTransformation3DRobustEstimator.setComputeAndKeepInliersEnabled(boolean computeAndKeepInliers) Specifies whether inliers must be computed and kept.voidPROSACPlaneCorrespondenceAffineTransformation3DRobustEstimator.setComputeAndKeepInliersEnabled(boolean computeAndKeepInliers) Specifies whether inliers must be computed and kept.voidPROSACPlaneCorrespondenceProjectiveTransformation3DRobustEstimator.setComputeAndKeepInliersEnabled(boolean computeAndKeepInliers) Specifies whether inliers must be computed and kept.voidPROSACPoint2DRobustEstimator.setComputeAndKeepInliersEnabled(boolean computeAndKeepInliers) Specifies whether inliers must be computed and kept.voidPROSACPoint3DRobustEstimator.setComputeAndKeepInliersEnabled(boolean computeAndKeepInliers) Specifies whether inliers must be computed and kept.voidPROSACPointCorrespondenceAffineTransformation2DRobustEstimator.setComputeAndKeepInliersEnabled(boolean computeAndKeepInliers) Specifies whether inliers must be computed and kept.voidPROSACPointCorrespondenceAffineTransformation3DRobustEstimator.setComputeAndKeepInliersEnabled(boolean computeAndKeepInliers) Specifies whether inliers must be computed and kept.voidPROSACPointCorrespondenceProjectiveTransformation2DRobustEstimator.setComputeAndKeepInliersEnabled(boolean computeAndKeepInliers) Specifies whether inliers must be computed and kept.voidPROSACPointCorrespondenceProjectiveTransformation3DRobustEstimator.setComputeAndKeepInliersEnabled(boolean computeAndKeepInliers) Specifies whether inliers must be computed and kept.voidPROSACUPnPPointCorrespondencePinholeCameraRobustEstimator.setComputeAndKeepInliersEnabled(boolean computeAndKeepInliers) Specifies whether inliers must be computed and kept.voidRANSACDLTLinePlaneCorrespondencePinholeCameraRobustEstimator.setComputeAndKeepInliersEnabled(boolean computeAndKeepInliers) Specifies whether inliers must be computed and kept.voidRANSACDLTPointCorrespondencePinholeCameraRobustEstimator.setComputeAndKeepInliersEnabled(boolean computeAndKeepInliers) Specifies whether inliers must be computed and kept.voidRANSACEPnPPointCorrespondencePinholeCameraRobustEstimator.setComputeAndKeepInliersEnabled(boolean computeAndKeepInliers) Specifies whether inliers must be computed and kept.voidRANSACEuclideanTransformation2DRobustEstimator.setComputeAndKeepInliersEnabled(boolean computeAndKeepInliers) Specifies whether inliers must be computed and kept.voidRANSACEuclideanTransformation3DRobustEstimator.setComputeAndKeepInliersEnabled(boolean computeAndKeepInliers) Specifies whether inliers must be computed and kept.voidRANSACLineCorrespondenceAffineTransformation2DRobustEstimator.setComputeAndKeepInliersEnabled(boolean computeAndKeepInliers) Specifies whether inliers must be computed and kept.voidRANSACLineCorrespondenceProjectiveTransformation2DRobustEstimator.setComputeAndKeepInliersEnabled(boolean computeAndKeepInliers) Specifies whether inliers must be computed and kept.voidRANSACMetricTransformation2DRobustEstimator.setComputeAndKeepInliersEnabled(boolean computeAndKeepInliers) Specifies whether inliers must be computed and kept.voidRANSACMetricTransformation3DRobustEstimator.setComputeAndKeepInliersEnabled(boolean computeAndKeepInliers) Specifies whether inliers must be computed and kept.voidRANSACPlaneCorrespondenceAffineTransformation3DRobustEstimator.setComputeAndKeepInliersEnabled(boolean computeAndKeepInliers) Specifies whether inliers must be computed and kept.voidRANSACPlaneCorrespondenceProjectiveTransformation3DRobustEstimator.setComputeAndKeepInliersEnabled(boolean computeAndKeepInliers) Specifies whether inliers must be computed and kept.voidRANSACPoint2DRobustEstimator.setComputeAndKeepInliersEnabled(boolean computeAndKeepInliers) Specifies whether inliers must be computed and kept.voidRANSACPoint3DRobustEstimator.setComputeAndKeepInliersEnabled(boolean computeAndKeepInliers) Specifies whether inliers must be computed and kept.voidRANSACPointCorrespondenceAffineTransformation2DRobustEstimator.setComputeAndKeepInliersEnabled(boolean computeAndKeepInliers) Specifies whether inliers must be computed and kept.voidRANSACPointCorrespondenceAffineTransformation3DRobustEstimator.setComputeAndKeepInliersEnabled(boolean computeAndKeepInliers) Specifies whether inliers must be computed and kept.voidRANSACPointCorrespondenceProjectiveTransformation2DRobustEstimator.setComputeAndKeepInliersEnabled(boolean computeAndKeepInliers) Specifies whether inliers must be computed and kept.voidRANSACPointCorrespondenceProjectiveTransformation3DRobustEstimator.setComputeAndKeepInliersEnabled(boolean computeAndKeepInliers) Specifies whether inliers must be computed and kept.voidRANSACUPnPPointCorrespondencePinholeCameraRobustEstimator.setComputeAndKeepInliersEnabled(boolean computeAndKeepInliers) Specifies whether inliers must be computed and kept.voidPROSACDLTLinePlaneCorrespondencePinholeCameraRobustEstimator.setComputeAndKeepResidualsEnabled(boolean computeAndKeepResiduals) Specifies whether residuals must be computed and kept.voidPROSACDLTPointCorrespondencePinholeCameraRobustEstimator.setComputeAndKeepResidualsEnabled(boolean computeAndKeepResiduals) Specifies whether residuals must be computed and kept.voidPROSACEPnPPointCorrespondencePinholeCameraRobustEstimator.setComputeAndKeepResidualsEnabled(boolean computeAndKeepResiduals) Specifies whether residuals must be computed and kept.voidPROSACEuclideanTransformation2DRobustEstimator.setComputeAndKeepResidualsEnabled(boolean computeAndKeepResiduals) Specifies whether residuals must be computed and kept.voidPROSACEuclideanTransformation3DRobustEstimator.setComputeAndKeepResidualsEnabled(boolean computeAndKeepResiduals) Specifies whether residuals must be computed and kept.voidPROSACLineCorrespondenceAffineTransformation2DRobustEstimator.setComputeAndKeepResidualsEnabled(boolean computeAndKeepResiduals) Specifies whether residuals must be computed and kept.voidPROSACLineCorrespondenceProjectiveTransformation2DRobustEstimator.setComputeAndKeepResidualsEnabled(boolean computeAndKeepResiduals) Specifies whether residuals must be computed and kept.voidPROSACMetricTransformation2DRobustEstimator.setComputeAndKeepResidualsEnabled(boolean computeAndKeepResiduals) Specifies whether residuals must be computed and kept.voidPROSACMetricTransformation3DRobustEstimator.setComputeAndKeepResidualsEnabled(boolean computeAndKeepResiduals) Specifies whether residuals must be computed and kept.voidPROSACPlaneCorrespondenceAffineTransformation3DRobustEstimator.setComputeAndKeepResidualsEnabled(boolean computeAndKeepResiduals) Specifies whether residuals must be computed and kept.voidPROSACPlaneCorrespondenceProjectiveTransformation3DRobustEstimator.setComputeAndKeepResidualsEnabled(boolean computeAndKeepResiduals) Specifies whether residuals must be computed and kept.voidPROSACPoint2DRobustEstimator.setComputeAndKeepResidualsEnabled(boolean computeAndKeepResiduals) Specifies whether residuals must be computed and kept.voidPROSACPoint3DRobustEstimator.setComputeAndKeepResidualsEnabled(boolean computeAndKeepResiduals) Specifies whether residuals must be computed and kept.voidPROSACPointCorrespondenceAffineTransformation2DRobustEstimator.setComputeAndKeepResidualsEnabled(boolean computeAndKeepResiduals) Specifies whether residuals must be computed and kept.voidPROSACPointCorrespondenceAffineTransformation3DRobustEstimator.setComputeAndKeepResidualsEnabled(boolean computeAndKeepResiduals) Specifies whether residuals must be computed and kept.voidPROSACPointCorrespondenceProjectiveTransformation2DRobustEstimator.setComputeAndKeepResidualsEnabled(boolean computeAndKeepResiduals) Specifies whether residuals must be computed and kept.voidPROSACPointCorrespondenceProjectiveTransformation3DRobustEstimator.setComputeAndKeepResidualsEnabled(boolean computeAndKeepResiduals) Specifies whether residuals must be computed and kept.voidPROSACUPnPPointCorrespondencePinholeCameraRobustEstimator.setComputeAndKeepResidualsEnabled(boolean computeAndKeepResiduals) Specifies whether residuals must be computed and kept.voidRANSACDLTLinePlaneCorrespondencePinholeCameraRobustEstimator.setComputeAndKeepResidualsEnabled(boolean computeAndKeepResiduals) Specifies whether residuals must be computed and kept.voidRANSACDLTPointCorrespondencePinholeCameraRobustEstimator.setComputeAndKeepResidualsEnabled(boolean computeAndKeepResiduals) Specifies whether residuals must be computed and kept.voidRANSACEPnPPointCorrespondencePinholeCameraRobustEstimator.setComputeAndKeepResidualsEnabled(boolean computeAndKeepResiduals) Specifies whether residuals must be computed and kept.voidRANSACEuclideanTransformation2DRobustEstimator.setComputeAndKeepResidualsEnabled(boolean computeAndKeepResiduals) Specifies whether residuals must be computed and kept.voidRANSACEuclideanTransformation3DRobustEstimator.setComputeAndKeepResidualsEnabled(boolean computeAndKeepResiduals) Specifies whether residuals must be computed and kept.voidRANSACLineCorrespondenceAffineTransformation2DRobustEstimator.setComputeAndKeepResidualsEnabled(boolean computeAndKeepResiduals) Specifies whether residuals must be computed and kept.voidRANSACLineCorrespondenceProjectiveTransformation2DRobustEstimator.setComputeAndKeepResidualsEnabled(boolean computeAndKeepResiduals) Specifies whether residuals must be computed and kept.voidRANSACMetricTransformation2DRobustEstimator.setComputeAndKeepResidualsEnabled(boolean computeAndKeepResiduals) Specifies whether residuals must be computed and kept.voidRANSACMetricTransformation3DRobustEstimator.setComputeAndKeepResidualsEnabled(boolean computeAndKeepResiduals) Specifies whether residuals must be computed and kept.voidRANSACPlaneCorrespondenceAffineTransformation3DRobustEstimator.setComputeAndKeepResidualsEnabled(boolean computeAndKeepResiduals) Specifies whether residuals must be computed and kept.voidRANSACPlaneCorrespondenceProjectiveTransformation3DRobustEstimator.setComputeAndKeepResidualsEnabled(boolean computeAndKeepResiduals) Specifies whether residuals must be computed and kept.voidRANSACPoint2DRobustEstimator.setComputeAndKeepResidualsEnabled(boolean computeAndKeepResiduals) Specifies whether residuals must be computed and kept.voidRANSACPoint3DRobustEstimator.setComputeAndKeepResidualsEnabled(boolean computeAndKeepResiduals) Specifies whether residuals must be computed and kept.voidRANSACPointCorrespondenceAffineTransformation2DRobustEstimator.setComputeAndKeepResidualsEnabled(boolean computeAndKeepResiduals) Specifies whether residuals must be computed and kept.voidRANSACPointCorrespondenceAffineTransformation3DRobustEstimator.setComputeAndKeepResidualsEnabled(boolean computeAndKeepResiduals) Specifies whether residuals must be computed and kept.voidRANSACPointCorrespondenceProjectiveTransformation2DRobustEstimator.setComputeAndKeepResidualsEnabled(boolean computeAndKeepResiduals) Specifies whether residuals must be computed and kept.voidRANSACPointCorrespondenceProjectiveTransformation3DRobustEstimator.setComputeAndKeepResidualsEnabled(boolean computeAndKeepResiduals) Specifies whether residuals must be computed and kept.voidRANSACUPnPPointCorrespondencePinholeCameraRobustEstimator.setComputeAndKeepResidualsEnabled(boolean computeAndKeepResiduals) Specifies whether residuals must be computed and kept.voidAffineTransformation2DRobustEstimator.setConfidence(double confidence) Sets amount of confidence expressed as a value between 0.0 and 1.0 (which is equivalent to 100%).voidAffineTransformation3DRobustEstimator.setConfidence(double confidence) Sets amount of confidence expressed as a value between 0.0 and 1.0 (which is equivalent to 100%).voidCircleRobustEstimator.setConfidence(double confidence) Sets amount of confidence expressed as a value between 0.0 and 1.0 (which is equivalent to 100%).voidConicRobustEstimator.setConfidence(double confidence) Sets amount of confidence expressed as a value between 0.0 and 1.0 (which is equivalent to 100%).voidDualConicRobustEstimator.setConfidence(double confidence) Sets amount of confidence expressed as a value between 0.0 and 1.0 (which is equivalent to 100%).voidDualQuadricRobustEstimator.setConfidence(double confidence) Sets amount of confidence expressed as a value between 0.0 and 1.0 (which is equivalent to 100%).voidEuclideanTransformation2DRobustEstimator.setConfidence(double confidence) Sets amount of confidence expressed as a value between 0.0 and 1.0 (which is equivalent to 100%).voidEuclideanTransformation3DRobustEstimator.setConfidence(double confidence) Sets amount of confidence expressed as a value between 0.0 and 1.0 (which is equivalent to 100%).voidLine2DRobustEstimator.setConfidence(double confidence) Sets amount of confidence expressed as a value between 0.0 and 1.0 (which is equivalent to 100%).voidMetricTransformation2DRobustEstimator.setConfidence(double confidence) Sets amount of confidence expressed as a value between 0.0 and 1.0 (which is equivalent to 100%).voidMetricTransformation3DRobustEstimator.setConfidence(double confidence) Sets amount of confidence expressed as a value between 0.0 and 1.0 (which is equivalent to 100%).voidPinholeCameraRobustEstimator.setConfidence(double confidence) Sets amount of confidence expressed as a value between 0.0 and 1.0 (which is equivalent to 100%).voidPlaneRobustEstimator.setConfidence(double confidence) Sets amount of confidence expressed as a value between 0.0 and 1.0 (which is equivalent to 100%).voidPoint2DRobustEstimator.setConfidence(double confidence) Sets amount of confidence expressed as a value between 0.0 and 1.0 (which is equivalent to 100%).voidPoint3DRobustEstimator.setConfidence(double confidence) Sets amount of confidence expressed as a value between 0.0 and 1.0 (which is equivalent to 100%).voidProjectiveTransformation2DRobustEstimator.setConfidence(double confidence) Sets amount of confidence expressed as a value between 0.0 and 1.0 (which is equivalent to 100%).voidProjectiveTransformation3DRobustEstimator.setConfidence(double confidence) Sets amount of confidence expressed as a value between 0.0 and 1.0 (which is equivalent to 100%).voidQuadricRobustEstimator.setConfidence(double confidence) Sets amount of confidence expressed as a value between 0.0 and 1.0 (which is equivalent to 100%).voidSphereRobustEstimator.setConfidence(double confidence) Sets amount of confidence expressed as a value between 0.0 and 1.0 (which is equivalent to 100%).voidAffineTransformation2DRobustEstimator.setCovarianceKept(boolean keepCovariance) Specifies whether covariance must be kept after refining result.voidAffineTransformation3DRobustEstimator.setCovarianceKept(boolean keepCovariance) Specifies whether covariance must be kept after refining result.voidEuclideanTransformation2DRobustEstimator.setCovarianceKept(boolean keepCovariance) Specifies whether covariance must be kept after refining result.voidEuclideanTransformation3DRobustEstimator.setCovarianceKept(boolean keepCovariance) Specifies whether covariance must be kept after refining result.voidMetricTransformation2DRobustEstimator.setCovarianceKept(boolean keepCovariance) Specifies whether covariance must be kept after refining result.voidMetricTransformation3DRobustEstimator.setCovarianceKept(boolean keepCovariance) Specifies whether covariance must be kept after refining result.voidPinholeCameraRobustEstimator.setCovarianceKept(boolean keepCovariance) Specifies whether covariance must be kept after refining result.voidPoint2DRobustEstimator.setCovarianceKept(boolean keepCovariance) Specifies whether covariance must be kept after refining result.voidPoint3DRobustEstimator.setCovarianceKept(boolean keepCovariance) Specifies whether covariance must be kept after refining result.voidProjectiveTransformation2DRobustEstimator.setCovarianceKept(boolean keepCovariance) Specifies whether covariance must be kept after refining result.voidProjectiveTransformation3DRobustEstimator.setCovarianceKept(boolean keepCovariance) Specifies whether covariance must be kept after refining result.voidPinholeCameraRobustEstimator.setFastRefinementUsed(boolean useFastRefinement) Specifies whether fast refinement must be used or not.voidUPnPPointCorrespondencePinholeCameraEstimator.setHorizontalPrincipalPoint(double horizontalPrincipalPoint) Sets horizontal coordinate of principal point on intrinsic parameters to be used on estimated camera.voidUPnPPointCorrespondencePinholeCameraRobustEstimator.setHorizontalPrincipalPoint(double horizontalPrincipalPoint) Sets horizontal coordinate of principal point on intrinsic parameters to be used on estimated camera.voidEPnPPointCorrespondencePinholeCameraEstimator.setIntrinsic(PinholeCameraIntrinsicParameters intrinsic) Sets intrinsic parameters of camera to be estimated.voidEPnPPointCorrespondencePinholeCameraRobustEstimator.setIntrinsic(PinholeCameraIntrinsicParameters intrinsic) Sets intrinsic parameters of camera to be estimated.voidSets list of lines to be used to estimate a dual conic.final voidLineCorrespondenceAffineTransformation2DRobustEstimator.setLines(List<Line2D> inputLines, List<Line2D> outputLines) Sets lists of lines to be used to estimate an affine 2D transformation.final voidLineCorrespondenceProjectiveTransformation2DRobustEstimator.setLines(List<Line2D> inputLines, List<Line2D> outputLines) Sets lists of lines to be used to estimate a projective 2D transformation.voidSets list of lines to be used to estimate a 2D point.final voidLinePlaneCorrespondencePinholeCameraRobustEstimator.setLinesAndPlanes(List<Plane> planes, List<Line2D> lines) Sets list of matched 3D planes and 2D lines to be used to estimate a pinhole camera.voidAffineTransformation2DRobustEstimator.setListener(AffineTransformation2DRobustEstimatorListener listener) Sets listener to be notified of events such as when estimation starts, ends or its progress significantly changes.voidAffineTransformation3DRobustEstimator.setListener(AffineTransformation3DRobustEstimatorListener listener) Sets listener to be notified of events such as when estimation starts, ends or its progress significantly changes.voidCircleRobustEstimator.setListener(CircleRobustEstimatorListener listener) Sets listener to be notified of events such as when estimation starts, ends or its progress significantly changes.voidConicRobustEstimator.setListener(ConicRobustEstimatorListener listener) Sets listener to be notified of events such as when estimation starts, ends or its progress significantly changes.voidDualConicRobustEstimator.setListener(DualConicRobustEstimatorListener listener) Sets listener to be notified of events such as when estimation starts, ends or its progress significantly changes.voidDualQuadricRobustEstimator.setListener(DualQuadricRobustEstimatorListener listener) Sets listener to be notified of events such as when estimation starts, ends or its progress significantly changes.voidEuclideanTransformation2DEstimator.setListener(EuclideanTransformation2DEstimatorListener listener) Sets listener to be notified of events such as when estimation starts or ends.voidEuclideanTransformation2DRobustEstimator.setListener(EuclideanTransformation2DRobustEstimatorListener listener) Sets listener to be notified of events such as when estimation starts, ends or its progress significantly changes.voidEuclideanTransformation3DEstimator.setListener(EuclideanTransformation3DEstimatorListener listener) Sets listener to be notified of events such as when estimation starts or ends.voidEuclideanTransformation3DRobustEstimator.setListener(EuclideanTransformation3DRobustEstimatorListener listener) Sets listener to be notified of events such as when estimation starts, ends or its progress significantly changes.voidLine2DRobustEstimator.setListener(Line2DRobustEstimatorListener listener) Sets listener to be notified of events such as when estimation starts, ends or its progress significantly changes.voidMetricTransformation2DEstimator.setListener(MetricTransformation2DEstimatorListener listener) Sets listener to be notified of events such as when estimation starts or ends.voidMetricTransformation2DRobustEstimator.setListener(MetricTransformation2DRobustEstimatorListener listener) Sets listener to be notified of events such as when estimation starts, ends or its progress significantly changes.voidMetricTransformation3DEstimator.setListener(MetricTransformation3DEstimatorListener listener) Sets listener to be notified of events such as when estimation starts or ends.voidMetricTransformation3DRobustEstimator.setListener(MetricTransformation3DRobustEstimatorListener listener) Sets listener to be notified of events such as when estimation starts, ends or its progress significantly changes.voidPinholeCameraEstimator.setListener(PinholeCameraEstimatorListener listener) Sets listener to be notified of events such as when estimation starts, ends or estimation progress changes.voidPinholeCameraRobustEstimator.setListener(PinholeCameraRobustEstimatorListener listener) Sets listener to be notified of events such as when estimation starts, ends or its progress significantly changes.voidPlaneRobustEstimator.setListener(PlaneRobustEstimatorListener listener) Sets listener to be notified of events such as when estimation starts, ends or its progress significantly changes.voidPoint2DRobustEstimator.setListener(Point2DRobustEstimatorListener listener) Sets listener to be notified of events such as when estimation starts, ends or its progress significantly changes.voidPoint3DRobustEstimator.setListener(Point3DRobustEstimatorListener listener) Sets listener to be notified of events such as when estimation starts, ends or its progress significantly changes.voidProjectiveTransformation2DRobustEstimator.setListener(ProjectiveTransformation2DRobustEstimatorListener listener) Sets listener to be notified of events such as when estimation starts, ends or its progress significantly changes.voidProjectiveTransformation3DRobustEstimator.setListener(ProjectiveTransformation3DRobustEstimatorListener listener) Sets listener to be notified of events such as when estimation starts, ends or its progress significantly changes.voidQuadricRobustEstimator.setListener(QuadricRobustEstimatorListener listener) Sets listener to be notified of events such as when estimation starts, ends or its progress significantly changes.voidSphereRobustEstimator.setListener(SphereRobustEstimatorListener listener) Sets listener to be notified of events such as when estimation starts, ends or its progress significantly changes.voidEPnPPointCorrespondencePinholeCameraEstimator.setLists(List<Point3D> points3D, List<Point2D> points2D) Sets list of corresponding points.voidSet list of corresponding lines/planes.voidSets list of corresponding points.voidUPnPPointCorrespondencePinholeCameraEstimator.setLists(List<Point3D> points3D, List<Point2D> points2D) Sets list of corresponding points.voidWeightedLinePlaneCorrespondencePinholeCameraEstimator.setListsAndWeights(List<Plane> planes, List<Line2D> lines2D, double[] weights) Sets list of corresponding planes and lines.voidWeightedPointCorrespondencePinholeCameraEstimator.setListsAndWeights(List<Point3D> points3D, List<Point2D> points2D, double[] weights) Sets list of corresponding points.voidDLTLinePlaneCorrespondencePinholeCameraEstimator.setLMSESolutionAllowed(boolean allowed) Specifies if an LMSE (Least Mean Square Error) solution is allowed if more correspondences than the minimum are provided.voidDLTPointCorrespondencePinholeCameraEstimator.setLMSESolutionAllowed(boolean allowed) Specifies if an LMSE (Least Mean Square Error) solution is allowed if more correspondences than the minimum are provided.voidWeightedLinePlaneCorrespondencePinholeCameraEstimator.setMaxCorrespondences(int maxCorrespondences) Sets maximum number of correspondences to be weighted and taken into account.voidAffineTransformation2DRobustEstimator.setMaxIterations(int maxIterations) Sets maximum allowed number of iterations.voidAffineTransformation3DRobustEstimator.setMaxIterations(int maxIterations) Sets maximum allowed number of iterations.voidCircleRobustEstimator.setMaxIterations(int maxIterations) Sets maximum allowed number of iterations.voidConicRobustEstimator.setMaxIterations(int maxIterations) Sets maximum allowed number of iterations.voidDualConicRobustEstimator.setMaxIterations(int maxIterations) Sets maximum allowed number of iterations.voidDualQuadricRobustEstimator.setMaxIterations(int maxIterations) Sets maximum allowed number of iterations.voidEuclideanTransformation2DRobustEstimator.setMaxIterations(int maxIterations) Sets maximum allowed number of iterations.voidEuclideanTransformation3DRobustEstimator.setMaxIterations(int maxIterations) Sets maximum allowed number of iterations.voidLine2DRobustEstimator.setMaxIterations(int maxIterations) Sets maximum allowed number of iterations.voidMetricTransformation2DRobustEstimator.setMaxIterations(int maxIterations) Sets maximum allowed number of iterations.voidMetricTransformation3DRobustEstimator.setMaxIterations(int maxIterations) Sets maximum allowed number of iterations.voidPinholeCameraRobustEstimator.setMaxIterations(int maxIterations) Sets maximum allowed number of iterations.voidPlaneRobustEstimator.setMaxIterations(int maxIterations) Sets maximum allowed number of iterations.voidPoint2DRobustEstimator.setMaxIterations(int maxIterations) Sets maximum allowed number of iterations.voidPoint3DRobustEstimator.setMaxIterations(int maxIterations) Sets maximum allowed number of iterations.voidProjectiveTransformation2DRobustEstimator.setMaxIterations(int maxIterations) Sets maximum allowed number of iterations.voidProjectiveTransformation3DRobustEstimator.setMaxIterations(int maxIterations) Sets maximum allowed number of iterations.voidQuadricRobustEstimator.setMaxIterations(int maxIterations) Sets maximum allowed number of iterations.voidSphereRobustEstimator.setMaxIterations(int maxIterations) Sets maximum allowed number of iterations.voidWeightedPointCorrespondencePinholeCameraEstimator.setMaxPoints(int maxPoints) Sets maximum number of points (i.e. correspondences) to be weighted and taken into account.voidPinholeCameraEstimator.setMaxSuggestionWeight(double maxSuggestionWeight) Sets maximum suggestion weight.voidPinholeCameraEstimator.setMinMaxSuggestionWeight(double minSuggestionWeight, double maxSuggestionWeight) Sets minimum and maximum suggestion weights.voidPinholeCameraEstimator.setMinSuggestionWeight(double minSuggestionWeight) Sets minimum suggestion weight.voidEPnPPointCorrespondencePinholeCameraRobustEstimator.setNormalizeSubsetPointCorrespondences(boolean normalizeSubsetPointCorrespondences) Sets value indicating if each picked subset point correspondences are normalized to increase the accuracy of the estimation.voidPointCorrespondencePinholeCameraRobustEstimator.setNormalizeSubsetPointCorrespondences(boolean normalizeSubsetPointCorrespondences) Sets value indicating if each picked subset point correspondences are normalized to increase the accuracy of the estimation.voidUPnPPointCorrespondencePinholeCameraRobustEstimator.setNormalizeSubsetPointCorrespondences(boolean normalizeSubsetPointCorrespondences) Sets value indicating if each picked subset point correspondences are normalized to increase the accuracy of the estimation.voidEPnPPointCorrespondencePinholeCameraEstimator.setNullspaceDimension2Allowed(boolean nullspaceDimension2Allowed) Specifies whether the case where a dimension 2 null-space is allowed.voidEPnPPointCorrespondencePinholeCameraRobustEstimator.setNullspaceDimension2Allowed(boolean nullspaceDimension2Allowed) Specifies whether the case where a dimension 2 null-space is allowed.voidUPnPPointCorrespondencePinholeCameraEstimator.setNullspaceDimension2Allowed(boolean nullspaceDimension2Allowed) Specifies whether the case where a dimension 2 null-space is allowed.voidUPnPPointCorrespondencePinholeCameraRobustEstimator.setNullspaceDimension2Allowed(boolean nullspaceDimension2Allowed) Specifies whether the case where a dimension 2 null-space is allowed.voidEPnPPointCorrespondencePinholeCameraEstimator.setNullspaceDimension3Allowed(boolean nullspaceDimension3Allowed) Specifies whether the case where a dimension 3 null-space is allowed.voidEPnPPointCorrespondencePinholeCameraRobustEstimator.setNullspaceDimension3Allowed(boolean nullspaceDimension3Allowed) Specifies whether the case where a dimension 3 null-space is allowed.voidEPnPPointCorrespondencePinholeCameraEstimator.setPlanarConfigurationAllowed(boolean planarConfigurationAllowed) Specifies whether planar configuration is checked to determine whether point correspondences are in such configuration and find a specific solution for such case.voidEPnPPointCorrespondencePinholeCameraRobustEstimator.setPlanarConfigurationAllowed(boolean planarConfigurationAllowed) Specifies whether planar configuration is checked to determine whether point correspondences are in such configuration and find a specific solution for such case.voidUPnPPointCorrespondencePinholeCameraEstimator.setPlanarConfigurationAllowed(boolean planarConfigurationAllowed) Specifies whether planar configuration is checked to determine whether point correspondences are in such configuration and find a specific solution for such case.voidUPnPPointCorrespondencePinholeCameraRobustEstimator.setPlanarConfigurationAllowed(boolean planarConfigurationAllowed) Specifies whether planar configuration is checked to determine whether point correspondences are in such configuration and find a specific solution for such case.voidEPnPPointCorrespondencePinholeCameraEstimator.setPlanarThreshold(double planarThreshold) Sets threshold to determine whether 3D matched points are in a planar configuration.voidEPnPPointCorrespondencePinholeCameraRobustEstimator.setPlanarThreshold(double planarThreshold) Sets threshold to determine whether 3D matched points are in a planar configuration.voidUPnPPointCorrespondencePinholeCameraEstimator.setPlanarThreshold(double planarThreshold) Sets threshold to determine whether 3D matched points are in a planar configuration.voidUPnPPointCorrespondencePinholeCameraRobustEstimator.setPlanarThreshold(double planarThreshold) Sets threshold to determine whether 3D matched points are in a planar configuration.voidSets list of planes to be used to estimate a dual quadric.final voidPlaneCorrespondenceAffineTransformation3DRobustEstimator.setPlanes(List<Plane> inputPlanes, List<Plane> outputPlanes) Sets lists of planes to be used to estimate an affine 3D transformation.protected final voidPlaneCorrespondenceProjectiveTransformation3DRobustEstimator.setPlanes(List<Plane> inputPlanes, List<Plane> outputPlanes) Sets lists of planes to be used to estimate a projective 3D transformation.voidSets list of planes to be used to estimate a 3D point.voidEPnPPointCorrespondencePinholeCameraEstimator.setPointCorrespondencesNormalized(boolean normalize) Specifies whether provided point correspondences are normalized to increase the accuracy of the estimation.voidPointCorrespondencePinholeCameraEstimator.setPointCorrespondencesNormalized(boolean normalize) Specifies whether provided point correspondences are normalized to increase the accuracy of the estimation.voidUPnPPointCorrespondencePinholeCameraEstimator.setPointCorrespondencesNormalized(boolean normalize) Specifies whether provided point correspondences are normalized to increase the accuracy of the estimation.voidSets list of points to be used to estimate a circle.voidSets list of points to be used to estimate a conic.voidSets list of points to be used to estimate an Euclidean 2D transformation.voidEuclideanTransformation2DRobustEstimator.setPoints(List<Point2D> inputPoints, List<Point2D> outputPoints) Sets list of points to be used to estimate an Euclidean 2D transformation.voidSets list of points to be used to estimate an Euclidean 3D transformation.voidEuclideanTransformation3DRobustEstimator.setPoints(List<Point3D> inputPoints, List<Point3D> outputPoints) Sets list of points to be used to estimate an Euclidean 3D transformation.voidSets list of points to be used to estimate a 2D line.voidSets list of points to be used to estimate a metric 2D transformation.voidMetricTransformation2DRobustEstimator.setPoints(List<Point2D> inputPoints, List<Point2D> outputPoints) Sets list of points to be used to estimate a metric 2D transformation.voidSets list of points to be used to estimate a metric 3D transformation.voidMetricTransformation3DRobustEstimator.setPoints(List<Point3D> inputPoints, List<Point3D> outputPoints) Sets list of points to be used to estimate a metric 3D transformation.voidSets list of points to be used to estimate a 3D plane.voidSets collection of points used to compute normalization.voidSets collection of points used to compute normalization.final voidPointCorrespondenceAffineTransformation2DRobustEstimator.setPoints(List<Point2D> inputPoints, List<Point2D> outputPoints) Sets lists of points to be used to estimate an affine 2D transformation.final voidPointCorrespondenceAffineTransformation3DRobustEstimator.setPoints(List<Point3D> inputPoints, List<Point3D> outputPoints) Sets lists of points to be used to estimate an affine 3D transformation.final voidPointCorrespondencePinholeCameraRobustEstimator.setPoints(List<Point3D> points3D, List<Point2D> points2D) Sets lists of 3D/2D points to be used to estimate a pinhole camera.final voidPointCorrespondenceProjectiveTransformation2DRobustEstimator.setPoints(List<Point2D> inputPoints, List<Point2D> outputPoints) Sets lists of points to be used to estimate a projective 2D transformation.final voidPointCorrespondenceProjectiveTransformation3DRobustEstimator.setPoints(List<Point3D> inputPoints, List<Point3D> outputPoints) Sets lists of points to be used to estimate a projective 3D transformation.voidSets list of points to be used to estimate a quadric.voidSets list of points to be used to estimate a sphere.voidAffineTransformation2DRobustEstimator.setProgressDelta(float progressDelta) Sets amount of progress variation before notifying a progress change during estimation.voidAffineTransformation3DRobustEstimator.setProgressDelta(float progressDelta) Sets amount of progress variation before notifying a progress change during estimation.voidCircleRobustEstimator.setProgressDelta(float progressDelta) Sets amount of progress variation before notifying a progress change during estimation.voidConicRobustEstimator.setProgressDelta(float progressDelta) Sets amount of progress variation before notifying a progress change during estimation.voidDualConicRobustEstimator.setProgressDelta(float progressDelta) Sets amount of progress variation before notifying a progress change during estimation.voidDualQuadricRobustEstimator.setProgressDelta(float progressDelta) Sets amount of progress variation before notifying a progress change during estimation.voidEuclideanTransformation2DRobustEstimator.setProgressDelta(float progressDelta) Sets amount of progress variation before notifying a progress change during estimation.voidEuclideanTransformation3DRobustEstimator.setProgressDelta(float progressDelta) Sets amount of progress variation before notifying a progress change during estimation.voidLine2DRobustEstimator.setProgressDelta(float progressDelta) Sets amount of progress variation before notifying a progress change during estimation.voidMetricTransformation2DRobustEstimator.setProgressDelta(float progressDelta) Sets amount of progress variation before notifying a progress change during estimation.voidMetricTransformation3DRobustEstimator.setProgressDelta(float progressDelta) Sets amount of progress variation before notifying a progress change during estimation.voidPinholeCameraRobustEstimator.setProgressDelta(float progressDelta) Sets amount of progress variation before notifying a progress change during estimation.voidPlaneRobustEstimator.setProgressDelta(float progressDelta) Sets amount of progress variation before notifying a progress change during estimation.voidPoint2DRobustEstimator.setProgressDelta(float progressDelta) Sets amount of progress variation before notifying a progress change during estimation.voidPoint3DRobustEstimator.setProgressDelta(float progressDelta) Sets amount of progress variation before notifying a progress change during estimation.voidProjectiveTransformation2DRobustEstimator.setProgressDelta(float progressDelta) Sets amount of progress variation before notifying a progress change during estimation.voidProjectiveTransformation3DRobustEstimator.setProgressDelta(float progressDelta) Sets amount of progress variation before notifying a progress change during estimation.voidQuadricRobustEstimator.setProgressDelta(float progressDelta) Sets amount of progress variation before notifying a progress change during estimation.voidSphereRobustEstimator.setProgressDelta(float progressDelta) Sets amount of progress variation before notifying a progress change during estimation.voidCircleRobustEstimator.setQualityScores(double[] qualityScores) Sets quality scores corresponding to each point.voidConicRobustEstimator.setQualityScores(double[] qualityScores) Sets quality scores corresponding to each point.voidDualConicRobustEstimator.setQualityScores(double[] qualityScores) Sets quality scores corresponding to each line.voidDualQuadricRobustEstimator.setQualityScores(double[] qualityScores) Sets quality scores corresponding to each plane.voidEuclideanTransformation2DRobustEstimator.setQualityScores(double[] qualityScores) Sets quality scores corresponding to each pair of matched points.voidEuclideanTransformation3DRobustEstimator.setQualityScores(double[] qualityScores) Sets quality scores corresponding to each pair of matched points.voidLine2DRobustEstimator.setQualityScores(double[] qualityScores) Sets quality scores corresponding to each point.voidLineCorrespondenceAffineTransformation2DRobustEstimator.setQualityScores(double[] qualityScores) Sets quality scores corresponding to each pair of matched lines.voidLineCorrespondenceProjectiveTransformation2DRobustEstimator.setQualityScores(double[] qualityScores) Sets quality scores corresponding to each pair of matched lines.voidLinePlaneCorrespondencePinholeCameraRobustEstimator.setQualityScores(double[] qualityScores) Sets quality scores corresponding to each pair of matched points.voidMetricTransformation2DRobustEstimator.setQualityScores(double[] qualityScores) Sets quality scores corresponding to each pair of matched points.voidMetricTransformation3DRobustEstimator.setQualityScores(double[] qualityScores) Sets quality scores corresponding to each pair of matched points.voidPlaneCorrespondenceAffineTransformation3DRobustEstimator.setQualityScores(double[] qualityScores) Sets quality scores corresponding to each pair of matched planes.voidPlaneCorrespondenceProjectiveTransformation3DRobustEstimator.setQualityScores(double[] qualityScores) Sets quality scores corresponding to each pair of matched planes.voidPlaneRobustEstimator.setQualityScores(double[] qualityScores) Sets quality scores corresponding to each point.voidPoint2DRobustEstimator.setQualityScores(double[] qualityScores) Sets quality scores corresponding to each line.voidPoint3DRobustEstimator.setQualityScores(double[] qualityScores) Sets quality scores corresponding to each line.voidPointCorrespondenceAffineTransformation2DRobustEstimator.setQualityScores(double[] qualityScores) Sets quality scores corresponding to each pair of matched points.voidPointCorrespondenceAffineTransformation3DRobustEstimator.setQualityScores(double[] qualityScores) Sets quality scores corresponding to each pair of matched points.voidPointCorrespondencePinholeCameraRobustEstimator.setQualityScores(double[] qualityScores) Sets quality scores corresponding to each pair of matched points.voidPointCorrespondenceProjectiveTransformation2DRobustEstimator.setQualityScores(double[] qualityScores) Sets quality scores corresponding to each pair of matched points.voidPointCorrespondenceProjectiveTransformation3DRobustEstimator.setQualityScores(double[] qualityScores) Sets quality scores corresponding to each pair of matched points.voidPROMedSCircleRobustEstimator.setQualityScores(double[] qualityScores) Sets quality scores corresponding to each provided point.voidPROMedSConicRobustEstimator.setQualityScores(double[] qualityScores) Sets quality scores corresponding to each provided point.voidPROMedSDLTLinePlaneCorrespondencePinholeCameraRobustEstimator.setQualityScores(double[] qualityScores) Sets quality scores corresponding to each pair of matched points.voidPROMedSDLTPointCorrespondencePinholeCameraRobustEstimator.setQualityScores(double[] qualityScores) Sets quality scores corresponding to each pair of matched points.voidPROMedSDualConicRobustEstimator.setQualityScores(double[] qualityScores) Sets quality scores corresponding to each provided line.voidPROMedSDualQuadricRobustEstimator.setQualityScores(double[] qualityScores) Sets quality scores corresponding to each provided plane.voidPROMedSEPnPPointCorrespondencePinholeCameraRobustEstimator.setQualityScores(double[] qualityScores) Sets quality scores corresponding to each pair of matched points.voidPROMedSEuclideanTransformation2DRobustEstimator.setQualityScores(double[] qualityScores) Sets quality scores corresponding to each pair of matched points.voidPROMedSEuclideanTransformation3DRobustEstimator.setQualityScores(double[] qualityScores) Sets quality scores corresponding to each pair of matched points.voidPROMedSLine2DRobustEstimator.setQualityScores(double[] qualityScores) Sets quality scores corresponding to each provided point.voidPROMedSLineCorrespondenceAffineTransformation2DRobustEstimator.setQualityScores(double[] qualityScores) Sets quality scores corresponding to each pair of matched lines.voidPROMedSLineCorrespondenceProjectiveTransformation2DRobustEstimator.setQualityScores(double[] qualityScores) Sets quality scores corresponding to each pair of matched lines.voidPROMedSMetricTransformation2DRobustEstimator.setQualityScores(double[] qualityScores) Sets quality scores corresponding to each pair of matched points.voidPROMedSMetricTransformation3DRobustEstimator.setQualityScores(double[] qualityScores) Sets quality scores corresponding to each pair of matched points.voidPROMedSPlaneCorrespondenceAffineTransformation3DRobustEstimator.setQualityScores(double[] qualityScores) Sets quality scores corresponding to each pair of matched planes.voidPROMedSPlaneCorrespondenceProjectiveTransformation3DRobustEstimator.setQualityScores(double[] qualityScores) Sets quality scores corresponding to each pair of matched planes.voidPROMedSPlaneRobustEstimator.setQualityScores(double[] qualityScores) Sets quality scores corresponding to each provided point.voidPROMedSPoint2DRobustEstimator.setQualityScores(double[] qualityScores) Sets quality scores corresponding to each provided point.voidPROMedSPoint3DRobustEstimator.setQualityScores(double[] qualityScores) Sets quality scores corresponding to each provided point.voidPROMedSPointCorrespondenceAffineTransformation2DRobustEstimator.setQualityScores(double[] qualityScores) Sets quality scores corresponding to each pair of matched points.voidPROMedSPointCorrespondenceAffineTransformation3DRobustEstimator.setQualityScores(double[] qualityScores) Sets quality scores corresponding to each pair of matched points.voidPROMedSPointCorrespondenceProjectiveTransformation2DRobustEstimator.setQualityScores(double[] qualityScores) Sets quality scores corresponding to each pair of matched points.voidPROMedSPointCorrespondenceProjectiveTransformation3DRobustEstimator.setQualityScores(double[] qualityScores) Sets quality scores corresponding to each pair of matched points.voidPROMedSQuadricRobustEstimator.setQualityScores(double[] qualityScores) Sets quality scores corresponding to each provided point.voidPROMedSSphereRobustEstimator.setQualityScores(double[] qualityScores) Sets quality scores corresponding to each provided point.voidPROMedSUPnPPointCorrespondencePinholeCameraRobustEstimator.setQualityScores(double[] qualityScores) Sets quality scores corresponding to each pair of matched points.voidPROSACCircleRobustEstimator.setQualityScores(double[] qualityScores) Sets quality scores corresponding to each provided point.voidPROSACConicRobustEstimator.setQualityScores(double[] qualityScores) Sets quality scores corresponding to each provided point.voidPROSACDLTLinePlaneCorrespondencePinholeCameraRobustEstimator.setQualityScores(double[] qualityScores) Sets quality scores corresponding to each pair of matched points.voidPROSACDLTPointCorrespondencePinholeCameraRobustEstimator.setQualityScores(double[] qualityScores) Sets quality scores corresponding to each pair of matched points.voidPROSACDualConicRobustEstimator.setQualityScores(double[] qualityScores) Sets quality scores corresponding to each provided line.voidPROSACDualQuadricRobustEstimator.setQualityScores(double[] qualityScores) Sets quality scores corresponding to each provided plane.voidPROSACEPnPPointCorrespondencePinholeCameraRobustEstimator.setQualityScores(double[] qualityScores) Sets quality scores corresponding to each pair of matched points.voidPROSACEuclideanTransformation2DRobustEstimator.setQualityScores(double[] qualityScores) Sets quality scores corresponding to each pair of matched points.voidPROSACEuclideanTransformation3DRobustEstimator.setQualityScores(double[] qualityScores) Sets quality scores corresponding to each pair of matched points.voidPROSACLine2DRobustEstimator.setQualityScores(double[] qualityScores) Sets quality scores corresponding to each provided point.voidPROSACLineCorrespondenceAffineTransformation2DRobustEstimator.setQualityScores(double[] qualityScores) Sets quality scores corresponding to each pair of matched lines.voidPROSACLineCorrespondenceProjectiveTransformation2DRobustEstimator.setQualityScores(double[] qualityScores) Sets quality scores corresponding to each pair of matched lines.voidPROSACMetricTransformation2DRobustEstimator.setQualityScores(double[] qualityScores) Sets quality scores corresponding to each pair of matched points.voidPROSACMetricTransformation3DRobustEstimator.setQualityScores(double[] qualityScores) Sets quality scores corresponding to each pair of matched points.voidPROSACPlaneCorrespondenceAffineTransformation3DRobustEstimator.setQualityScores(double[] qualityScores) Sets quality scores corresponding to each pair of matched planes.voidPROSACPlaneCorrespondenceProjectiveTransformation3DRobustEstimator.setQualityScores(double[] qualityScores) Sets quality scores corresponding to each pair of matched planes.voidPROSACPlaneRobustEstimator.setQualityScores(double[] qualityScores) Sets quality scores corresponding to each provided point.voidPROSACPoint2DRobustEstimator.setQualityScores(double[] qualityScores) Sets quality scores corresponding to each provided line.voidPROSACPoint3DRobustEstimator.setQualityScores(double[] qualityScores) Sets quality scores corresponding to each provided plane.voidPROSACPointCorrespondenceAffineTransformation2DRobustEstimator.setQualityScores(double[] qualityScores) Sets quality scores corresponding to each pair of matched points.voidPROSACPointCorrespondenceAffineTransformation3DRobustEstimator.setQualityScores(double[] qualityScores) Sets quality scores corresponding to each pair of matched points.voidPROSACPointCorrespondenceProjectiveTransformation2DRobustEstimator.setQualityScores(double[] qualityScores) Sets quality scores corresponding to each pair of matched points.voidPROSACPointCorrespondenceProjectiveTransformation3DRobustEstimator.setQualityScores(double[] qualityScores) Sets quality scores corresponding to each pair of matched points.voidPROSACQuadricRobustEstimator.setQualityScores(double[] qualityScores) Sets quality scores corresponding to each provided point.voidPROSACSphereRobustEstimator.setQualityScores(double[] qualityScores) Sets quality scores corresponding to each provided point.voidPROSACUPnPPointCorrespondencePinholeCameraRobustEstimator.setQualityScores(double[] qualityScores) Sets quality scores corresponding to each pair of matched points.voidQuadricRobustEstimator.setQualityScores(double[] qualityScores) Sets quality scores corresponding to each point.voidSphereRobustEstimator.setQualityScores(double[] qualityScores) Sets quality scores corresponding to each point.voidPoint2DRobustEstimator.setRefinementCoordinatesType(CoordinatesType refinementCoordinatesType) Sets coordinates type to use for refinement.voidPoint3DRobustEstimator.setRefinementCoordinatesType(CoordinatesType refinementCoordinatesType) Sets coordinates type to use for refinement.voidAffineTransformation2DRobustEstimator.setResultRefined(boolean refineResult) Specifies whether result must be refined using Levenberg-Marquardt fitting algorithm over found inliers.voidAffineTransformation3DRobustEstimator.setResultRefined(boolean refineResult) Specifies whether result must be refined using Levenberg-Marquardt fitting algorithm over found inliers.voidEuclideanTransformation2DRobustEstimator.setResultRefined(boolean refineResult) Specifies whether result must be refined using Levenberg-Marquardt fitting algorithm over found inliers.voidEuclideanTransformation3DRobustEstimator.setResultRefined(boolean refineResult) Specifies whether result must be refined using Levenberg-Marquardt fitting algorithm over found inliers.voidMetricTransformation2DRobustEstimator.setResultRefined(boolean refineResult) Specifies whether result must be refined using Levenberg-Marquardt fitting algorithm over found inliers.voidMetricTransformation3DRobustEstimator.setResultRefined(boolean refineResult) Specifies whether result must be refined using Levenberg-Marquardt fitting algorithm over found inliers.voidPinholeCameraRobustEstimator.setResultRefined(boolean refineResult) Specifies whether result must be refined using Levenberg-Marquardt fitting algorithm over found inliers.voidPoint2DRobustEstimator.setResultRefined(boolean refineResult) Specifies whether result must be refined using Levenberg-Marquardt fitting algorithm over found inliers.voidPoint3DRobustEstimator.setResultRefined(boolean refineResult) Specifies whether result must be refined using Levenberg-Marquardt fitting algorithm over found inliers.voidProjectiveTransformation2DRobustEstimator.setResultRefined(boolean refineResult) Specifies whether result must be refined using Levenberg-Marquardt fitting algorithm over found inliers.voidProjectiveTransformation3DRobustEstimator.setResultRefined(boolean refineResult) Specifies whether result must be refined using Levenberg-Marquardt fitting algorithm over found inliers.voidUPnPPointCorrespondencePinholeCameraEstimator.setSkewness(double skewness) Sets skewness value of intrinsic parameters to be used on estimated camera.voidUPnPPointCorrespondencePinholeCameraRobustEstimator.setSkewness(double skewness) Sets skewness value of intrinsic parameters to be used on estimated camera.voidWeightedLinePlaneCorrespondencePinholeCameraEstimator.setSortWeightsEnabled(boolean sortWeights) Specifies whether weights are sorted by so that largest weighted correspondences are used first.voidWeightedPointCorrespondencePinholeCameraEstimator.setSortWeightsEnabled(boolean sortWeights) Specifies whether weights are sorted by so that largest weighted correspondences are used first.voidLMedSCircleRobustEstimator.setStopThreshold(double stopThreshold) Sets threshold to be used to keep the algorithm iterating in case that best estimated threshold using median of residuals is not small enough.voidLMedSConicRobustEstimator.setStopThreshold(double stopThreshold) Sets threshold to be used to keep the algorithm iterating in case that best estimated threshold using median of residuals is not small enough.voidLMedSDLTLinePlaneCorrespondencePinholeCameraRobustEstimator.setStopThreshold(double stopThreshold) Sets threshold to be used to keep the algorithm iterating in case that best estimated threshold using median of residuals is not small enough.voidLMedSDLTPointCorrespondencePinholeCameraRobustEstimator.setStopThreshold(double stopThreshold) Sets threshold to be used to keep the algorithm iterating in case that best estimated threshold using median of residuals is not small enough.voidLMedSDualConicRobustEstimator.setStopThreshold(double stopThreshold) Sets threshold to be used to keep the algorithm iterating in case that best estimated threshold using median of residuals is not small enough.voidLMedSDualQuadricRobustEstimator.setStopThreshold(double stopThreshold) Sets threshold to be used to keep the algorithm iterating in case that best estimated threshold using median of residuals is not small enough.voidLMedSEPnPPointCorrespondencePinholeCameraRobustEstimator.setStopThreshold(double stopThreshold) Sets threshold to be used to keep the algorithm iterating in case that best estimated threshold using median of residuals is not small enough.voidLMedSEuclideanTransformation2DRobustEstimator.setStopThreshold(double stopThreshold) Sets threshold to be used to keep the algorithm iterating in case that best estimated threshold using median of residuals is not small enough.voidLMedSEuclideanTransformation3DRobustEstimator.setStopThreshold(double stopThreshold) Sets threshold to be used to keep the algorithm iterating in case that best estimated threshold using median of residuals is not small enough.voidLMedSLine2DRobustEstimator.setStopThreshold(double stopThreshold) Sets threshold to be used to keep the algorithm iterating in case that best estimated threshold using median of residuals is not small enough.voidLMedSLineCorrespondenceAffineTransformation2DRobustEstimator.setStopThreshold(double stopThreshold) Sets threshold to be used to keep the algorithm iterating in case that best estimated threshold using median of residuals is not small enough.voidLMedSLineCorrespondenceProjectiveTransformation2DRobustEstimator.setStopThreshold(double stopThreshold) Sets threshold to be used to keep the algorithm iterating in case that best estimated threshold using median of residuals is not small enough.voidLMedSMetricTransformation2DRobustEstimator.setStopThreshold(double stopThreshold) Sets threshold to be used to keep the algorithm iterating in case that best estimated threshold using median of residuals is not small enough.voidLMedSMetricTransformation3DRobustEstimator.setStopThreshold(double stopThreshold) Sets threshold to be used to keep the algorithm iterating in case that best estimated threshold using median of residuals is not small enough.voidLMedSPlaneCorrespondenceAffineTransformation3DRobustEstimator.setStopThreshold(double stopThreshold) Sets threshold to be used to keep the algorithm iterating in case that best estimated threshold using median of residuals is not small enough.voidLMedSPlaneCorrespondenceProjectiveTransformation3DRobustEstimator.setStopThreshold(double stopThreshold) Sets threshold to be used to keep the algorithm iterating in case that best estimated threshold using median of residuals is not small enough.voidLMedSPlaneRobustEstimator.setStopThreshold(double stopThreshold) Sets threshold to be used to keep the algorithm iterating in case that best estimated threshold using median of residuals is not small enough.voidLMedSPoint2DRobustEstimator.setStopThreshold(double stopThreshold) Sets threshold to be used to keep the algorithm iterating in case that best estimated threshold using median of residuals is not small enough.voidLMedSPoint3DRobustEstimator.setStopThreshold(double stopThreshold) Sets threshold to be used to keep the algorithm iterating in case that best estimated threshold using median of residuals is not small enough.voidLMedSPointCorrespondenceAffineTransformation2DRobustEstimator.setStopThreshold(double stopThreshold) Sets threshold to be used to keep the algorithm iterating in case that best estimated threshold using median of residuals is not small enough.voidLMedSPointCorrespondenceAffineTransformation3DRobustEstimator.setStopThreshold(double stopThreshold) Sets threshold to be used to keep the algorithm iterating in case that best estimated threshold using median of residuals is not small enough.voidLMedSPointCorrespondenceProjectiveTransformation2DRobustEstimator.setStopThreshold(double stopThreshold) Sets threshold to be used to keep the algorithm iterating in case that best estimated threshold using median of residuals is not small enough.voidLMedSPointCorrespondenceProjectiveTransformation3DRobustEstimator.setStopThreshold(double stopThreshold) Sets threshold to be used to keep the algorithm iterating in case that best estimated threshold using median of residuals is not small enough.voidLMedSQuadricRobustEstimator.setStopThreshold(double stopThreshold) Sets threshold to be used to keep the algorithm iterating in case that best estimated threshold using median of residuals is not small enough.voidLMedSSphereRobustEstimator.setStopThreshold(double stopThreshold) Sets threshold to be used to keep the algorithm iterating in case that best estimated threshold using median of residuals is not small enough.voidLMedSUPnPPointCorrespondencePinholeCameraRobustEstimator.setStopThreshold(double stopThreshold) Sets threshold to be used to keep the algorithm iterating in case that best estimated threshold using median of residuals is not small enough.voidPROMedSCircleRobustEstimator.setStopThreshold(double stopThreshold) Sets threshold to be used to keep the algorithm iterating in case that best estimated threshold using median of residuals is not small enough.voidPROMedSConicRobustEstimator.setStopThreshold(double stopThreshold) Sets threshold to be used to keep the algorithm iterating in case that best estimated threshold using median of residuals is not small enough.voidPROMedSDLTLinePlaneCorrespondencePinholeCameraRobustEstimator.setStopThreshold(double stopThreshold) Sets threshold to be used to keep the algorithm iterating in case that best estimated threshold using median of residuals is not small enough.voidPROMedSDLTPointCorrespondencePinholeCameraRobustEstimator.setStopThreshold(double stopThreshold) Sets threshold to be used to keep the algorithm iterating in case that best estimated threshold using median of residuals is not small enough.voidPROMedSDualConicRobustEstimator.setStopThreshold(double stopThreshold) Sets threshold to be used to keep the algorithm iterating in case that best estimated threshold using median of residuals is not small enough.voidPROMedSDualQuadricRobustEstimator.setStopThreshold(double stopThreshold) Sets threshold to be used to keep the algorithm iterating in case that best estimated threshold using median of residuals is not small enough.voidPROMedSEPnPPointCorrespondencePinholeCameraRobustEstimator.setStopThreshold(double stopThreshold) Sets threshold to be used to keep the algorithm iterating in case that best estimated threshold using median of residuals is not small enough.voidPROMedSEuclideanTransformation2DRobustEstimator.setStopThreshold(double stopThreshold) Sets threshold to be used to keep the algorithm iterating in case that best estimated threshold using median of residuals is not small enough.voidPROMedSEuclideanTransformation3DRobustEstimator.setStopThreshold(double stopThreshold) Sets threshold to be used to keep the algorithm iterating in case that best estimated threshold using median of residuals is not small enough.voidPROMedSLine2DRobustEstimator.setStopThreshold(double stopThreshold) Sets threshold to be used to keep the algorithm iterating in case that best estimated threshold using median of residuals is not small enough.voidPROMedSLineCorrespondenceAffineTransformation2DRobustEstimator.setStopThreshold(double stopThreshold) Sets threshold to be used to keep the algorithm iterating in case that best estimated threshold using median of residuals is not small enough.voidPROMedSLineCorrespondenceProjectiveTransformation2DRobustEstimator.setStopThreshold(double stopThreshold) Sets threshold to be used to keep the algorithm iterating in case that best estimated threshold using median of residuals is not small enough.voidPROMedSMetricTransformation2DRobustEstimator.setStopThreshold(double stopThreshold) Sets threshold to be used to keep the algorithm iterating in case that best estimated threshold using median of residuals is not small enough.voidPROMedSMetricTransformation3DRobustEstimator.setStopThreshold(double stopThreshold) Sets threshold to be used to keep the algorithm iterating in case that best estimated threshold using median of residuals is not small enough.voidPROMedSPlaneCorrespondenceAffineTransformation3DRobustEstimator.setStopThreshold(double stopThreshold) Sets threshold to be used to keep the algorithm iterating in case that best estimated threshold using median of residuals is not small enough.voidPROMedSPlaneCorrespondenceProjectiveTransformation3DRobustEstimator.setStopThreshold(double stopThreshold) Sets threshold to be used to keep the algorithm iterating in case that best estimated threshold using median of residuals is not small enough.voidPROMedSPlaneRobustEstimator.setStopThreshold(double stopThreshold) Sets threshold to be used to keep the algorithm iterating in case that best estimated threshold using median of residuals is not small enough.voidPROMedSPoint2DRobustEstimator.setStopThreshold(double stopThreshold) Sets threshold to be used to keep the algorithm iterating in case that best estimated threshold using median of residuals is not small enough.voidPROMedSPoint3DRobustEstimator.setStopThreshold(double stopThreshold) Sets threshold to be used to keep the algorithm iterating in case that best estimated threshold using median of residuals is not small enough.voidPROMedSPointCorrespondenceAffineTransformation2DRobustEstimator.setStopThreshold(double stopThreshold) Sets threshold to be used to keep the algorithm iterating in case that best estimated threshold using median of residuals is not small enough.voidPROMedSPointCorrespondenceAffineTransformation3DRobustEstimator.setStopThreshold(double stopThreshold) Sets threshold to be used to keep the algorithm iterating in case that best estimated threshold using median of residuals is not small enough.voidPROMedSPointCorrespondenceProjectiveTransformation2DRobustEstimator.setStopThreshold(double stopThreshold) Sets threshold to be used to keep the algorithm iterating in case that best estimated threshold using median of residuals is not small enough.voidPROMedSPointCorrespondenceProjectiveTransformation3DRobustEstimator.setStopThreshold(double stopThreshold) Sets threshold to be used to keep the algorithm iterating in case that best estimated threshold using median of residuals is not small enough.voidPROMedSQuadricRobustEstimator.setStopThreshold(double stopThreshold) Sets threshold to be used to keep the algorithm iterating in case that best estimated threshold using median of residuals is not small enough.voidPROMedSSphereRobustEstimator.setStopThreshold(double stopThreshold) Sets threshold to be used to keep the algorithm iterating in case that best estimated threshold using median of residuals is not small enough.voidPROMedSUPnPPointCorrespondencePinholeCameraRobustEstimator.setStopThreshold(double stopThreshold) Sets threshold to be used to keep the algorithm iterating in case that best estimated threshold using median of residuals is not small enough.voidPinholeCameraEstimator.setSuggestAspectRatioEnabled(boolean suggestAspectRatioEnabled) Specifies whether aspect ratio is suggested or not.voidPinholeCameraRobustEstimator.setSuggestAspectRatioEnabled(boolean suggestAspectRatioEnabled) Specifies whether aspect ratio is suggested or not.voidPinholeCameraEstimator.setSuggestCenterEnabled(boolean suggestCenterEnabled) Specifies whether camera center is suggested or not.voidPinholeCameraRobustEstimator.setSuggestCenterEnabled(boolean suggestCenterEnabled) Specifies whether camera center is suggested or not.voidPinholeCameraEstimator.setSuggestedAspectRatioValue(double suggestedAspectRatioValue) Sets suggested aspect ratio value to be reached when suggestion is enabled.voidPinholeCameraRobustEstimator.setSuggestedAspectRatioValue(double suggestedAspectRatioValue) Sets suggested aspect ratio value to be reached when suggestion is enabled.voidPinholeCameraEstimator.setSuggestedCenterValue(InhomogeneousPoint3D suggestedCenterValue) Sets suggested center to be reached when suggestion is enabled.voidPinholeCameraRobustEstimator.setSuggestedCenterValue(InhomogeneousPoint3D suggestedCenterValue) Sets suggested center to be reached when suggestion is enabled.voidPinholeCameraEstimator.setSuggestedHorizontalFocalLengthValue(double suggestedHorizontalFocalLengthValue) Sets suggested horizontal focal length value to be reached when suggestion is enabled.voidPinholeCameraRobustEstimator.setSuggestedHorizontalFocalLengthValue(double suggestedHorizontalFocalLengthValue) Sets suggested horizontal focal length value to be reached when suggestion is enabled.voidPinholeCameraEstimator.setSuggestedPrincipalPointValue(InhomogeneousPoint2D suggestedPrincipalPointValue) Sets suggested principal point value to be reached when suggestion is enabled.voidPinholeCameraRobustEstimator.setSuggestedPrincipalPointValue(InhomogeneousPoint2D suggestedPrincipalPointValue) Sets suggested principal point value to be reached when suggestion is enabled.voidPinholeCameraEstimator.setSuggestedRotationValue(Quaternion suggestedRotationValue) Sets suggested rotation to be reached when suggestion is enabled.voidPinholeCameraRobustEstimator.setSuggestedRotationValue(Quaternion suggestedRotationValue) Sets suggested rotation to be reached when suggestion is enabled.voidPinholeCameraEstimator.setSuggestedSkewnessValue(double suggestedSkewnessValue) Sets suggested skewness value to be reached when suggestion is enabled.voidPinholeCameraRobustEstimator.setSuggestedSkewnessValue(double suggestedSkewnessValue) Sets suggested skewness value to be reached when suggestion is enabled.voidPinholeCameraEstimator.setSuggestedVerticalFocalLengthValue(double suggestedVerticalFocalLengthValue) Sets suggested vertical focal length value to be reached when suggestion is enabled.voidPinholeCameraRobustEstimator.setSuggestedVerticalFocalLengthValue(double suggestedVerticalFocalLengthValue) Sets suggested vertical focal length value to be reached when suggestion is enabled.voidPinholeCameraEstimator.setSuggestHorizontalFocalLengthEnabled(boolean suggestHorizontalFocalLengthEnabled) Specifies whether horizontal focal length is suggested or not.voidPinholeCameraRobustEstimator.setSuggestHorizontalFocalLengthEnabled(boolean suggestHorizontalFocalLengthEnabled) Specifies whether horizontal focal length is suggested or not.voidPinholeCameraEstimator.setSuggestionWeightStep(double suggestionWeightStep) Sets step to increase suggestion weight.voidPinholeCameraEstimator.setSuggestPrincipalPointEnabled(boolean suggestPrincipalPointEnabled) Specifies whether principal point is suggested or not.voidPinholeCameraRobustEstimator.setSuggestPrincipalPointEnabled(boolean suggestPrincipalPointEnabled) Specifies whether principal point is suggested or not.voidPinholeCameraEstimator.setSuggestRotationEnabled(boolean suggestRotationEnabled) Specifies whether camera rotation is suggested or not.voidPinholeCameraRobustEstimator.setSuggestRotationEnabled(boolean suggestRotationEnabled) Specifies whether camera rotation is suggested or not.voidPinholeCameraEstimator.setSuggestSkewnessValueEnabled(boolean suggestSkewnessValueEnabled) Specifies whether skewness value is suggested or not.voidPinholeCameraRobustEstimator.setSuggestSkewnessValueEnabled(boolean suggestSkewnessValueEnabled) Specifies whether skewness value is suggested or not.voidPinholeCameraEstimator.setSuggestVerticalFocalLengthEnabled(boolean suggestVerticalFocalLengthEnabled) Specifies whether vertical focal length is suggested or not.voidPinholeCameraRobustEstimator.setSuggestVerticalFocalLengthEnabled(boolean suggestVerticalFocalLengthEnabled) Specifies whether vertical focal length is suggested or not.voidMSACCircleRobustEstimator.setThreshold(double threshold) Sets threshold to determine whether points are inliers or not when testing possible estimation solutions.voidMSACConicRobustEstimator.setThreshold(double threshold) Sets threshold to determine whether points are inliers or not when testing possible estimation solutions.voidMSACDLTLinePlaneCorrespondencePinholeCameraRobustEstimator.setThreshold(double threshold) Sets threshold to determine whether planes are inliers or not when testing possible estimation solutions.voidMSACDLTPointCorrespondencePinholeCameraRobustEstimator.setThreshold(double threshold) Sets threshold to determine whether points are inliers or not when testing possible estimation solutions.voidMSACDualConicRobustEstimator.setThreshold(double threshold) Sets threshold to determine whether lines are inliers or not when testing possible estimation solutions.voidMSACDualQuadricRobustEstimator.setThreshold(double threshold) Sets threshold to determine whether planes are inliers or not when testing possible estimation solutions.voidMSACEPnPPointCorrespondencePinholeCameraRobustEstimator.setThreshold(double threshold) Sets threshold to determine whether points are inliers or not when testing possible estimation solutions.voidMSACEuclideanTransformation2DRobustEstimator.setThreshold(double threshold) Sets threshold to determine whether points are inliers or not when testing possible estimation solutions.voidMSACEuclideanTransformation3DRobustEstimator.setThreshold(double threshold) Sets threshold to determine whether points are inliers or not when testing possible estimation solutions.voidMSACLine2DRobustEstimator.setThreshold(double threshold) Sets threshold to determine whether points are inliers or not when testing possible estimation solutions.voidMSACLineCorrespondenceAffineTransformation2DRobustEstimator.setThreshold(double threshold) Sets threshold to determine whether lines are inliers or not when testing possible estimation solutions.voidMSACLineCorrespondenceProjectiveTransformation2DRobustEstimator.setThreshold(double threshold) Sets threshold to determine whether lines are inliers or not when testing possible estimation solutions.voidMSACMetricTransformation2DRobustEstimator.setThreshold(double threshold) Sets threshold to determine whether points are inliers or not when testing possible estimation solutions.voidMSACMetricTransformation3DRobustEstimator.setThreshold(double threshold) Sets threshold to determine whether points are inliers or not when testing possible estimation solutions.voidMSACPlaneCorrespondenceAffineTransformation3DRobustEstimator.setThreshold(double threshold) Sets threshold to determine whether planes are inliers or not when testing possible estimation solutions.voidMSACPlaneCorrespondenceProjectiveTransformation3DRobustEstimator.setThreshold(double threshold) Sets threshold to determine whether planes are inliers or not when testing possible estimation solutions.voidMSACPlaneRobustEstimator.setThreshold(double threshold) Sets threshold to determine whether points are inliers or not when testing possible estimation solutions.voidMSACPoint2DRobustEstimator.setThreshold(double threshold) Sets threshold to determine whether lines are inliers or not when testing possible estimation solutions.voidMSACPoint3DRobustEstimator.setThreshold(double threshold) Sets threshold to determine whether planes are inliers or not when testing possible estimation solutions.voidMSACPointCorrespondenceAffineTransformation2DRobustEstimator.setThreshold(double threshold) Sets threshold to determine whether points are inliers or not when testing possible estimation solutions.voidMSACPointCorrespondenceAffineTransformation3DRobustEstimator.setThreshold(double threshold) Sets threshold to determine whether points are inliers or not when testing possible estimation solutions.voidMSACPointCorrespondenceProjectiveTransformation2DRobustEstimator.setThreshold(double threshold) Sets threshold to determine whether points are inliers or not when testing possible estimation solutions.voidMSACPointCorrespondenceProjectiveTransformation3DRobustEstimator.setThreshold(double threshold) Sets threshold to determine whether points are inliers or not when testing possible estimation solutions.voidMSACQuadricRobustEstimator.setThreshold(double threshold) Sets threshold to determine whether points are inliers or not when testing possible estimation solutions.voidMSACSphereRobustEstimator.setThreshold(double threshold) Sets threshold to determine whether points are inliers or not when testing possible estimation solutions.voidMSACUPnPPointCorrespondencePinholeCameraRobustEstimator.setThreshold(double threshold) Sets threshold to determine whether points are inliers or not when testing possible estimation solutions.voidPROSACCircleRobustEstimator.setThreshold(double threshold) Sets threshold to determine whether points are inliers or not when testing possible estimation solutions.voidPROSACConicRobustEstimator.setThreshold(double threshold) Sets threshold to determine whether points are inliers or not when testing possible estimation solutions.voidPROSACDLTLinePlaneCorrespondencePinholeCameraRobustEstimator.setThreshold(double threshold) Sets threshold to determine whether planes are inliers or not when testing possible estimation solutions.voidPROSACDLTPointCorrespondencePinholeCameraRobustEstimator.setThreshold(double threshold) Sets threshold to determine whether points are inliers or not when testing possible estimation solutions.voidPROSACDualConicRobustEstimator.setThreshold(double threshold) Sets threshold to determine whether lines are inliers or not when testing possible estimation solutions.voidPROSACDualQuadricRobustEstimator.setThreshold(double threshold) Sets threshold to determine whether planes are inliers or not when testing possible estimation solutions.voidPROSACEPnPPointCorrespondencePinholeCameraRobustEstimator.setThreshold(double threshold) Sets threshold to determine whether points are inliers or not when testing possible estimation solutions.voidPROSACEuclideanTransformation2DRobustEstimator.setThreshold(double threshold) Sets threshold to determine whether points are inliers or not when testing possible estimation solutions.voidPROSACEuclideanTransformation3DRobustEstimator.setThreshold(double threshold) Sets threshold to determine whether points are inliers or not when testing possible estimation solutions.voidPROSACLine2DRobustEstimator.setThreshold(double threshold) Sets threshold to determine whether points are inliers or not when testing possible estimation solutions.voidPROSACLineCorrespondenceAffineTransformation2DRobustEstimator.setThreshold(double threshold) Sets threshold to determine whether lines are inliers or not when testing possible estimation solutions.voidPROSACLineCorrespondenceProjectiveTransformation2DRobustEstimator.setThreshold(double threshold) Sets threshold to determine whether lines are inliers or not when testing possible estimation solutions.voidPROSACMetricTransformation2DRobustEstimator.setThreshold(double threshold) Sets threshold to determine whether points are inliers or not when testing possible estimation solutions.voidPROSACMetricTransformation3DRobustEstimator.setThreshold(double threshold) Sets threshold to determine whether points are inliers or not when testing possible estimation solutions.voidPROSACPlaneCorrespondenceAffineTransformation3DRobustEstimator.setThreshold(double threshold) Sets threshold to determine whether planes are inliers or not when testing possible estimation solutions.voidPROSACPlaneCorrespondenceProjectiveTransformation3DRobustEstimator.setThreshold(double threshold) Sets threshold to determine whether planes are inliers or not when testing possible estimation solutions.voidPROSACPlaneRobustEstimator.setThreshold(double threshold) Sets threshold to determine whether points are inliers or not when testing possible estimation solutions.voidPROSACPoint2DRobustEstimator.setThreshold(double threshold) Sets threshold to determine whether lines are inliers or not when testing possible estimation solutions.voidPROSACPoint3DRobustEstimator.setThreshold(double threshold) Sets threshold to determine whether planes are inliers or not when testing possible estimation solutions.voidPROSACPointCorrespondenceAffineTransformation2DRobustEstimator.setThreshold(double threshold) Sets threshold to determine whether points are inliers or not when testing possible estimation solutions.voidPROSACPointCorrespondenceAffineTransformation3DRobustEstimator.setThreshold(double threshold) Sets threshold to determine whether points are inliers or not when testing possible estimation solutions.voidPROSACPointCorrespondenceProjectiveTransformation2DRobustEstimator.setThreshold(double threshold) Sets threshold to determine whether points are inliers or not when testing possible estimation solutions.voidPROSACPointCorrespondenceProjectiveTransformation3DRobustEstimator.setThreshold(double threshold) Sets threshold to determine whether points are inliers or not when testing possible estimation solutions.voidPROSACQuadricRobustEstimator.setThreshold(double threshold) Sets threshold to determine whether points are inliers or not when testing possible estimation solutions.voidPROSACSphereRobustEstimator.setThreshold(double threshold) Sets threshold to determine whether points are inliers or not when testing possible estimation solutions.voidPROSACUPnPPointCorrespondencePinholeCameraRobustEstimator.setThreshold(double threshold) Sets threshold to determine whether points are inliers or not when testing possible estimation solutions.voidRANSACCircleRobustEstimator.setThreshold(double threshold) Sets threshold to determine whether points are inliers or not when testing possible estimation solutions.voidRANSACConicRobustEstimator.setThreshold(double threshold) Sets threshold to determine whether points are inliers or not when testing possible estimation solutions.voidRANSACDLTLinePlaneCorrespondencePinholeCameraRobustEstimator.setThreshold(double threshold) Sets threshold to determine whether planes are inliers or not when testing possible estimation solutions.voidRANSACDLTPointCorrespondencePinholeCameraRobustEstimator.setThreshold(double threshold) Sets threshold to determine whether points are inliers or not when testing possible estimation solutions.voidRANSACDualConicRobustEstimator.setThreshold(double threshold) Sets threshold to determine whether lines are inliers or not when testing possible estimation solutions.voidRANSACDualQuadricRobustEstimator.setThreshold(double threshold) Sets threshold to determine whether planes are inliers or not when testing possible estimation solutions.voidRANSACEPnPPointCorrespondencePinholeCameraRobustEstimator.setThreshold(double threshold) Sets threshold to determine whether points are inliers or not when testing possible estimation solutions.voidRANSACEuclideanTransformation2DRobustEstimator.setThreshold(double threshold) Sets threshold to determine whether points are inliers or not when testing possible estimation solutions.voidRANSACEuclideanTransformation3DRobustEstimator.setThreshold(double threshold) Sets threshold to determine whether points are inliers or not when testing possible estimation solutions.voidRANSACLine2DRobustEstimator.setThreshold(double threshold) Sets threshold to determine whether points are inliers or not when testing possible estimation solutions.voidRANSACLineCorrespondenceAffineTransformation2DRobustEstimator.setThreshold(double threshold) Sets threshold to determine whether lines are inliers or not when testing possible estimation solutions.voidRANSACLineCorrespondenceProjectiveTransformation2DRobustEstimator.setThreshold(double threshold) Sets threshold to determine whether lines are inliers or not when testing possible estimation solutions.voidRANSACMetricTransformation2DRobustEstimator.setThreshold(double threshold) Sets threshold to determine whether points are inliers or not when testing possible estimation solutions.voidRANSACMetricTransformation3DRobustEstimator.setThreshold(double threshold) Sets threshold to determine whether points are inliers or not when testing possible estimation solutions.voidRANSACPlaneCorrespondenceAffineTransformation3DRobustEstimator.setThreshold(double threshold) Sets threshold to determine whether planes are inliers or not when testing possible estimation solutions.voidRANSACPlaneCorrespondenceProjectiveTransformation3DRobustEstimator.setThreshold(double threshold) Sets threshold to determine whether planes are inliers or not when testing possible estimation solutions.voidRANSACPlaneRobustEstimator.setThreshold(double threshold) Sets threshold to determine whether points are inliers or not when testing possible estimation solutions.voidRANSACPoint2DRobustEstimator.setThreshold(double threshold) Sets threshold to determine whether lines are inliers or not when testing possible estimation solutions.voidRANSACPoint3DRobustEstimator.setThreshold(double threshold) Sets threshold to determine whether planes are inliers or not when testing possible estimation solutions.voidRANSACPointCorrespondenceAffineTransformation2DRobustEstimator.setThreshold(double threshold) Sets threshold to determine whether points are inliers or not when testing possible estimation solutions.voidRANSACPointCorrespondenceAffineTransformation3DRobustEstimator.setThreshold(double threshold) Sets threshold to determine whether points are inliers or not when testing possible estimation solutions.voidRANSACPointCorrespondenceProjectiveTransformation2DRobustEstimator.setThreshold(double threshold) Sets threshold to determine whether points are inliers or not when testing possible estimation solutions.voidRANSACPointCorrespondenceProjectiveTransformation3DRobustEstimator.setThreshold(double threshold) Sets threshold to determine whether points are inliers or not when testing possible estimation solutions.voidRANSACQuadricRobustEstimator.setThreshold(double threshold) Sets threshold to determine whether points are inliers or not when testing possible estimation solutions.voidRANSACSphereRobustEstimator.setThreshold(double threshold) Sets threshold to determine whether points are inliers or not when testing possible estimation solutions.voidRANSACUPnPPointCorrespondencePinholeCameraRobustEstimator.setThreshold(double threshold) Sets threshold to determine whether points are inliers or not when testing possible estimation solutions.voidUPnPPointCorrespondencePinholeCameraEstimator.setVerticalPrincipalPoint(double verticalPrincipalPoint) Sets vertical coordinate of principal point on intrinsic parameters to be used on estimated camera.voidUPnPPointCorrespondencePinholeCameraRobustEstimator.setVerticalPrincipalPoint(double verticalPrincipalPoint) Sets vertical coordinate of principal point on intrinsic parameters to be used on estimated camera.voidEuclideanTransformation2DEstimator.setWeakMinimumSizeAllowed(boolean weakMinimumSizeAllowed) Specifies whether estimation can start with only 2 points or not.voidEuclideanTransformation2DRobustEstimator.setWeakMinimumSizeAllowed(boolean weakMinimumSizeAllowed) Specifies whether estimation can start with only 2 points or not.voidEuclideanTransformation3DEstimator.setWeakMinimumSizeAllowed(boolean weakMinimumSizeAllowed) Specifies whether estimation can start with only 3 points or not.voidEuclideanTransformation3DRobustEstimator.setWeakMinimumSizeAllowed(boolean weakMinimumSizeAllowed) Specifies whether estimation can start with only 3 points or not.voidMetricTransformation2DEstimator.setWeakMinimumSizeAllowed(boolean weakMinimumSizeAllowed) Specifies whether estimation can start with only 2 points or not.voidMetricTransformation2DRobustEstimator.setWeakMinimumSizeAllowed(boolean weakMinimumSizeAllowed) Specifies whether estimation can start with only 2 points or not.voidMetricTransformation3DEstimator.setWeakMinimumSizeAllowed(boolean weakMinimumSizeAllowed) Specifies whether estimation can start with only 3 points or not.voidMetricTransformation3DRobustEstimator.setWeakMinimumSizeAllowed(boolean weakMinimumSizeAllowed) Specifies whether estimation can start with only 3 points or not.private MetricTransformation3DEPnPPointCorrespondencePinholeCameraEstimator.worldToCameraTransformationMetric(List<Point3D> controlCameraPoints) Estimates world to camera transformation using estimated control points in world and camera coordinates as a metric transformation.private MetricTransformation3DUPnPPointCorrespondencePinholeCameraEstimator.worldToCameraTransformationMetric(List<Point3D> controlCameraPoints) Estimates world to camera transformation using estimated control points in world and camera coordinates as a metric transformation. -
Uses of LockedException in com.irurueta.geometry.refiners
Methods in com.irurueta.geometry.refiners that throw LockedExceptionModifier and TypeMethodDescriptionAffineTransformation2DRefiner.refine()Refines provided initial estimation.AffineTransformation3DRefiner.refine()Refines provided initial estimation.booleanDecomposedLinePlaneCorrespondencePinholeCameraRefiner.refine(PinholeCamera result) Refines provided initial estimation.booleanDecomposedPointCorrespondencePinholeCameraRefiner.refine(PinholeCamera result) Refines provided initial estimation.EuclideanTransformation2DRefiner.refine()Refines provided initial estimation.booleanEuclideanTransformation2DRefiner.refine(EuclideanTransformation2D result) Refines provided initial estimation.EuclideanTransformation3DRefiner.refine()Refines provided initial estimation.booleanEuclideanTransformation3DRefiner.refine(EuclideanTransformation3D result) Refines provided initial estimation.HomogeneousPoint2DRefiner.refine()Refines provided initial estimation.booleanHomogeneousPoint2DRefiner.refine(HomogeneousPoint2D result) Refines provided initial estimation.HomogeneousPoint3DRefiner.refine()Refines provided initial estimation.booleanHomogeneousPoint3DRefiner.refine(HomogeneousPoint3D result) Refines provided initial estimation.InhomogeneousPoint2DRefiner.refine()Refines provided initial estimation.booleanInhomogeneousPoint2DRefiner.refine(InhomogeneousPoint2D result) Refines provided initial estimation.InhomogeneousPoint3DRefiner.refine()Refines provided initial estimation.booleanInhomogeneousPoint3DRefiner.refine(InhomogeneousPoint3D result) Refines provided initial estimation.booleanLineCorrespondenceAffineTransformation2DRefiner.refine(AffineTransformation2D result) Refines provided initial estimation.booleanLineCorrespondenceProjectiveTransformation2DRefiner.refine(ProjectiveTransformation2D result) Refines provided initial estimation.MetricTransformation2DRefiner.refine()Refines provided initial estimation.booleanMetricTransformation2DRefiner.refine(MetricTransformation2D result) Refines provided initial estimation.MetricTransformation3DRefiner.refine()Refines provided initial estimation.booleanMetricTransformation3DRefiner.refine(MetricTransformation3D result) Refines provided initial estimation.booleanNonDecomposedLinePlaneCorrespondencePinholeCameraRefiner.refine(PinholeCamera result) Refines provided initial estimation.booleanNonDecomposedPointCorrespondencePinholeCameraRefiner.refine(PinholeCamera result) Refines provided initial estimation.PinholeCameraRefiner.refine()Refines provided initial estimation.booleanPlaneCorrespondenceAffineTransformation3DRefiner.refine(AffineTransformation3D result) Refines provided initial estimation.booleanPlaneCorrespondenceProjectiveTransformation3DRefiner.refine(ProjectiveTransformation3D result) Refines provided initial estimation.booleanPointCorrespondenceAffineTransformation2DRefiner.refine(AffineTransformation2D result) Refines provided initial estimation.booleanPointCorrespondenceAffineTransformation3DRefiner.refine(AffineTransformation3D result) Refines provide initial estimation.booleanPointCorrespondenceProjectiveTransformation2DRefiner.refine(ProjectiveTransformation2D result) Refines provided initial estimation.booleanPointCorrespondenceProjectiveTransformation3DRefiner.refine(ProjectiveTransformation3D result) Refines provided initial estimation.ProjectiveTransformation2DRefiner.refine()Refines provided initial estimation.ProjectiveTransformation3DRefiner.refine()Refines provided initial estimation.abstract TRefiner.refine()Refines provided initial estimation.abstract booleanRefines provided initial estimation.voidRefiner.setCovarianceKept(boolean keepCovariance) Specifies whether covariance of estimation must be kept after refinement or not.voidRefiner.setInitialEstimation(T initialEstimation) Sets initial estimation.voidInliersDataRefiner.setInliers(BitSet inliers) Specifies set indicating which of the provided matches are inliers.voidInliersDataRefiner.setInliersData(com.irurueta.numerical.robust.InliersData inliersData) Sets inlier data.voidDecomposedLinePlaneCorrespondencePinholeCameraRefiner.setMaxSuggestionWeight(double maxSuggestionWeight) Sets maximum suggestion weight.voidDecomposedPointCorrespondencePinholeCameraRefiner.setMaxSuggestionWeight(double maxSuggestionWeight) Sets maximum suggestion weight.voidDecomposedLinePlaneCorrespondencePinholeCameraRefiner.setMinMaxSuggestionWeight(double minSuggestionWeight, double maxSuggestionWeight) Sets minimum and maximum suggestion weights.voidDecomposedPointCorrespondencePinholeCameraRefiner.setMinMaxSuggestionWeight(double minSuggestionWeight, double maxSuggestionWeight) Sets minimum and maximum suggestion weights.voidDecomposedLinePlaneCorrespondencePinholeCameraRefiner.setMinSuggestionWeight(double minSuggestionWeight) Sets minimum suggestion weight.voidDecomposedPointCorrespondencePinholeCameraRefiner.setMinSuggestionWeight(double minSuggestionWeight) Sets minimum suggestion weight.voidInliersDataRefiner.setNumInliers(int numInliers) Sets number of inliers on initial estimation.voidAffineTransformation2DRefiner.setRefinementStandardDeviation(double refinementStandardDeviation) Sets standard deviation used for Levenberg-Marquardt fitting during refinement.voidAffineTransformation3DRefiner.setRefinementStandardDeviation(double refinementStandardDeviation) Sets standard deviation used for Levenberg-Marquardt fitting during refinement.voidEuclideanTransformation2DRefiner.setRefinementStandardDeviation(double refinementStandardDeviation) Sets standard deviation used for Levenberg-Marquardt fitting during refinement.voidEuclideanTransformation3DRefiner.setRefinementStandardDeviation(double refinementStandardDeviation) Sets standard deviation used for Levenberg-Marquardt fitting during refinement.voidMetricTransformation2DRefiner.setRefinementStandardDeviation(double refinementStandardDeviation) Sets standard deviation used for Levenberg-Marquardt fitting during refinement.voidMetricTransformation3DRefiner.setRefinementStandardDeviation(double refinementStandardDeviation) Sets standard deviation used for Levenberg-Marquardt fitting during refinement.voidPinholeCameraRefiner.setRefinementStandardDeviation(double refinementStandardDeviation) Sets standard deviation used for Levenberg-Marquardt fitting during refinement.voidPoint2DRefiner.setRefinementStandardDeviation(double refinementStandardDeviation) Sets standard deviation used for Levenberg-Marquardt fitting during refinement.voidPoint3DRefiner.setRefinementStandardDeviation(double refinementStandardDeviation) Sets standard deviation used for Levenberg-Marquardt fitting during refinement.voidProjectiveTransformation2DRefiner.setRefinementStandardDeviation(double refinementStandardDeviation) Sets standard deviation used for Levenberg-Marquardt fitting during refinement.voidProjectiveTransformation3DRefiner.setRefinementStandardDeviation(double refinementStandardDeviation) Sets standard deviation used for Levenberg-Marquardt fitting during refinement.voidInliersDataRefiner.setResiduals(double[] residuals) Sets residuals for matched samples corresponding to the initial estimation.voidSamplesAndInliersDataRefiner.setSamples(List<S> samples) Sets collection of samples.voidPairMatchesAndInliersDataRefiner.setSamples1(List<S1> samples1) Sets 1st set of paired samples.voidPairMatchesAndInliersDataRefiner.setSamples2(List<S2> samples2) Sets 2nd set of paired samples.voidPinholeCameraRefiner.setSuggestAspectRatioEnabled(boolean suggestAspectRatioEnabled) Specifies whether aspect ratio is suggested or not.voidPinholeCameraRefiner.setSuggestCenterEnabled(boolean suggestCenterEnabled) Specifies whether camera center is suggested or not.voidPinholeCameraRefiner.setSuggestedAspectRatioValue(double suggestedAspectRatioValue) Sets suggested aspect ratio value to be reached when suggestion is enabled.voidPinholeCameraRefiner.setSuggestedCenterValue(InhomogeneousPoint3D suggestedCenterValue) Sets suggested center to be reached when suggestion is enabled.voidPinholeCameraRefiner.setSuggestedHorizontalFocalLengthValue(double suggestedHorizontalFocalLengthValue) Sets suggested horizontal focal length value to be reached when suggestion is enabled.voidPinholeCameraRefiner.setSuggestedPrincipalPointValue(InhomogeneousPoint2D suggestedPrincipalPointValue) Sets suggested principal point value to be reached when suggestion is enabled.voidPinholeCameraRefiner.setSuggestedRotationValue(Quaternion suggestedRotationValue) Sets suggested rotation to be reached when suggestion is enabled.voidPinholeCameraRefiner.setSuggestedSkewnessValue(double suggestedSkewnessValue) Sets suggested skewness value to be reached when suggestion is enabled.voidPinholeCameraRefiner.setSuggestedVerticalFocalLengthValue(double suggestedVerticalFocalLengthValue) Sets suggested vertical focal length value to be reached when suggestion is enabled.voidPinholeCameraRefiner.setSuggestHorizontalFocalLengthEnabled(boolean suggestHorizontalFocalLengthEnabled) Specifies whether horizontal focal length is suggested or not.voidNonDecomposedLinePlaneCorrespondencePinholeCameraRefiner.setSuggestionErrorWeight(double suggestionErrorWeight) Sets suggestion error weight.voidNonDecomposedPointCorrespondencePinholeCameraRefiner.setSuggestionErrorWeight(double suggestionErrorWeight) Sets suggestion error weight.voidDecomposedLinePlaneCorrespondencePinholeCameraRefiner.setSuggestionWeightStep(double suggestionWeightStep) Sets step to increase suggestion weight.voidDecomposedPointCorrespondencePinholeCameraRefiner.setSuggestionWeightStep(double suggestionWeightStep) Sets step to increase suggestion weight.voidPinholeCameraRefiner.setSuggestPrincipalPointEnabled(boolean suggestPrincipalPointEnabled) Specifies whether principal point is suggested or not.voidPinholeCameraRefiner.setSuggestRotationEnabled(boolean suggestRotationEnabled) Specifies whether camera rotation is suggested or not.voidPinholeCameraRefiner.setSuggestSkewnessValueEnabled(boolean suggestSkewnessValueEnabled) Specifies whether skewness value is suggested or not.voidPinholeCameraRefiner.setSuggestVerticalFocalLengthEnabled(boolean suggestVerticalFocalLengthEnabled) Specifies whether vertical focal length is suggested or not.