HoldFirst is an attribute which specifies that the first argument to a function is to be maintained in an unevaluated form.
ImageAdd[image, x] adds an amount x to each channel value in image.ImageAdd[image_1, image_2] gives an image in which each pixel is the sum of the corresponding pixels in ...
ImageConvolve[image, ker] gives the convolution of image with kernel ker.
ImageMultiply[image, x] multiplies each channel value in image by a factor x.ImageMultiply[image_1, image_2] gives an image in which each pixel is the product of the ...
InverseRadon[image] gives the inverse discrete Radon transform of image.InverseRadon[image, {w, h}] specifies the width w and the height h of the resulting image.
LinearOffsetFunction is an option for linear and generalized linear model fitting functions that specifies a component for the model that is to be assumed known.
PauliMatrix[k] gives the k\[Null]^th Pauli spin matrix \[Sigma]_k.
SquaresR[d, n] gives the number of ways r_d (n) to represent the integer n as a sum of d squares.
$MachinePrecision gives the number of decimal digits of precision used for machine-precision numbers.
It is often useful to carry out a numerical integration using fixed step sizes. For example, certain methods such as "DoubleStep" and "Extrapolation" carry out a sequence of ...