ExcludedForms is an option for FullSimplify which can be set to a list of patterns for expressions that should not be touched if they are encountered at intermediate steps in ...
ExpandAll[expr] expands out all products and integer powers in any part of expr. ExpandAll[expr, patt] avoids expanding parts of expr that do not contain terms matching the ...
FileFormat["name"] attempts to determine what Import format could be used to import the file corresponding to " name".
FormBox
(Built-in Mathematica Symbol) FormBox[boxes, form] is a low-level box construct which displays as boxes but specifies that rules associated with form should be used to interpret boxes on input.
ImageCapture[] opens a graphical user interface for capturing images from connected cameras.
ImageChannels[image] gives the number of channels present in the data for the Image object image.
ImageSizeMultipliers is an option that specifies how much smaller to render graphics that appear within other constructs.
ImageType[image] gives the underlying type of values used for each pixel element in the Image object image.
KuwaharaFilter[image, r] computes for each pixel p in image the variance of the values in the four (r + 1)*(r + 1) squares that have p as a corner, and replaces p with the ...
LinkObject["name", n_1, n_2] is an object that represents an active MathLink connection for functions such as LinkRead and LinkWrite.