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 ...
ExtentMarkers is an option to DiscretePlot and DiscretePlot3D that specifies markers to draw at extent boundaries.
ExtractArchive[file] expands an archive file, saving its content into the current directory.ExtractArchive[file, dir] saves the content of an archive file into directory ...
ImageRegion is an option for cells that specifies the size and position of the bounding box within which a graphic is rendered.
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 ...
InputNotebook[] gives the current notebook into which keyboard input in the front end will be directed.
Interpretation[e, expr] represents an object that displays as e, but is interpreted as the unevaluated form of expr if supplied as input. Interpretation[{x = x_0, y = y_0, ...
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 ...
LinearProgramming[c, m, b] finds a vector x that minimizes the quantity c.x subject to the constraints m.x >= b and x >= 0. LinearProgramming[c, m, {{b_1, s_1}, {b_2, s_2}, ...
MaxDetect[image] gives a binary image in which white pixels correspond to constant extended maxima in image.MaxDetect[image, h] finds extended maxima where the range of ...