Interface AssignPixelValue_SB<T extends ImageGray<T>>

All Known Implementing Classes:
AssignPixelValue_SB.F32, AssignPixelValue_SB.I16, AssignPixelValue_SB.I8, AssignPixelValue_SB.S32

public interface AssignPixelValue_SB<T extends ImageGray<T>>
Abstract way to assign pixel values to ImageGray without knowing the underlying data type.
  • Method Details

    • setImage

      void setImage(T image)
    • assign

      void assign(int indexDst, float value)