ImageAlign[image_1, image_2] returns a version of image_2 that is aligned with image_1.
ImageCapture[] opens a graphical user interface for capturing images from connected cameras.
ImageDifference[image_1, image_2] gives an image in which each pixel is the absolute difference of the corresponding pixels in image_1 and image_2.
ImageTrim[image , {{x_1, y_1}, {x_2, y_2}, ...}] gives the subimage of image spanned by the specified points.ImageTrim[image, {{x_1, y_1}, {x_2, y_2}, ...}, r] adds a margin ...
InverseDistanceTransform[image] gives the inverse distance transform of image, returning the result as a binary image.
KernelObject[n, name, ...] represents a kernel available for parallel computing.
Latitude[pos] gives the latitude in degrees of a geographic position specified by pos.Latitude[pos, datum] gives the latitude referring to the specified geodetic datum.
Legended[expr, lbl] indicates that a legend entry for expr should be created, with label lbl.
LibraryFunctionInformation[fun] returns information about a LibraryFunction.
LineIntegralConvolutionScale is an option to LineIntegralConvolutionPlot and related functions that determines the scale of the line integral convolution to be used.