DirectedGraphQ[g] yields True if the graph g is a directed graph and False otherwise.
EdgeDetect[image] finds edges in image and returns the result as a binary image.EdgeDetect[image, r] finds edges at the scale of the specified pixel range r.EdgeDetect[image, ...
FillingTransform[image] gives a version of image with all extended minima filled.FillingTransform[image, marker] fills extended minima in regions where at least one ...
Haversine[z] gives the haversine function hav(z).
MeanShiftFilter[image, r, d] replaces each pixel with the mean of the pixels in a range-r neighborhood and whose value is within a distance d.MeanShiftFilter[array, r, d] ...
MorphologicalBinarize[image, {t_1, t_2}] creates a binary image from image by replacing all values above the upper threshold t_2 with 1, also including pixels with ...
Parallelization is an option for Compile that specifies whether it should create a compiled function that could run in parallel.
PermutationListQ[expr] returns True if expr is a valid permutation list and False otherwise.
PermutationMax[perm] returns the largest integer moved by the permutation perm.
PermutationPower[perm, n] gives the n\[Null]^th permutation power of the permutation perm.