ImageConvolve[image, ker] gives the convolution of image with kernel ker.
LaplacianFilter[image, r] convolves image with a range r Laplacian kernel.LaplacianFilter[image, {r_1, r_2}] uses ranges r_i in the vertical and horizontal ...
LibraryFunctionInformation[fun] returns information about a LibraryFunction.
SkeletonTransform[image] gives the skeleton transform of image, in which the value of each skeleton pixel is its distance to the nearest background ...
TotalVariationFilter[image] iteratively reduces noise while preserving edges in image.TotalVariationFilter[image, param] assumes a regularization parameter value param.
Using original algorithms developed at Wolfram Research, Mathematica evaluates error and exponential integral functions anywhere in the complex plane, to arbitrary ...
Bold
(Built-in Mathematica Symbol) Bold represents a bold font weight.
CellBaseline is an option for Cell which specifies where the baseline of the cell should be assumed to be when it appears inside another cell.
DMSList
(Built-in Mathematica Symbol) DMSList[\[Theta]] converts an angle \[Theta] given in decimal degrees to a DMS list {degree, minute, second}.DMSList["dms"] converts a DMS string to a DMS list {degree, ...
FieldMasked is an option to InputField that determines whether to mask user input.