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 ...
ShowCursorTracker is an option for Cell that specifies whether an elliptical spot should appear momentarily to guide the eye if the cursor position jumps.
SimilarityRules is an option for functions such as SequenceAlignment that gives a list of rules for similarity scores to assume between pairs of elements.
SkeletonTransform[image] gives the skeleton transform of image, in which the value of each skeleton pixel is its distance to the nearest background ...