resize_max {fastai}R Documentation

Resize_max

Description

'resize' 'x' to 'max_px', or 'max_h', or 'max_w'

Usage

resize_max(img, resample = 0, max_px = NULL, max_h = NULL, max_w = NULL)

Arguments

img

image

resample

resample value

max_px

max px

max_h

max height

max_w

max width

Value

None


[Package fastai version 2.2.2 Index]