Documentation of 'boofcv.struct.PointGradient_F64' Java class
PointGradient_F64
boofcv.struct

Class PointGradient_F64

  • All Implemented Interfaces:
    java.io.Serializable


    public class PointGradient_F64
    extends Point2D_F64
    Data structure for a point coordinate and the gradient at that location
    See Also:
    Serialized Form
    • Field Detail

      • dx

        public double dx
        Image gradient at this location
      • dy

        public double dy
        Image gradient at this location
    • Constructor Detail

      • PointGradient_F64

        public PointGradient_F64(double x,
                                 double y,
                                 double dx,
                                 double dy)
      • PointGradient_F64

        public PointGradient_F64()
    • Method Detail

      • set

        public void set(double x,
                        double y,
                        double dx,
                        double dy)
      • setDx

        public void setDx(double dx)
      • setDy

        public void setDy(double dy)
      • getDx

        public double getDx()
      • getDy

        public double getDy()
      • copy

        public PointGradient_F64 copy()
        Description copied from class: GeoTuple_F64
        Generic copy routine. It is recommended that this be overridden with a faster implementation.
        Overrides:
        copy in class Point2D_F64
        Returns:
        An exact copy of this GeoTuple.

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.