___(three _characters) or BlankNullSequence[] is a pattern object that can stand for any sequence of zero or more Mathematica expressions. ___h or BlankNullSequence[h] can ...
ImageApply[f, image] applies the function f to the list of channel values for each pixel in image.
Tr
(Built-in Mathematica Symbol) Tr[list] finds the trace of the matrix or tensor list. Tr[list, f] finds a generalized trace, combining terms with f instead of Plus. Tr[list, f, n] goes down to level n in ...
Mathematica includes a variety of image segmentation techniques such as clustering, watershed, region growing, and level set as well as a rich set of functions for ...
Numerical algorithms for constrained nonlinear optimization can be broadly categorized into gradient-based methods and direct search methods. Gradient search methods use ...
List
(Built-in Mathematica Symbol) {e_1, e_2, ...} is a list of elements.
ViewVertical is an option for Graphics3D and related functions which specifies what direction in scaled coordinates should be vertical in the final image.
ExclusionsStyle is an option to plotting functions that specifies how to render subregions excluded according to Exclusions.
After creating or editing an animation in Mathematica , you can export it for use in other programs. Mathematica can import and export animations in several formats.
Complement[e_all, e_1, e_2, ...] gives the elements in e_all which are not in any of the e_i.