ImagePreprocessor

interface ImagePreprocessor

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>
Transforms image with inputShape to the new image with the new shape.

Inheritors

Cropping
Link copied to clipboard
Loading
Link copied to clipboard
Resize
Link copied to clipboard
Rotate
Link copied to clipboard
Save
Link copied to clipboard