FileNameDrop["name", n] drops the first n path elements in the file name " name".FileNameDrop["name", -n] drops the last n path elements in the file name " ...
FileNameSplit["filename"] splits a file name into a list of parts.
GeoDirection[{lat_1, long_1}, {lat_2, long_2}] gives the azimuthal direction from one latitude-longitude position on the Earth to another.GeoDirection[pos_1, pos_2] gives the ...
GeoDistance[{lat_1, long_1}, {lat_2, long_2}] gives the geodesic distance in meters between latitude-longitude positions on the Earth.GeoDistance[pos_1, pos_2] gives the ...
HelpBrowserSettings -> {opt_1 -> val_1, opt_2 -> val_2, ...} is a global option that specifies settings for the legacy Help Browser.
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, ...}] ...
ImageTrim[image , {{x_1, y_1}, {x_2, y_2}, ...}] gives the subimage of image spanned by the specified points.ImageTrim[image, {{x_1, y_1}, {x_2, y_2}, ...}, r] adds a margin ...
InputField[] represents a blank editable input field. InputField[x] represents an editable input field that currently contains the expression x. InputField[Dynamic[x]] takes ...
InverseDistanceTransform[image] gives the inverse distance transform of image, returning the result as a binary image.
LightingAngle is an option for ReliefPlot and related functions that specifies the angle from which simulated illumination is taken to come.