ControllerInformation[] gives dynamically updated information on currently connected controller devices.
CrossingDetect[image] gives a binary image in which white pixels correspond to the zero crossings in image.CrossingDetect[image, delta] treats values in image that are ...
DefaultNotebook is a global option that specifies which notebook is used as a template for all new notebooks.
DerivativeFilter[image, {n_1, n_2}] computes the n_i\[Null]^th derivative of image in the vertical and horizontal directions.DerivativeFilter[image, {n_1, n_2}, \[Sigma]] ...
DialogProlog is an option for Dialog that can give an expression to evaluate before the dialog starts.
DirectedGraphQ[g] yields True if the graph g is a directed graph and False otherwise.
DistributedContexts is an option for various parallel computing functions that specifies which definitions for symbols appearing in an expression should be distributed to all ...
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, ...
Expression is a symbol that represents an ordinary Mathematica expression in Read and related functions.
FindEdgeCover[g] finds an edge cover of the graph g with a minimum number of edges.