Uses of Class
com.irurueta.ar.calibration.RadialDistortionException

Packages that use RadialDistortionException
Package
Description
This package contains classes used for camera calibration on 3D reconstruction
This package contains classes needed to estimate structures needed for camera calibration
  • Uses of RadialDistortionException in com.irurueta.ar.calibration

    Modifier and Type
    Method
    Description
    final void
    RadialDistortion.setFromPointsAndCenter(com.irurueta.geometry.Point2D distortedPoint1, com.irurueta.geometry.Point2D distortedPoint2, com.irurueta.geometry.Point2D undistortedPoint1, com.irurueta.geometry.Point2D undistortedPoint2, com.irurueta.geometry.Point2D distortionCenter)
    Estimates this radial distortion from points and distortion center.
    void
    RadialDistortion.setHorizontalFocalLength(double horizontalFocalLength)
    Sets horizontal focal length expressed in pixels.
    void
    RadialDistortion.setIntrinsic(com.irurueta.geometry.PinholeCameraIntrinsicParameters intrinsic)
    Sets intrinsic parameters from pinhole camera.
    final void
    RadialDistortion.setIntrinsic(com.irurueta.geometry.Point2D center, double horizontalFocalLength, double verticalFocalLength, double skew)
    Sets intrinsic parameters.
    void
    RadialDistortion.setVerticalFocalLength(double verticalFocalLength)
    Sets vertical focal length expressed in pixels.
    Modifier
    Constructor
    Description
     
    RadialDistortion(double[] kParams, com.irurueta.geometry.Point2D center, double horizontalFocalLength, double verticalFocalLength, double skew)
    Constructor with radial distortion parameters, center and other camera intrinsic parameters.
     
    RadialDistortion(double k1, double k2, com.irurueta.geometry.Point2D center, double horizontalFocalLength, double verticalFocalLength, double skew)
    Constructor with radial distortion parameters, center and other camera intrinsic parameters.
     
    RadialDistortion(com.irurueta.geometry.Point2D distortedPoint1, com.irurueta.geometry.Point2D distortedPoint2, com.irurueta.geometry.Point2D undistortedPoint1, com.irurueta.geometry.Point2D undistortedPoint2, com.irurueta.geometry.Point2D distortionCenter)
    Constructor with points and distortion center.
  • Uses of RadialDistortionException in com.irurueta.ar.calibration.estimators

    Modifier and Type
    Method
    Description
    void
    RadialDistortionEstimator.setHorizontalFocalLength(double horizontalFocalLength)
    Sets horizontal focal length expressed in pixels.
    private void
    RadialDistortionEstimator.setInternalIntrinsic(com.irurueta.geometry.Point2D distortionCenter, double horizontalFocalLength, double verticalFocalLength, double skew)
    Internally sets intrinsic parameters.
    void
    RadialDistortionEstimator.setIntrinsic(com.irurueta.geometry.PinholeCameraIntrinsicParameters intrinsic)
    Sets intrinsic parameters for this estimator from pinhole camera intrinsic parameters.
    final void
    RadialDistortionEstimator.setIntrinsic(com.irurueta.geometry.Point2D distortionCenter, double horizontalFocalLength, double verticalFocalLength, double skew)
    Sets intrinsic parameters.
    void
    RadialDistortionEstimator.setVerticalFocalLength(double verticalFocalLength)
    Sets vertical focal length expressed in pixels.