MorphologicalTransform[image, f] applies the function f to the 3*3 neighborhood of each pixel in a binary image image.MorphologicalTransform[image, rule] applies a ...
RecordLists is an option for ReadList that specifies whether objects from separate records should be returned in separate sublists.
RowSpacings is an option for the low-level function GridBox that specifies the spaces in x heights that should be inserted between successive rows.
Scan
(Built-in Mathematica Symbol) Scan[f, expr] evaluates f applied to each element of expr in turn. Scan[f, expr, levelspec] applies f to parts of expr specified by levelspec.
SetStreamPosition[stream, n] sets the current point in an open stream.
ShowGroupOpener is an option for cells that specifies whether an opener icon is displayed next to the leading cell in a cell group to indicate whether the cell group is open ...
Skip
(Built-in Mathematica Symbol) Skip[stream, type] skips one object of the specified type in an input stream. Skip[stream, type, n] skips n objects of the specified type.
VectorAngle[u, v] gives the angle between the vectors u and v.
$HistoryLength specifies the number of previous lines of input and output to keep in a Mathematica session.
Basic descriptive statistics operations. Given a list with n elements x_i, the mean Mean[list] is defined to be μ(x)OverscriptBox[x, _]∑x_i/n. The variance Variance[list] ...