show_image {fastai}R Documentation

Show_image

Description

Show a PIL or PyTorch image on 'ax'.

Usage

show_image(
  im,
  ax = NULL,
  figsize = NULL,
  title = NULL,
  ctx = NULL,
  cmap = NULL,
  norm = NULL,
  aspect = NULL,
  interpolation = NULL,
  alpha = NULL,
  vmin = NULL,
  vmax = NULL,
  origin = NULL,
  extent = NULL
)

Arguments

im

im

ax

axis

figsize

figure size

title

title

ctx

ctx

cmap

color maps

norm

normalization

aspect

aspect

interpolation

interpolation

alpha

alpha value

vmin

value min

vmax

value max

origin

origin

extent

extent


[Package fastai version 2.2.2 Index]