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

Class AddRadialNtoN_F64

  • All Implemented Interfaces:
    PointTransform_F64


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

      • AddRadialNtoN_F64

        public AddRadialNtoN_F64()
    • Method Detail

      • setDistortion

        public AddRadialNtoN_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 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.