LabelingFunction is an option for charting functions that specifies a function to apply to determine labeling of chart elements.
LaplacianGaussianFilter[image, r] convolves image with a Laplacian-of-Gaussian kernel of pixel radius r.LaplacianGaussianFilter[image, {r, \[Sigma]}] convolves image with a ...
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 ...
MultiedgeStyle is an option for GraphPlot and related functions that specifies how to draw multiple edges.
NumberFormat is an option for NumberForm and related functions that specifies how the mantissa, base, and exponent should be assembled into a final print form.
NumberSeparator is an option for NumberForm and related functions which gives the string to insert at breaks between digits.
OverscriptBox[x, y] is the low-level box representation for OverscriptBox[x, y] in notebook expressions.
Parallelization is an option for Compile that specifies whether it should create a compiled function that could run in parallel.
PixelValue[image, {x, y}] gives the pixel value of image at position {x, y}.PixelValue[image, {x, y}, " type"] gives the pixel value converted to the specified type.
PlotRangeClipping is an option for graphics functions that specifies whether graphics objects should be clipped at the edge of the region defined by PlotRange, or should be ...