ImageAdjust[image] adjusts the levels in image, rescaling them to cover the range 0 to 1.ImageAdjust[image, c] adjusts the contrast of image by an amount c.ImageAdjust[image, ...
ImageConvolve[image, ker] gives the convolution of image with kernel ker.
ImageForestingComponents[image] finds a segmentation of image, returning an integer matrix in which positive integers label different ...
ImageMargins is an option that specifies the absolute margins to leave around the image displayed for an object.
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 ...
ImageValue[image, {x, y}] gives the pixel value of image at position {x, y}.ImageValue[image, {x, y}, " type"] gives the pixel value converted to the specified type.
IncludeConstantBasis is an option for LinearModelFit and other fitting functions that specifies whether a constant term should be included if not explicitly given in the list ...
LaplacianFilter[image, r] convolves image with a range r Laplacian kernel.LaplacianFilter[image, {r_1, r_2}] uses ranges r_i in the vertical and horizontal ...
LinkFunction is an option for GeneralizedLinearModelFit that specifies the link function for the generalized linear model.
ListCurvePathPlot[{{x_1, y_1}, {x_2, y_2}, ...}] plots a curve that corresponds to a smooth path through the specified points.