ImagePreprocessor
interface ImagePreprocessor
Content copied to clipboard
Basic interface for image preprocessors. It operates on BufferedImage.
Functions
apply
Link copied to clipboard
abstract fun apply(image: BufferedImage, inputShape: ImageShape): Pair<BufferedImage, ImageShape>
Content copied to clipboard