ImageCooccurrence[image, n] gives the n*n cooccurrence matrix for image.ImageCooccurrence[image, n, ker] computes a cooccurrence matrix for arbitrary spatial relationships ...
ImageCrop[image] crops image by removing borders of uniform color. ImageCrop[image, {w, h}] crops image to pixel width w and pixel height h.ImageCrop[image, size] crops image ...
ImageDeconvolve[image, ker] gives a deconvolution of image using kernel ker.
ImageForwardTransformation[image, function] gives an image in which each pixel at position function[{x, y}] corresponds to the position {x, y} in ...
ImagePerspectiveTransformation[image, m] applies a linear fractional transform specified by a matrix m to the positions of each pixel in ...
ImageResize[image, w] gives a resized version of image that is w pixels wide.ImageResize[image, {s}] gives a resized version of image with a maximum pixel width or height ...
ImageRotate[image] rotates image counterclockwise by 90\[Degree].ImageRotate[image, side] rotates image to make the top of the image be on the specified ...
Inpaint
(Built-in Mathematica Symbol) Inpaint[image, region] retouches parts of image that correspond to nonzero elements in region.
JoinForm[type] is a graphics directive that specifies what type of joins should be used to connect segments of lines, tubes, edges, and related primitives.
LineGraph[g] gives the line graph of the graph g.