DistanceTransform[image] gives the distance transform of image, in which the value of each pixel is replaced by its distance to the nearest background ...
Entropy
(Built-in Mathematica Symbol) Entropy[list] gives the base E information entropy of the values in list.Entropy[k, list] gives the base k information entropy.
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.
HitMissTransform[image, ker] gives the hit-and-miss transform of image with respect to the composite structuring element ker.HitMissTransform[image, {ker_1, ker_2, ...}] ...
KernelObject[n, name, ...] represents a kernel available for parallel computing.
LocatorAutoCreate is an option for LocatorPane, Manipulate, and related functions that specifies whether new locators should be created when clicking away from existing ...
NormalsFunction is an option for Plot3D and related functions that specifies a function to apply to determine the effective surface normals at every point.
Off
(Built-in Mathematica Symbol) Off[symbol::tag] switches off a message, so that it is no longer printed. Off["name"] switches off a named group of messages.Off[s] switches off tracing messages associated ...
PerformanceGoal is an option for plotting and various other algorithmic functions that specifies what aspect of performance to try to optimize with Automatic settings for ...