ArcCoth
(Built-in Mathematica Symbol) ArcCoth[z] gives the inverse hyperbolic cotangent coth -1 (z) of the complex number z.
BilateralFilter[image, \[Sigma], \[Mu]] applies a bilateral filter of spatial spread \[Sigma] and pixel value spread \[Mu] to image.
DataDistribution[ddist, ...] represents a probability distribution of type ddist, estimated from a set of data.
FieldHintStyle is an option for InputField that specifies the style to use for displaying the field hint.
InverseRadon[image] gives the inverse discrete Radon transform of image.InverseRadon[image, {w, h}] specifies the width w and the height h of the resulting image.
LinearFractionalTransform[m] gives a TransformationFunction that represents a linear fractional transformation defined by the homogeneous matrix m. ...
MorphologicalGraph[image] gives a graph object that represents the connectivity of the morphological branch points and endpoints of the objects in image after applying ...
PermutationMax[perm] returns the largest integer moved by the permutation perm.
Pruning
(Built-in Mathematica Symbol) Pruning[image] removes the outermost branches of thin objects in image by setting their values to black.Pruning[image, n] removes branches that are at most n pixels ...
Thinning[image] finds the skeletons of foreground regions in image by applying morphological thinning until convergence.Thinning[image, n] performs n iterations of ...