StandardDeviationFilter[image, r] filters image by replacing every value by the standard deviations of the values in its range r neighborhood. StandardDeviationFilter[data, ...
CommonestFilter[image, r] transforms image by replacing each pixel with the most common pixel value in its range r neighborhood.CommonestFilter[data, r] applies commonest ...
Syntax of notation declarations. Notation takes both an external representation and an internal representation as arguments. Mathematica translates any input matching the ...
ImageEffect[image, " effect"] applies the specified image effect to image.ImageEffect[image, {"effect", params}] uses parameters params.
Rule
(Built-in Mathematica Symbol) lhs -> rhs or lhs -> rhs represents a rule that transforms lhs to rhs.
Typical command-line options for Mathematica executables. If the Mathematica front end is called with a notebook file as a command-line argument, then this notebook will be ...
Level
(Built-in Mathematica Symbol) Level[expr, levelspec] gives a list of all subexpressions of expr on levels specified by levelspec. Level[expr, levelspec, f] applies f to the sequence of subexpressions.
Mathematica allows you to perform many operations on power series. In all cases, Mathematica gives results only to as many terms as can be justified from the accuracy of your ...
Mathematica uses its symbolic architecture to provide a convenient modular framework for generating and managing messages, both in programs and interactive sessions.
Urn models have a long history, starting with Laplace suggesting in 1786 that France's population be estimated by an urn-sampling scheme. They are conceptually relatively ...