ChartLegends is an option for charting functions that specifies what legends should be used for chart elements.
CornerFilter[image] computes a measure for the presence of a corner for each pixel in image and returns the result as an intensity image.CornerFilter[image, r] detects ...
Definition[symbol] prints as the definitions given for a symbol.
Dialog
(Built-in Mathematica Symbol) Dialog[] initiates a dialog. Dialog[expr] initiates a dialog with expr as the current value of %.
FactorSquareFree[poly] pulls out any multiple factors in a polynomial.
FindGraphIsomorphism[g_1, g_2] finds an isomorphism that maps the graph g_1 to g_2 by renaming vertices.
GraphCenter[g] gives the set of vertices with minimum eccentricity in the graph g.
ImageApply[f, image] applies the function f to the list of channel values for each pixel in image.
Inpaint
(Built-in Mathematica Symbol) Inpaint[image, region] retouches parts of image that correspond to nonzero elements in region.
InterpretationBox[boxes, expr] is a low-level box construct that displays as boxes but is interpreted on input as expr.