Protect
(Built-in Mathematica Symbol) Protect[s_1, s_2, ...] sets the attribute Protected for the symbols s_i. Protect["form_1", "form_2", ...] protects all symbols whose names match any of the string patterns ...
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 ...
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 ...
TextJustification is an option for Cell and Inset which specifies how much lines of text can be stretched in order to make them be the same length.
TextureCoordinateFunction is an option to Plot3D and similar functions that specifies a function that computes texture coordinates.
Thinning[image] finds the skeletons of foreground regions in image by applying morphological thinning until convergence.Thinning[image, n] performs n iterations of ...
TotalVariationFilter[image] iteratively reduces noise while preserving edges in image.TotalVariationFilter[image, param] assumes a regularization parameter value param.
VertexLabeling is an option for GraphPlot and related functions which specifies whether labeling should be included by default for vertices in graphs.