Interface ImageGenerator<T extends ImageGray<T>>

All Known Implementing Classes:
FactoryImageGenerator.WrapImage, SingleBandGenerator

public interface ImageGenerator<T extends ImageGray<T>>
Creates a new instance of an image of a specific configuration.
  • Method Details

    • createArray

      T[] createArray(int number)
    • createInstance

      T createInstance(int width, int height)
    • getType

      Class<T> getType()