Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

show_image

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


fastai

Interface to 'fastai'

v2.0.7
Apache License 2.0
Authors
Turgut Abdullayev [ctb, cre, cph, aut]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.