BinaryImageQ[image] yields True if image has the form of a binary image, and False otherwise.
$DefaultImagingDevice gives the name of the default imaging device attached to the computer.
Mathematica provides convenient functions and algorithms for manipulating colors in images, with full generality for arbitrary numbers of color channels.
Sequence of raster image files. Commonly used as an intermediary format in video production.
ColorCombine[{image_1, image_2, ...}] creates a multichannel image by combining the sequence of channels in the image_i. ColorCombine[{image_1, image_2, ...}, colorspace] ...
Dilation[image, ker] gives the morphological dilation of image with respect to the structuring element ker.Dilation[image, r] gives the dilation with respect to a range r ...
Erosion
(Built-in Mathematica Symbol) Erosion[image, ker] gives the morphological erosion of image with respect to the structuring element ker.Erosion[image, r] gives the erosion with respect to a range-r square.
ImagePartition[image, s] partitions an image into an array of s*s-pixel subimages.ImagePartition[image, {w, h}] partitions an image into an array of subimages of pixel width ...
Colorize[m] generates an image from an integer matrix m, using colors for positive integers and black for non-positive integers.Colorize[image] replaces intensity values in ...
CUDAImageSubtract[img, x] subtracts an amount x from each channel value in img.CUDAImageSubtract[mem, x] subtracts an amount x from each channel value in ...