imlist: Image list

View source: R/imglist.R

imlistR Documentation

Image list

Description

An imlist object is simply a list of images (of class cimg). For convenience, some generic functions are defined that wouldn't work on plain lists, like plot, display and as.data.frame DEPRECATION NOTE: in v0.30 of imager, the original behaviour of the "imlist" function was to take a list and turn it into an image list. This behaviour has now been changed to make "imlist" be more like "list". If you wish to turn a list into an image list, use as.imlist.

Usage

imlist(...)

Arguments

...

images to be included in the image list

See Also

plot.imlist, display.imlist, as.data.frame.imlist

Examples

imlist(a=imfill(3,3),b=imfill(10,10)) 
imsplit(boats,"x",6) 
imsplit(boats,"x",6) %>% plot

dahtah/imager documentation built on Feb. 23, 2023, 10:16 p.m.