GeodesicErosion[marker, mask] gives the fixed point of the geodesic erosion of the image marker constrained by the image mask.
GroupActionBase is an option to specify a base for a group.
GroupGenerators[group] returns a list of generators of group.
x++ increases the value of x by 1, returning the old value of x.
IntegerQ[expr] gives True if expr is an integer, and False otherwise.
InverseGudermannian[z] gives the inverse Gudermannian function gd -1 (z).
LibraryFunctionInformation[fun] returns information about a LibraryFunction.
MeanShift[list, d] replaces each element in list by the mean of the values of all elements that differ by less than d.
NotebookPrint[expr] sends a notebook containing expr to your default printer.NotebookPrint[notebook] sends the specified notebook to your default printer. ...
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 ...