DO NOT EDIT.
This file was autogenerated. Do not edit it by hand, since your modifications would be overwritten.
Classes
class DirectoryIterator
: Iterator capable of reading images from a directory on disk.
class ImageDataGenerator
: DEPRECATED.
class Iterator
: Base class for image data iterators.
class NumpyArrayIterator
: Iterator yielding data from a Numpy array.
Functions
apply_affine_transform(...)
: Applies an affine transformation specified by the parameters given.
apply_brightness_shift(...)
: Performs a brightness shift.
apply_channel_shift(...)
: Performs a channel shift.
array_to_img(...)
: Converts a 3D NumPy array to a PIL Image instance.
img_to_array(...)
: Converts a PIL Image instance to a NumPy array.
load_img(...)
: Loads an image into PIL format.
random_brightness(...)
: Performs a random brightness shift.
random_channel_shift(...)
: Performs a random channel shift.
random_rotation(...)
: DEPRECATED.
random_shear(...)
: DEPRECATED.
random_shift(...)
: DEPRECATED.
random_zoom(...)
: DEPRECATED.
save_img(...)
: Saves an image stored as a NumPy array to a path or file object.
smart_resize(...)
: Resize images to a target size without aspect ratio distortion.