InverseDistanceTransform[image] gives the inverse distance transform of image, returning the result as a binary image.
LinkCreate["name"] creates a MathLink link with the specified name for another program to connect to. LinkCreate[] creates a MathLink link and picks an unused name for the ...
NestWhileList[f, expr, test] generates a list of the results of applying f repeatedly, starting with expr, and continuing until applying test to the result no longer yields ...
NotebookSelection[] represents the current selection in the current evaluation notebook in the front end.NotebookSelection[nb] represents the current selection associated ...
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 ...
--x decreases the value of x by 1, returning the new value of x.
++x increases the value of x by 1, returning the new value of x.
TimesBy
(Built-in Mathematica Symbol) x *= c multiplies x by c and returns the new value of x.
ValueQ
(Built-in Mathematica Symbol) ValueQ[expr] gives True if a value has been defined for expr, and gives False otherwise.
$MaxMachineNumber is the largest machine-precision number that can be used on a particular computer system.