EntropyFilter[image, r] filters image by replacing every value by the information entropy of the values in its range r neighborhood. EntropyFilter[data, r] applies entropy ...
Entropy
(Built-in Mathematica Symbol) Entropy[list] gives the base E information entropy of the values in list.Entropy[k, list] gives the base k information entropy.
GeodesicDilation[marker, mask] gives the fixed point of the geodesic dilation of the image marker constrained by the image mask.
GeodesicErosion[marker, mask] gives the fixed point of the geodesic erosion of the image marker constrained by the image mask.
ImageAlign[image_1, image_2] returns a version of image_2 that is aligned with image_1.
Image
(Built-in Mathematica Symbol) Image[data] represents a raster image with pixel values given by the array data.Image[graphics] creates a raster image from a graphics object. Image[obj, options] gives an ...
ImageResolution is an option for Export, Rasterize, and related functions that specifies at what resolution bitmap images should be rendered.
InputAssumptions is an option for WolframAlpha that specifies assumptions for current query input.
InterpolationPoints is an option to SmoothKernelDistribution and FunctionInterpolation that specifies the initial number of interpolation points to use.
InverseDistanceTransform[image] gives the inverse distance transform of image, returning the result as a binary image.