zoom_mat: Zoom_mat

View source: R/vision_augment.R

zoom_matR Documentation

Zoom_mat

Description

Return a random zoom matrix with 'max_zoom' and 'p'

Usage

zoom_mat(
  x,
  min_zoom = 1,
  max_zoom = 1.1,
  p = 0.5,
  draw = NULL,
  draw_x = NULL,
  draw_y = NULL,
  batch = FALSE
)

Arguments

x

tensor

min_zoom

minimum zoom

max_zoom

maximum zoom

p

probability

draw

draw

draw_x

draw x

draw_y

draw y

batch

batch

Value

None


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