ImagePreprocessor
interface ImagePreprocessor
Content copied to clipboard
Basic interface for image preprocessors. It operates on BufferedImage.
When implementing a new ImagePreprocessor it is recommended to use ImagePreprocessorBase as a base class to automatically add additional features such as saving preprocessor output.
Functions
getOutputShape
Link copied to clipboard
Computes output image shape for the provided inputShape.
Inheritors
ImagePreprocessorBase
Link copied to clipboard