resize_max: Resize_max

View source: R/vision_core.R

resize_maxR 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


fastai documentation built on March 31, 2023, 11:41 p.m.