GraphicsGroup[{g_1, g_2, ...}] represents a collection of graphics objects grouped together for purposes of interactive selection in a notebook.
ImageForestingComponents[image] finds a segmentation of image, returning an integer matrix in which positive integers label different ...
LaplacianGaussianFilter[image, r] convolves image with a Laplacian-of-Gaussian kernel of pixel radius r.LaplacianGaussianFilter[image, {r, \[Sigma]}] convolves image with a ...
LinkConnect["name"] connects to a MathLink link created by another program.
MeanShiftFilter[image, r, d] replaces each pixel with the mean of the pixels in a range-r neighborhood and whose value is within a distance d.MeanShiftFilter[array, r, d] ...
MeshShading is an option for plotting functions that gives lists of colors to use for regions between mesh divisions.
MorphologicalBinarize[image, {t_1, t_2}] creates a binary image from image by replacing all values above the upper threshold t_2 with 1, also including pixels with ...
NormFunction is an option for functions such as FindFit and NDSolve which gives a function to be minimized in generating results.
NotebookWrite[notebook, data] writes data into a notebook at the current selection, setting the current selection to be just after the data written. NotebookWrite[notebook, ...
NSum
(Built-in Mathematica Symbol) NSum[f, {i, i_min, i_max}] gives a numerical approximation to the sum \[Sum]i = i_min i_max f.NSum[f, {i, i_min, i_max, di}] uses a step di in the sum.