Interface GradientValue

All Known Implementing Classes:
GradientValue_F32, GradientValue_F64, GradientValue_I32

public interface GradientValue
Image gradient at a specific pixel. Output of sparse gradient algorithms.
  • Method Summary

    Modifier and Type
    Method
    Description
    double
    Derivative along the x-axis
    double
    Derivative along the y-axis
    void
    setTo(double dx, double dy)
     
  • Method Details

    • setTo

      void setTo(double dx, double dy)
    • getX

      double getX()
      Derivative along the x-axis
    • getY

      double getY()
      Derivative along the y-axis