Difference between revisions of "Image processing"

From Wiki @ Karl Jones dot com
Jump to: navigation, search
(Created page with "In imaging science, '''image processing''' is processing of images using mathematical operations by using any form of signal processing. == Descri...")
 
(See also)
 
(One intermediate revision by the same user not shown)
Line 35: Line 35:
 
* [[Image sharpening]]
 
* [[Image sharpening]]
 
* [[Image smoothing]]
 
* [[Image smoothing]]
 +
* [[Lenna]]
 
* [[Multidimensional systems]]
 
* [[Multidimensional systems]]
 
* [[Near sets]]
 
* [[Near sets]]
 
* [[Photo manipulation]]
 
* [[Photo manipulation]]
 
* [[Signal processing]]
 
* [[Signal processing]]
 +
* [[Utah teapot]]
  
 
== External links ==
 
== External links ==
Line 48: Line 50:
 
[[Category:Computer graphics]]
 
[[Category:Computer graphics]]
 
[[Category:Image processing]]
 
[[Category:Image processing]]
 +
[[Category:Signal processing]]
 
[[Category:Visual arts]]
 
[[Category:Visual arts]]

Latest revision as of 10:41, 7 September 2016

In imaging science, image processing is processing of images using mathematical operations by using any form of signal processing.

Description

The input may be an image, a series of images, a photograph, a video frame, and so on.

The output of image processing may be either an image or a set of characteristics or parameters related to the image.

Most image-processing techniques involve treating the image as a two-dimensional signal and applying standard signal-processing techniques to it. Images are also processed as three-dimensional signals where the third-dimension being time or the z-axis.

Scope of article

Image processing usually refers to digital image processing, but optical and analog image processing also are possible.

This article is about general techniques that apply to all of them.

The acquisition of images (producing the input image in the first place) is referred to as imaging.

Related topics

Closely related to image processing include computer graphics and computer vision.

In computer graphics, images are manually made from physical models of objects, environments, and lighting, instead of being acquired (via imaging devices such as cameras) from natural scenes, as in most animated movies.

Computer vision, on the other hand, is often considered high-level image processing out of which a machine/computer/software intends to decipher the physical contents of an image or a sequence of images (e.g., videos or 3D full-body magnetic resonance scans).

In modern sciences and technologies, images also gain much broader scopes due to the ever growing importance of scientific visualization (of often large-scale complex scientific/experimental data).

Examples include microarray data in genetic research, or real-time multi-asset portfolio trading in finance.

See also

External links