FillingTransform[image] gives a version of image with all extended minima filled.FillingTransform[image, marker] fills extended minima in regions where at least one ...
ToCharacterCode["string"] gives a list of the integer codes corresponding to the characters in a string. ToCharacterCode["string", " encoding"] gives integer codes according ...
NOFF
(Mathematica Import/Export Format) NOFF 3D geometry format. Used for storing and exchanging 3D models. NOFF is an acronym derived from Object File Format. Related to OFF and COFF. Occasionally called CNOFF if ...
Mathematica has been used to make many important discoveries in discrete mathematics over the past two decades. Its integration of highly efficient and often original ...
BinarySubsets[l] gives all subsets of l ordered according to the binary string defining each subset. For any positive integer n, BinarySubsets[n] gives all subsets of {1, 2, ...
PartialOrderQ[g] yields True if the binary relation defined by edges of the graph g is a partial order, meaning it is transitive, reflexive, and antisymmetric. ...
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 ...
DistanceTransform[image] gives the distance transform of image, in which the value of each pixel is replaced by its distance to the nearest background ...
InverseDistanceTransform[image] gives the inverse distance transform of image, returning the result as a binary image.