Uses of Class
com.irurueta.geometry.estimators.NotReadyException
Packages that use NotReadyException
Package
Description
This package contains classes to estimate basic geometric structures
-
Uses of NotReadyException in com.irurueta.geometry.estimators
Methods in com.irurueta.geometry.estimators that throw NotReadyExceptionModifier 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.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 NotReadyException in com.irurueta.geometry.refiners
Methods in com.irurueta.geometry.refiners that throw NotReadyExceptionModifier 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.