Package boofcv.struct

Class PointGradient_F64

All Implemented Interfaces:
Serializable

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

    • dx

      public double dx
      Image gradient at this location
    • dy

      public double dy
      Image gradient at this location
  • Constructor Details

    • PointGradient_F64

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

      public PointGradient_F64(PointGradient_F64 orig)
    • PointGradient_F64

      public PointGradient_F64()
  • Method Details