Documentation of 'boofcv.alg.distort.radtan.RemoveRadialPtoN_F64' Java class
RemoveRadialPtoN_F64
boofcv.alg.distort.radtan

Class RemoveRadialPtoN_F64

  • All Implemented Interfaces:
    PointTransform_F64


    public class RemoveRadialPtoN_F64
    extends java.lang.Object
    implements PointTransform_F64
    Converts the observed distorted pixels into normalized image coordinates.
    • Constructor Detail

      • RemoveRadialPtoN_F64

        public RemoveRadialPtoN_F64()
      • RemoveRadialPtoN_F64

        public RemoveRadialPtoN_F64(double tol)
    • Method Detail

      • setTolerance

        public void setTolerance(double tol)
      • setK

        public RemoveRadialPtoN_F64 setK(double fx,
                                         double fy,
                                         double skew,
                                         double cx,
                                         double cy)
        Specify camera calibration parameters
        Parameters:
        fx - Focal length x-axis in pixels
        fy - Focal length y-axis in pixels
        skew - skew in pixels
        cx - camera center x-axis in pixels
        cy - center center y-axis in pixels
      • setDistortion

        public RemoveRadialPtoN_F64 setDistortion(double[] radial,
                                                  double t1,
                                                  double t2)
      • compute

        public void compute(double x,
                            double y,
                            Point2D_F64 out)
        Removes radial distortion
        Specified by:
        compute in interface PointTransform_F64
        Parameters:
        x - Distorted x-coordinate pixel
        y - Distorted y-coordinate pixel
        out - Undistorted normalized coordinate.

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.