Documentation of 'boofcv.struct.sparse.GradientValue_F64' Java class
GradientValue_F64
boofcv.struct.sparse

Class GradientValue_F64

    • Field Summary

      Fields 
      Modifier and Type Field and Description
      double x 
      double y 
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      double getX()
      Derivative along the x-axis
      double getY()
      Derivative along the y-axis
      void set(double dx, double dy) 
      • Methods inherited from class java.lang.Object

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

      • x

        public double x
      • y

        public double y
    • Constructor Detail

      • GradientValue_F64

        public GradientValue_F64()
    • Method Detail

      • set

        public void set(double dx,
                        double dy)
        Specified by:
        set in interface GradientValue
      • getX

        public double getX()
        Description copied from interface: GradientValue
        Derivative along the x-axis
        Specified by:
        getX in interface GradientValue
      • getY

        public double getY()
        Description copied from interface: GradientValue
        Derivative along the y-axis
        Specified by:
        getY in interface GradientValue

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.