Complement[e_all, e_1, e_2, ...] gives the elements in e_all which are not in any of the e_i.
FaceGridsStyle is an option for 3D graphics functions that specifies how face grids should be rendered.
FileNameTake["name"] gives the last path element in the file name " name".FileNameTake["name", n] gives the first n path elements in the file name " ...
FractionBox[x, y] is a low-level formatting construct that represents x/y in notebook expressions.
Gudermannian[z] gives the Gudermannian function gd(z).
ImageClip[image] clips all channel values in image to lie in the default range.ImageClip[image, {min, max}] clips channel values to lie in the range from min to ...
InverseGudermannian[z] gives the inverse Gudermannian function gd -1 (z).
MorphologicalEulerNumber[image] computes the morphological Euler number of regions in a binary image.MorphologicalEulerNumber[image, t] treats values above t as foreground.
MorphologicalGraph[image] gives a graph object that represents the connectivity of the morphological branch points and endpoints of the objects in image after applying ...
MorphologicalPerimeter[image] picks out the morphological perimeter of regions of foreground in image.MorphologicalPerimeter[image, t] treats values above t as foreground.