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

Interface SparseImageOperator<T extends ImageBase>

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method and Description
      boolean isInBounds(int x, int y)
      Checks to see if the entire sample region is contained inside the image or not.
      void setImage(T input)
      Specifies the image being processed.
    • Method Detail

      • setImage

        void setImage(T input)
        Specifies the image being processed.
        Parameters:
        input - Image being processed
      • isInBounds

        boolean isInBounds(int x,
                           int y)
        Checks to see if the entire sample region is contained inside the image or not. Depending on the implementation it might be able to handle out of bounds pixels or not.

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.