LaplacianFilter[image, r] convolves image with a range r Laplacian kernel.LaplacianFilter[image, {r_1, r_2}] uses ranges r_i in the vertical and horizontal ...
LinkFunction is an option for GeneralizedLinearModelFit that specifies the link function for the generalized linear model.
ListCurvePathPlot[{{x_1, y_1}, {x_2, y_2}, ...}] plots a curve that corresponds to a smooth path through the specified points.
MaxStepSize is an option to functions like NDSolve that specifies the maximum size of a single step used in generating a result.
MorphologicalGraph[image] gives a graph object that represents the connectivity of the morphological branch points and endpoints of the objects in image after applying ...
NHoldFirst is an attribute which specifies that the first argument to a function should not be affected by N.
Offset
(Built-in Mathematica Symbol) Offset[{dx, dy}, position] gives the position of a graphical object obtained by starting at the specified position and then moving by absolute offset {dx, dy}.
ParallelNeeds["context"] evaluates Needs["context"] on all available parallel kernels.
Pruning
(Built-in Mathematica Symbol) Pruning[image] removes the outermost branches of thin objects in image by setting their values to black.Pruning[image, n] removes branches that are at most n pixels ...
Save
(Built-in Mathematica Symbol) Save["filename", symbol] appends definitions associated with the specified symbol to a file. Save["filename", " form"] appends definitions associated with all symbols whose ...