ColorQuantize[image, n] gives an approximation to image that uses only n distinct colors.
ExpandFileName["name"] textually expands name to have the form of an absolute file name for your operating system.
First
(Built-in Mathematica Symbol) First[expr] gives the first element in expr.
ImageChannels[image] gives the number of channels present in the data for the Image object image.
KuwaharaFilter[image, r] computes for each pixel p in image the variance of the values in the four (r + 1)*(r + 1) squares that have p as a corner, and replaces p with the ...
Last
(Built-in Mathematica Symbol) Last[expr] gives the last element in expr.
Longitude[pos] gives the longitude in degrees of a geographic position specified by pos.Longitude[pos, datum] gives the longitude referring to the specified geodetic datum.
Masking
(Built-in Mathematica Symbol) Masking is an option for various image analysis and processing functions that specifies on which regions they should operate.
ShrinkingDelay is an option for dynamic objects that specifies how long to delay before shrinking the size of the region in which the object is displayed to the actual size ...
Style
(Built-in Mathematica Symbol) Style[expr, options] displays with expr formatted using the specified option settings. Style[expr, " style"] uses the option settings for the specified style in the current ...