ImageConvolve[image, ker] gives the convolution of image with kernel ker.
LeviCivitaTensor[d] gives the d-dimensional Levi-Civita totally antisymmetric tensor.
MeanFilter[image, r] filters image by replacing every value by the mean value in its range r neighborhood. MeanFilter[data, r] applies mean filtering to an array of data.
MenuStyle is an option for menu-generating constructs that specifies the style to use in displaying menu items.
MorphologicalEulerNumber[image] computes the morphological Euler number of regions in a binary image.MorphologicalEulerNumber[image, t] treats values above t as foreground.
NeedlemanWunschSimilarity[u, v] gives a number representing the Needleman\[Dash]Wunsch similarity between strings or vectors u and v.
Off
(Built-in Mathematica Symbol) Off[symbol::tag] switches off a message, so that it is no longer printed. Off["name"] switches off a named group of messages.Off[s] switches off tracing messages associated ...
ParagraphIndent is an option for Cell which specifies how far in printer's points to indent the first line of each paragraph of text.
RealBlockDiagonalForm is an option for SchurDecomposition and related functions which specifies whether 2*2 blocks of real values should be used on matrix diagonals in place ...
Reverse
(Built-in Mathematica Symbol) Reverse[expr] reverses the order of the elements in expr. Reverse[expr, n] reverses elements at level n in expr.Reverse[expr, {n_1, n_2, ...}] reverses elements at levels ...