FrontEndStackSize is a global option that specifies the size of the stack used to store data in the front end (Macintosh only).
GeodesicDilation[marker, mask] gives the fixed point of the geodesic dilation of the image marker constrained by the image mask.
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 ...
IncludeFileExtension is an option for notebooks that specifies whether the suffix ".nb" is automatically appended to a notebook's name when it is first saved.
InputAutoReplacements is an option for cells and notebooks which specifies strings of characters that should be replaced immediately on input.
MinFilter[image, r] filters image by replacing every value by the minimum in its range r neighborhood. MinFilter[data, r] applies min filtering to an array of data.
MorphologicalPerimeter[image] picks out the morphological perimeter of regions of foreground in image.MorphologicalPerimeter[image, t] treats values above t as foreground.
Names
(Built-in Mathematica Symbol) Names["string"] gives a list of the names of symbols which match the string. Names[patt] gives a list of names matching the arbitrary string pattern patt.
PlaceholderReplace is an option to Paste that determines whether to replace a selection placeholder with the selected contents.
PrintingStartingPageNumber is an option for notebooks that specifies what number to assign to the first page of a notebook when printed.