ClearAttributes[s, attr] removes attr from the list of attributes of the symbol s.
DateFunction is an option for DateListPlot that specifies how dates given as input should be converted to date lists.
EdgeWeight is an option and property for Graph and related functions that specifies an edge weight.
EntropyFilter[image, r] filters image by replacing every value by the information entropy of the values in its range r neighborhood. EntropyFilter[data, r] applies entropy ...
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.
FontWeight is an option for Style, Cell, and related constructs that specifies how heavy the characters in a font should be.
FormBox
(Built-in Mathematica Symbol) FormBox[boxes, form] is a low-level box construct which displays as boxes but specifies that rules associated with form should be used to interpret boxes on input.
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.
ImageAlign[image_1, image_2] returns a version of image_2 that is aligned with image_1.