Package boofcv.core.image
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 Summary
Modifier and TypeMethodDescriptionT[]
createArray
(int number) createInstance
(int width, int height) getType()
-
Method Details
-
createArray
-
createInstance
-
getType
-