PCX
(Mathematica Import/Export Format) Common MIME types: application/pcx, image/pcx Paintbrush PCX format. Raster image format. Legacy format used on Microsoft DOS. Binary format. Compresses image data using ...
Block
(Built-in Mathematica Symbol) Block[{x, y, ...}, expr] specifies that expr is to be evaluated with local values for the symbols x, y, .... Block[{x = x_0, ...}, expr] defines initial local values for x, ...
Chop
(Built-in Mathematica Symbol) Chop[expr] replaces approximate real numbers in expr that are close to zero by the exact integer 0.
Commonest[list] gives a list of the elements that are the most common in list.Commonest[list, n] gives a list of the n most common elements in list.
Hold
(Built-in Mathematica Symbol) Hold[expr] maintains expr in an unevaluated form.
ImageLines[image] finds line segments in image and returns the coordinates of their endpoints.ImageLines[image, t] uses the threshold t for selecting image ...
InversePermutation[perm] returns the inverse of permutation perm.
MorphologicalComponents[image] gives an array in which each pixel of image is replaced by an integer index representing the connected foreground image component in which the ...
NHoldRest is an attribute which specifies that all but the first argument to a function should not be affected by N.
PaletteNotebook[{cell_1, cell_2, ...}] represents a palette notebook that can be manipulated by the Mathematica front end.