display.cimg: Display image using CImg library

display.cimgR Documentation

Display image using CImg library

Description

Press escape or close the window to exit. Note that you need X11 library to use this function.

Usage

## S3 method for class 'cimg'
display(x, ..., rescale = TRUE)

Arguments

x

an image (cimg object)

...

ignored

rescale

if true pixel values are rescaled to [0-1] (default TRUE)

Examples


##Not run: interactive only 
##display(boats,TRUE) #Normalisation on 
##display(boats/2,TRUE) #Normalisation on, so same as above
##display(boats,FALSE) #Normalisation off
##display(boats/2,FALSE) #Normalisation off, so different from above

imager documentation built on May 29, 2024, 1:38 a.m.