MeanFilter[image, r] filters image by replacing every value by the mean value in its range r neighborhood. MeanFilter[data, r] applies mean filtering to an array of data.
ImageCorrelate[image, ker] gives the correlation of image with kernel ker.ImageCorrelate[image, ker, f] computes a generalized correlation in which the function f is used in ...
CurrentImage[] returns the current image captured from a connected camera.CurrentImage[n] returns n sequential image frames as a list.
ImagePerspectiveTransformation[image, m] applies a linear fractional transform specified by a matrix m to the positions of each pixel in ...
Opening
(Built-in Mathematica Symbol) Opening[image, ker] gives the morphological opening of image with respect to the structuring element ker.Opening[image, r] gives the opening with respect to a range r square.
HarmonicMeanFilter[image, r] filters image by replacing every value by the harmonic mean of the values in its range r neighborhood. HarmonicMeanFilter[data, r] applies ...
GeometricMeanFilter[image, r] filters image by replacing every value by the geometric mean of the values in its range r neighborhood. GeometricMeanFilter[data, r] applies ...
ImagePad[image, m] pads image on all sides with m background pixels.ImagePad[image, m, padding] pads image on all sides using the value or method specified by ...
ColorSeparate[image] gives a list of single-channel images corresponding to each of the color channels in image.ColorSeparate[image, colorspace] gives a list of images ...
ImageTransformation[image, function] gives an image in which each pixel at position {x, y} corresponds to the position function[{x, y}] in image.ImageTransformation[image, ...