Mathematica includes a variety of image segmentation techniques such as clustering, watershed, region growing, and level set as well as a rich set of functions for ...
Mathematica provides state-of-the-art fully automated visualization of vector functions and data—suitable for representing flows, field lines and other vector fields of any ...
AbsoluteTiming[expr] evaluates expr, returning a list of the absolute number of seconds in real time that have elapsed, together with the result obtained.
ClearAttributes[s, attr] removes attr from the list of attributes of the symbol s.
DateFunction is an option for DateListPlot that specifies how dates given as input should be converted to date lists.
FieldSize is an option for InputField, PopupMenu, and related functions that specifies the size of the field allowed for input or contents.
ImageCapture[] opens a graphical user interface for capturing images from connected cameras.
ImportString["data", " format"] imports data in the specified format from a string. ImportString["data", elements] imports the specified elements.ImportString["data"] ...
LinkObject["name", n_1, n_2] is an object that represents an active MathLink connection for functions such as LinkRead and LinkWrite.
Majority[e_1, e_2, ...] gives True if the majority of the e_i are True, and False if the majority are False.