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

    Modifier and Type
    Method
    Description
    void
    Point2DNormalizer.compute()
    Computes normalization and de-normalization transformations.
    void
    Point3DNormalizer.compute()
    Computes normalization and de-normalization transformations
    EPnPPointCorrespondencePinholeCameraEstimator.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.
    AffineTransformation2DRobustEstimator.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.
    AffineTransformation3DRobustEstimator.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 Circle
    CircleRobustEstimator.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 Conic
    ConicRobustEstimator.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 DualConic
    DualConicRobustEstimator.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 DualQuadric
    DualQuadricRobustEstimator.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.
    void
    EuclideanTransformation2DEstimator.estimate(EuclideanTransformation2D result)
    Estimates an Euclidean 2D transformation using the list of matched input and output 2D points.
    EuclideanTransformation2DRobustEstimator.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.
    void
    EuclideanTransformation3DEstimator.estimate(EuclideanTransformation3D result)
    Estimates an Euclidean 3D transformation using the list of matched input and output 3D points.
    EuclideanTransformation3DRobustEstimator.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 Line2D
    Line2DRobustEstimator.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 estimator
    LMedSPointCorrespondenceProjectiveTransformation3DRobustEstimator.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.
    void
    MetricTransformation2DEstimator.estimate(MetricTransformation2D result)
    Estimates a metric 2D transformation using the list of matched input and output 2D points.
    MetricTransformation2DRobustEstimator.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.
    void
    MetricTransformation3DEstimator.estimate(MetricTransformation3D result)
    Estimates a metric 3D transformation using the list of matched input and output 3D points.
    MetricTransformation3DRobustEstimator.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 PinholeCamera
    PinholeCameraEstimator.estimate()
    Estimates a pinhole camera.
    abstract PinholeCamera
    PinholeCameraRobustEstimator.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 Plane
    PlaneRobustEstimator.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 Point2D
    Point2DRobustEstimator.estimate()
    Estimates a 2D point using a robust estimator and the best set of 2D lines that intersect into the estimated 2D point.
    abstract Point3D
    Point3DRobustEstimator.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.
    ProjectiveTransformation2DRobustEstimator.estimate()
    Estimates a projective 2D transformation using a robust estimator and the best set of matched 2D point correspondences found using the robust estimator.
    ProjectiveTransformation3DRobustEstimator.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 Quadric
    QuadricRobustEstimator.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 estimator
    RANSACPointCorrespondenceProjectiveTransformation3DRobustEstimator.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 Sphere
    SphereRobustEstimator.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 void
    EPnPPointCorrespondencePinholeCameraEstimator.generalSolution1()
    Tests solution 1 for general point configuration.
    private void
    EPnPPointCorrespondencePinholeCameraEstimator.generalSolution2()
    Tests solution 2 for general point configuration.
    private void
    EPnPPointCorrespondencePinholeCameraEstimator.generalSolution3()
    Tests solution 3 for general point configuration.
    EPnPPointCorrespondencePinholeCameraEstimator.worldToCameraTransformationMetric(List<Point3D> controlCameraPoints)
    Estimates world to camera transformation using estimated control points in world and camera coordinates as a metric transformation.
    UPnPPointCorrespondencePinholeCameraEstimator.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

    Modifier and Type
    Method
    Description
    AffineTransformation2DRefiner.refine()
    Refines provided initial estimation.
    AffineTransformation3DRefiner.refine()
    Refines provided initial estimation.
    boolean
    DecomposedLinePlaneCorrespondencePinholeCameraRefiner.refine(PinholeCamera result)
    Refines provided initial estimation.
    boolean
    DecomposedPointCorrespondencePinholeCameraRefiner.refine(PinholeCamera result)
    Refines provided initial estimation.
    EuclideanTransformation2DRefiner.refine()
    Refines provided initial estimation.
    boolean
    EuclideanTransformation2DRefiner.refine(EuclideanTransformation2D result)
    Refines provided initial estimation.
    EuclideanTransformation3DRefiner.refine()
    Refines provided initial estimation.
    boolean
    EuclideanTransformation3DRefiner.refine(EuclideanTransformation3D result)
    Refines provided initial estimation.
    HomogeneousPoint2DRefiner.refine()
    Refines provided initial estimation.
    boolean
    HomogeneousPoint2DRefiner.refine(HomogeneousPoint2D result)
    Refines provided initial estimation.
    HomogeneousPoint3DRefiner.refine()
    Refines provided initial estimation.
    boolean
    HomogeneousPoint3DRefiner.refine(HomogeneousPoint3D result)
    Refines provided initial estimation.
    InhomogeneousPoint2DRefiner.refine()
    Refines provided initial estimation.
    boolean
    InhomogeneousPoint2DRefiner.refine(InhomogeneousPoint2D result)
    Refines provided initial estimation.
    InhomogeneousPoint3DRefiner.refine()
    Refines provided initial estimation.
    boolean
    InhomogeneousPoint3DRefiner.refine(InhomogeneousPoint3D result)
    Refines provided initial estimation.
    boolean
    LineCorrespondenceAffineTransformation2DRefiner.refine(AffineTransformation2D result)
    Refines provided initial estimation.
    boolean
    LineCorrespondenceProjectiveTransformation2DRefiner.refine(ProjectiveTransformation2D result)
    Refines provided initial estimation.
    MetricTransformation2DRefiner.refine()
    Refines provided initial estimation.
    boolean
    MetricTransformation2DRefiner.refine(MetricTransformation2D result)
    Refines provided initial estimation.
    MetricTransformation3DRefiner.refine()
    Refines provided initial estimation.
    boolean
    MetricTransformation3DRefiner.refine(MetricTransformation3D result)
    Refines provided initial estimation.
    boolean
    NonDecomposedLinePlaneCorrespondencePinholeCameraRefiner.refine(PinholeCamera result)
    Refines provided initial estimation.
    boolean
    NonDecomposedPointCorrespondencePinholeCameraRefiner.refine(PinholeCamera result)
    Refines provided initial estimation.
    PinholeCameraRefiner.refine()
    Refines provided initial estimation.
    boolean
    PlaneCorrespondenceAffineTransformation3DRefiner.refine(AffineTransformation3D result)
    Refines provided initial estimation.
    boolean
    PlaneCorrespondenceProjectiveTransformation3DRefiner.refine(ProjectiveTransformation3D result)
    Refines provided initial estimation.
    boolean
    PointCorrespondenceAffineTransformation2DRefiner.refine(AffineTransformation2D result)
    Refines provided initial estimation.
    boolean
    PointCorrespondenceAffineTransformation3DRefiner.refine(AffineTransformation3D result)
    Refines provide initial estimation.
    boolean
    PointCorrespondenceProjectiveTransformation2DRefiner.refine(ProjectiveTransformation2D result)
    Refines provided initial estimation.
    boolean
    PointCorrespondenceProjectiveTransformation3DRefiner.refine(ProjectiveTransformation3D result)
    Refines provided initial estimation.
    ProjectiveTransformation2DRefiner.refine()
    Refines provided initial estimation.
    ProjectiveTransformation3DRefiner.refine()
    Refines provided initial estimation.
    abstract T
    Refiner.refine()
    Refines provided initial estimation.
    abstract boolean
    Refiner.refine(T result)
    Refines provided initial estimation.