Classes | |
class | ResizeAndCrop |
Functions | |
def | resize_image (height, width, image, interpolation=None) |
def tools.image_processing.resize_image | ( | height, | |
width, | |||
image, | |||
interpolation = None |
|||
) |
A function that resizes a provided picture. Inputs: width and height to resize to image to resize Outputs: input_image_resized
Definition at line 38 of file image_processing.py.