Image_resize {fastai}R Documentation

Resize

Description

Returns a resized copy of this image.

Usage

Image_resize(img, size, resample = 3, box = NULL, reducing_gap = NULL)

Arguments

img

image

size

size

resample

resample

box

box

reducing_gap

reducing_gap

Value

None


[Package fastai version 2.2.2 Index]