powered by
A wrap around image_read and magick2cimg to load one or more images from files.
image_read
magick2cimg
image_load(image_file)
A character vector of one or more paths to image files
character
A cimg object or a list of cimg objects when multiple files are passed to image_file.
cimg
list
image_file
# NOT RUN { # load image fl <- system.file('extdata', 'Image0001_.jpg', package = 'colocr') img <- image_load(fl) # }
Run the code above in your browser using DataLab