Class FactoryImage

java.lang.Object
boofcv.struct.image.FactoryImage

public class FactoryImage extends Object
Used to create new images from its type alone
  • Constructor Details

    • FactoryImage

      public FactoryImage()
  • Method Details

    • create

      public static <T extends ImageGray<T>> T create(Class<T> type, int width, int height)