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 ...
ImageFilter[f, image, r] applies the function f to the range r neighborhood of each pixel in each channel of image.
ImageMultiply[image, x] multiplies each channel value in image by a factor x.ImageMultiply[image_1, image_2] gives an image in which each pixel is the product of the ...
IncludePods is an option for WolframAlpha that determines specific pod IDs to include in the results.
Inpaint
(Built-in Mathematica Symbol) Inpaint[image, region] retouches parts of image that correspond to nonzero elements in region.
InverseJacobiDC[v, m] gives the inverse Jacobi elliptic function dc -1 (v \[VerticalSeparator] m).
InverseJacobiNC[v, m] gives the inverse Jacobi elliptic function nc -1 (v \[VerticalSeparator] m).
InverseJacobiNS[v, m] gives the inverse Jacobi elliptic function ns -1 (v \[VerticalSeparator] m).
MachinePrecision is a symbol used to indicate machine-number precision.
MapAll
(Built-in Mathematica Symbol) MapAll[f, expr] or f //@ expr applies f to every subexpression in expr.