Documentation of 'boofcv.abst.filter.ImageFunctionSparse' Java class
ImageFunctionSparse
boofcv.abst.filter

Interface ImageFunctionSparse<T extends ImageGray>

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method and Description
      double compute(int x, int y)
      Compute the output of the function at the specified location.
      void setImage(T image)
      Specify which image is to provide the input.
    • Method Detail

      • setImage

        void setImage(T image)
        Specify which image is to provide the input.
        Parameters:
        image -
      • compute

        double compute(int x,
                       int y)
        Compute the output of the function at the specified location.
        Parameters:
        x - pixel coordinate the function is be centered at.
        y - pixel coordinate the function is be centered at.
        Returns:
        The function's output.

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.