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

Class AddRadialPtoN_F64

  • All Implemented Interfaces:
    PointTransform_F64


    public class AddRadialPtoN_F64
    extends java.lang.Object
    implements PointTransform_F64
    Given an undistorted pixel coordinate, compute the distorted normalized image coordinate.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      void compute(double x, double y, Point2D_F64 out)
      Adds radial distortion
      AddRadialPtoN_F64 setDistortion(double[] radial, double t1, double t2)
      Specify intrinsic camera parameters
      AddRadialPtoN_F64 setK(double fx, double fy, double skew, double cx, double cy)
      Specify camera calibration parameters
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • AddRadialPtoN_F64

        public AddRadialPtoN_F64()
    • Method Detail

      • setK

        public AddRadialPtoN_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 AddRadialPtoN_F64 setDistortion(double[] radial,
                                               double t1,
                                               double t2)
        Specify intrinsic camera parameters
        Parameters:
        radial - Radial distortion parameters
      • compute

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

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.