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

Class AddRadialPtoN_F32

  • All Implemented Interfaces:
    PointTransform_F32


    public class AddRadialPtoN_F32
    extends java.lang.Object
    implements PointTransform_F32
    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(float x, float y, Point2D_F32 out)
      Adds radial distortion
      AddRadialPtoN_F32 setDistortion(double[] radial, double t1, double t2)
      Specify intrinsic camera parameters
      AddRadialPtoN_F32 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_F32

        public AddRadialPtoN_F32()
    • Method Detail

      • setK

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

        public void compute(float x,
                            float y,
                            Point2D_F32 out)
        Adds radial distortion
        Specified by:
        compute in interface PointTransform_F32
        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.