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.
DatabaseLink provides functions for working with data stored in tables in SQL databases. Operations such as searching, inserting, and deleting are supported. They also ...
MLINK getMathLink (WolframLibraryData libData) gets a MathLink connection to use for evaluations in Mathematica.
int MTensor_clone (MTensor f, MTensor *t) is a library callback function that puts a clone of f into *t.
int MTensor_new (mint type, mint rank, mint const*dims, MTensor*pres) is a library callback function that creates a new MTensor.
TetGenExpression[id] represents an instance of a TetGen object.
CStruct[name, members] is a symbolic representation of a struct.CStruct[name] declares a struct without specifying the contents.CStruct[None, members] does not give the ...
CUnion
(SymbolicC Package Symbol) CUnion[name, members] is a symbolic representation of a union.CUnion[name] declares a union without specifying the contents.CUnion[None, members] does not give the union a ...
VarianceTest[list, \[Sigma]_0 2] performs a test with null hypothesis \[Sigma]^2 = \[Sigma]_0 2.