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

Class RadialTangential_F64



  • public class RadialTangential_F64
    extends java.lang.Object
    Distortion parameters for radial and tangential model
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      double[] radial
      Radial distortion parameters
      double t1
      Tangential distortion parameters
      double t2
      Tangential distortion parameters
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      double getT1() 
      double getT2() 
      void set(double[] radial, double t1, double t2) 
      void setT1(double t1) 
      void setT2(double t2) 
      • Methods inherited from class java.lang.Object

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

      • radial

        public double[] radial
        Radial distortion parameters
      • t1

        public double t1
        Tangential distortion parameters
      • t2

        public double t2
        Tangential distortion parameters
    • Constructor Detail

      • RadialTangential_F64

        public RadialTangential_F64(int numRadial)
      • RadialTangential_F64

        public RadialTangential_F64()
      • RadialTangential_F64

        public RadialTangential_F64(double[] radial,
                                    double t1,
                                    double t2)
    • Method Detail

      • set

        public void set(double[] radial,
                        double t1,
                        double t2)
      • getT1

        public double getT1()
      • setT1

        public void setT1(double t1)
      • getT2

        public double getT2()
      • setT2

        public void setT2(double t2)

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.