Documentation of 'boofcv.struct.distort.PixelTransform_F64' Java class
PixelTransform_F64
boofcv.struct.distort

Class PixelTransform_F64

    • Field Summary

      Fields 
      Modifier and Type Field and Description
      double distX 
      double distY 
    • Method Summary

      All Methods Instance Methods Abstract Methods Concrete Methods 
      Modifier and Type Method and Description
      abstract void compute(int x, int y)
      applies a transform to a pixel coordinate
      double getDistX() 
      double getDistY() 
      • Methods inherited from class java.lang.Object

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

      • distX

        public double distX
      • distY

        public double distY
    • Constructor Detail

      • PixelTransform_F64

        public PixelTransform_F64()
    • Method Detail

      • compute

        public abstract void compute(int x,
                                     int y)
        applies a transform to a pixel coordinate
        Parameters:
        x - Pixel x-coordinate
        y - Pixel y-coordinate
      • getDistX

        public double getDistX()
      • getDistY

        public double getDistY()

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.