ChanVeseBinarize[image] finds a two-level segmentation of image by computing optimal contours around regions of consistent intensity in image.ChanVeseBinarize[image, marker] ...
ImageDeconvolve[image, ker] gives a deconvolution of image using kernel ker.
Method
(Built-in Mathematica Symbol) Method is an option for various algorithm-intensive functions that specifies what internal methods they should use.
SequenceAlignment[s_1, s_2] finds an optimal alignment of sequences of elements in the strings or lists s_1 and s_2, and yields a list of successive matching and differing ...
AU
(Mathematica Import/Export Format) Registered MIME type: audio/basic AU audio format. Used for digital audio in computer and telecommunication systems and on the web. Supports a variety of audio codecs, ...
SND
(Mathematica Import/Export Format) Registered MIME type: audio/basic SND audio format. Used for digital audio in computer and telecommunication systems and on the web. Supports a variety of audio codecs, ...
The general form of a linear second-order PDE is Here uu(x,y), and a, b, c, d, e, f, and g are functions of x and y only—they do not depend on u. If g0, the equation is ...
When searching for a real simple root of a real valued function, it is possible to take advantage of the special geometry of the problem, where the function crosses the axis ...
Eigenvectors[m] gives a list of the eigenvectors of the square matrix m. Eigenvectors[{m, a}] gives the generalized eigenvectors of m with respect to a. Eigenvectors[m, k] ...
ListDeconvolve[ker, list] gives a deconvolution of list using kernel ker.