Dilation[image, ker] gives the morphological dilation of image with respect to the structuring element ker.Dilation[image, r] gives the dilation with respect to a range r ...
Extract
(Built-in Mathematica Symbol) Extract[expr, list] extracts the part of expr at the position specified by list. Extract[expr, {list_1, list_2, ...}] extracts a list of parts of expr. Extract[expr, list, h] ...
FileExtension["file"] gives the file extension for a file name.
GeodesicDilation[marker, mask] gives the fixed point of the geodesic dilation of the image marker constrained by the image mask.
GeodesicErosion[marker, mask] gives the fixed point of the geodesic erosion of the image marker constrained by the image mask.
LinkLaunch["prog"] starts the external program prog and opens a MathLink connection to it.
NotElement[x, dom] or x \[NotElement] dom asserts that x is not an element of the domain dom.NotElement[x_1 | ... | x_n, dom] asserts that none of the x_i are elements of ...
ReferenceLineStyle is an option for QuantilePlot and similar functions that specifies the style used for the reference line.
SameQ
(Built-in Mathematica Symbol) lhs === rhs yields True if the expression lhs is identical to rhs, and yields False otherwise.
SelectionEvaluateCreateCell[notebook] takes the current selection in a notebook and creates a new cell containing the result obtained by evaluating the contents of the ...