dataset
/
org.jetbrains.kotlinx.dl.dataset.preprocessor.image
/
ImageSaver
Image
Saver
interface
ImageSaver
Content copied to clipboard
Interface for saving image preprocessing output result.
Functions
Inheritors
Functions
save
Link copied to clipboard
abstract fun
save
(filename:
String
, image:
BufferedImage
)
Content copied to clipboard
Saves the
image
to the
filename
.
Inheritors
Save
Link copied to clipboard