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

Class AddRadialNtoN_F32

  • All Implemented Interfaces:
    PointTransform_F32


    public class AddRadialNtoN_F32
    extends java.lang.Object
    implements PointTransform_F32
    Given an undistorted normalized pixel coordinate, compute the distorted normalized coordinate.
    • Constructor Detail

      • AddRadialNtoN_F32

        public AddRadialNtoN_F32()
    • Method Detail

      • setDistortion

        public AddRadialNtoN_F32 setDistortion(double[] radial,
                                               double t1,
                                               double t2)
        Specify intrinsic camera parameters
        Parameters:
        radial - Radial distortion parameters
      • setDistortion

        public AddRadialNtoN_F32 setDistortion(float[] radial,
                                               float t1,
                                               float t2)
      • 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 normalized image coordinates
        y - Undistorted y-coordinate normalized image coordinates
        out - Distorted normalized image coordinate.

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.