RegularExpression["regex"] represents the generalized regular expression specified by the string " regex".
SimilarityRules is an option for functions such as SequenceAlignment that gives a list of rules for similarity scores to assume between pairs of elements.
Thinning[image] finds the skeletons of foreground regions in image by applying morphological thinning until convergence.Thinning[image, n] performs n iterations of ...
WienerFilter[image, r] removes noise from image by applying a range-r Wiener filter.WienerFilter[image, r, ns] assumes an additive noise power value ns.
One of the important features of Mathematica is its ability to give you exact, symbolic, results for computations. There are, however, computations where it is just ...
SQLSetSavepoint[conn, name] creates a savepoint to be used as part of an SQL transaction.
AddPeriodical[expr, interval] adds the computation expr to the set of operations that are periodically performed automatically.
LibraryVersionString[lib] returns a string of library version information.
GetComplexType[] returns the .NET type that is currently mapped to Mathematica Complex numbers.