ExportAutoReplacements is an option for cells that specifies which replacement rules Mathematica automatically applies when exporting text.
ExportString[expr, " format"] generates a string corresponding to expr exported in the specified format. ExportString[rules, {"format", "Rules"}] gives explicit rules for ...
FindIndependentEdgeSet[g] finds an independent edge set of the graph g with a maximum number of edges.
GaussianFilter[image, r] filters image by convolving with a Gaussian kernel of pixel radius r.GaussianFilter[image, r, {n_1, n_2}] convolves image with a kernel formed from ...
GeometricMean[list] gives the geometric mean of the values in list.
GraphStyle is an option to Graph and related objects that specifies styles to use for the different graph elements.
Hold
(Built-in Mathematica Symbol) Hold[expr] maintains expr in an unevaluated form.
ImageKeypoints[image] finds key features in image and returns their coordinates.ImageKeypoints[image, prop] gives the specified property prop for each keypoint.
ImageLines[image] finds line segments in image and returns the coordinates of their endpoints.ImageLines[image, t] uses the threshold t for selecting image ...
ImportAutoReplacements is an option for cells that specifies which replacement rules Mathematica automatically applies when importing text.