BorderDimensions[image] gives the pixel width of uniform borders of image in the form {{left, right}, {bottom, top}}.BorderDimensions[image, t] finds borders whose pixels ...
ButtonNotebook[] gives the notebook, if any, that contains the button which initiated the current evaluation.
CopyDirectory["dir_1", "dir_2"] copies the directory dir_1 to dir_2.
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 ...
DMSString[\[Theta]] converts an angle \[Theta] given in decimal degrees to a degrees-minutes-seconds string.DMSString[{\[Phi], \[Lambda]}] converts latitude and longitude ...
EvaluationNotebook[] gives the notebook in which this function is being evaluated.
FileBaseName["file"] gives the base name for a file without its extension.
FileDate["file"] gives the date and time at which a file was last modified. FileDate["file", " type"] gives information on the specified type of date associated with a file.
FileNameSplit["filename"] splits a file name into a list of parts.