pad_and_resize_img: Pad & Resize an Image

Description Usage Arguments

Description

Function to pad and resize an image to 300x300, this function currently assumes that the image is longer than it wide and pads the x axes so that it is as long as wide. Subsequently, the image is resized.

Usage

1
pad_and_resize_img(image_path, size_x = 300, size_y = 300, new_path = NULL)

Arguments

new_path

primaj/deepDreameR documentation built on March 12, 2020, 12:06 a.m.