ImageCompose[image, overlay] gives the result of overlaying overlay onto image. ImageCompose[image, {overlay, \[Alpha]}] gives the result of alpha blending overlay into image ...
Radon
(Built-in Mathematica Symbol) Radon[image] gives an image representing the discrete Radon transform of image.Radon[image, {w, h}] specifies the width w and the height h of the resulting image.Radon[image, ...
PreemptProtect[expr] evaluates expr, without any interruption from preemptive evaluations.
Styled Notebook opens the Stylesheets palette to create a styled notebook.
Widgets are the basic component of GUIs built with GUIKit. This tutorial discusses some of the basics of widgets and how they work. More detailed information on widgets can ...
You can use files on your computer system to store definitions and results from Mathematica. The most general approach is to store everything as plain text that is ...
Symbolic graphics and unparalleled function and data visualization
Labeled
(Built-in Mathematica Symbol) Labeled[expr, lbl] displays expr labeled with lbl. Labeled[expr, lbl, pos] places lbl at a position specified by pos. Labeled[expr, {lbl_1, lbl_2, ...}, {pos_1, ...}] places ...
StandardForm converts the selection to Mathematica StandardForm.
CellDynamicExpression is an option for cells that specifies an expression to be dynamically updated whenever the cell is visible on-screen.