Learn R Programming

imager (version 1.0.3)

Image Processing Library Based on 'CImg'

Description

Fast image processing for images in up to 4 dimensions (two spatial dimensions, one time/depth dimension, one colour dimension). Provides most traditional image processing tools (filtering, morphology, transformations, etc.) as well as various functions for easily analysing image data using R. The package wraps 'CImg', , a simple, modern C++ library for image processing.

Copy Link

Version

Install

install.packages('imager')

Monthly Downloads

11,372

Version

1.0.3

License

LGPL-3

Issues

Pull Requests

Stars

Forks

Maintainer

Aaron Robotham

Last Published

March 25th, 2025

Functions in imager (1.0.3)

as.imlist.list

Convert various objects to image lists
as.cimg.function

Create an image by sampling a function
as.cimg.im

Convert an image in spatstat format to an image in cimg format
autocrop

Autocrop image region
as.pixset

Methods to convert various objects to pixsets
FFT

Compute the Discrete Fourier Transform of an image
bbox

Compute the bounding box of a pixset
channels

Split a colour image into a list of separate channels
center.stencil

Center stencil at a location
RasterPackage

Convert a RasterLayer/RasterBrick to a cimg image/image list
as.raster.cimg

Convert a cimg object to a raster object for plotting
as.cimg.raster

Convert a raster object to a cimg object
as.data.frame.cimg

Convert a pixel image to a data.frame
as.data.frame.imlist

Convert image list to data.frame
as.data.frame.pixset

Methods to convert pixsets to various objects
boxblur_xy

Blur image with a box filter.
at

Return or set pixel value at coordinates
as.igraph.cimg

Form a graph from an image
bucketfill

Bucket fill
boundary

Find the boundary of a shape in a pixel set
as.igraph.pixset

Form an adjacency graph from a pixset
capture.plot

Capture the current R plot device as a cimg image
cannyEdges

Canny edge detector
ci

Concatenation for image lists
cimg

Create a cimg object
colorise

Fill in a colour in an area given by a pixset
common_pixsets

Various useful pixsets
contours

Return contours of image/pixset
coord.index

Coordinates from pixel index
boxblur

Blur image with a box filter (square window)
circles

Add circles to plot
boats

Photograph of sailing boats from Kodak set
blur_anisotropic

Blur image anisotropically, in an edge-preserving way.
cimg.dimensions

Image dimensions
cimg.extract

Various shortcuts for extracting colour channels, frames, etc
clean

Clean up and fill in pixel sets (morphological opening and closing)
distance_transform

Compute Euclidean distance function to a specified value.
draw_circle

Draw circle on image
display

Display object using CImg library
displacement

Estimate displacement field between two images.
get.stencil

Return pixel values in a neighbourhood defined by a stencil
cimg.openmp

Control CImg's parallelisation
get.locations

Return coordinates of subset of pixels
grayscale

Convert an RGB image to grayscale
display.cimg

Display image using CImg library
display.list

Display image list using CImg library
grow

Grow/shrink a pixel set
cimg2im

Convert cimg to spatstat im object
iiply

Split an image, apply function, recombine the results as an image
get_hessian

Return image hessian.
get_gradient

Compute image gradient.
frames

Split a video into separate frames
flatten.alpha

Flatten alpha channel
ilply

Split an image along axis, apply function, return a list
imappend

Combine a list of images into a single image
imchange

Modify parts of an image
deriche

Apply recursive Deriche filter.
diffusion_tensors

Compute field of diffusion tensors for edge-preserving smoothing.
imrep

Replicate images
imrotate

Rotate an image along the XY plane.
im_split

Split an image along a certain axis (producing a list)
imager

imager: an R library for image processing, based on CImg
extract_patches

Extract image patches and return a list
erode

Erode/dilate image by a structuring element.
draw_rect

Draw rectangle on image
correlate

Correlation/convolution of image by filter
crop.borders

Crop the outer margins of an image
gsdim

Grayscale dimensions of image
haar

Compute Haar multiscale wavelet transform.
highlight

Highlight pixel set on image
draw_text

Draw text on an image
imdraw

Draw image on another image
is.imlist

Check that an object is an imlist object
is.pixset

Check that an object is a pixset object
imeval

Evaluation in an image context
grab

Select image regions interactively
make.video

Make/save a video using ffmpeg
%inr%

Check that value is in a range
map_il

Type-stable map for use with the purrr package
mutate_plyr

Mutate a data frame by adding new or replacing existing columns.
implot

Plot objects on image using base graphics
imnoise

Generate (Gaussian) white-noise image
imwarp

Image warping
imfill

Create an image of custom size by filling in repeated values
idply

Split an image along axis, map function, return a data.frame
hough_circle

Circle detection using Hough transform
hough_line

Hough transform for lines
imager.subset

Array subset operator for cimg objects
imager.replace

Replace part of an image with another
interp

Interpolate image values
imgradient

Compute image gradient
imsplit

Split an image along a certain axis (producing a list)
imsub

Select part of an image
inpaint

Fill-in NA values in an image
index.coord

Linear index in internal vector from pixel coordinates
patchstat

Return image patch summary
periodic.part

Compute the periodic part of an image, using the periodic/smooth decomposition of Moisan (2011)
rm.alpha

Remove alpha channel and store as attribute
resize_doubleXY

Resize image uniformly
interact

Build simple interactive interfaces using imager
medianblur

Blur image with the median filter. In a window of size n x n centered at pixel (x,y), compute median pixel value over the window. Optionally, ignore values that are too far from the value at current pixel.
mirror

Mirror image content along specified axis
iminfo

Return information on image file
imhessian

Compute image hessian.
patch_summary_cimg

Extract a numerical summary from image patches, using CImg's mini-language Experimental feature.
resize

Resize image
pad

Pad image with n pixels along specified axis
renorm

Renormalise image
stencil.cross

A cross-shaped stencil
threshold

Threshold grayscale image
rotate_xy

Rotate image by an arbitrary angle, around a center point.
RGBtoHSL

Colour space conversions in imager
imager.combine

Combining images
imcoord

Coordinates as images
imdirac

Generates a "dirac" image, i.e. with all values set to 0 except one.
nfline

Plot a line, Hesse normal form parameterisation
load.example

Load example image
is.cimg

Checks that an object is a cimg object
load.image

Load image from file or URL
plot.imlist

Plot an image list
save.image

Save image
imshift

Shift image content.
imsharpen

Sharpen image.
imlist

Image list
squeeze

Remove empty dimensions from an array
imlap

Compute image Laplacian
isoblur

Blur image isotropically.
px.flood

Select a region of homogeneous colour
split_connected

Split pixset into connected components
load.dir

Load all images in a directory
permute_axes

Permute image axes
load.video

Load a video using ffmpeg
pixel.grid

Return the pixel grid for an image
pixset

Pixel sets (pixsets)
px.na

A pixset for NA values
px.remove_outer

Remove all connected regions that touch image boundaries
liply

Apply function to each element of a list, then combine the result as an image by appending along specified axis
label

Label connected components.
magick

Convert a magick image to a cimg image or image list and vice versa
%>%

Pipe operator
play

Play a video
warp

Warp image
vanvliet

Young-Van Vliet recursive Gaussian filter.
plot.cimg

Display an image using base graphics
watershed

Compute watershed transform.
where

Return locations in pixel set
add.colour

Add colour channels to a grayscale image or pixel set
as.cimg

Convert to cimg object
as.cimg.array

Turn an numeric array into a cimg object
as.cimg.data.frame

Create an image from a data.frame