The Digital image reference article from the English Wikipedia on 24-Apr-2004
(provided by Fixed Reference: snapshots of Wikipedia from wikipedia.org)

Digital image

For people who check facts
A digital image is a representation of a two-dimensional image as a finite set of digital values, called picture elements or pixels.

Typically, the pixels are stored in computer memory as a raster image or raster map, a two-dimensional array of small integers. These values are often transmitted or stored in a compressed form.

Digital images can be created by a variety of input devices and techniques, such as digital cameras, scanners, coordinate-measuring machines, seismographic profiling, airborne radar, and more. They can also be synthetized from arbitrary non-image data, such as mathematical functions or three-dimensional geometric models; the latter being a major sub-area of computer graphics. The field of digital image processing is the study of algorithms for their transformation.

Table of contents
1 Image types
2 Image calibration
3 See Also

Image types

Each pixel of an image is typically associated to a specific 'position' in some 2D region, and has a value consisting of one or more quantities (sampless) related to that position. Digital images can be classified according to the number and nature of those samples:

The term digital image is also applied to data associated to points scattered over a three-dimensional region, such as produced by tomographic equipment. In that case, each datum is called a voxel.

Image calibration

Proper use of a digital image usually requires knowledge of the relationship between it and the underlying phenomenon, which implies geometric and photometric (or sensor) calibration. One must also keep in mind the unavoidable errorss that arise from the finite spatial resolution of the pixel array and the need to quantize each sample to a finite set of possible values.

See Also