Difference between revisions of "Computer vision"

From Wiki @ Karl Jones dot com
Jump to: navigation, search
(Created page with "Computer vision is an interdisciplinary field that deals with how computers can be made to gain high-level understanding from digital images or videos. From the perspecti...")
 
(See also)
Line 17: Line 17:
 
* [[AI effect]]
 
* [[AI effect]]
 
* [[Applications of artificial intelligence]]
 
* [[Applications of artificial intelligence]]
 +
* [[DeepDream]] - a computer vision program created by Google which uses a convolutional neural network to find and enhance patterns in images via algorithmic pareidolia, thus creating a dreamlike hallucinogenic appearance in the deliberately over-processed images.
 
* [[Machine vision glossary]]
 
* [[Machine vision glossary]]
 
* [[Visual system]]
 
* [[Visual system]]

Revision as of 15:58, 3 September 2016

Computer vision is an interdisciplinary field that deals with how computers can be made to gain high-level understanding from digital images or videos.

From the perspective of engineering, it seeks to automate tasks that the human visual system can do.

Description

Computer vision tasks include methods for acquiring, processing, analyzing and understanding digital images, and in general, deal with the extraction of high-dimensional data from the real world in order to produce numerical or symbolic information, e.g., in the forms of decisions.

Understanding in this context means the transformation of visual images (the input of the retina) into descriptions of the world that can interface with other thought processes and elicit appropriate action. This image understanding can be seen as the disentangling of symbolic information from image data using models constructed with the aid of geometry, physics, statistics, and learning theory.

As a scientific discipline, computer vision is concerned with the theory behind artificial systems that extract information from images. The image data can take many forms, such as video sequences, views from multiple cameras, or multi-dimensional data from a medical scanner. As a technological discipline, computer vision seeks to apply its theories and models for the construction of computer vision systems.

Sub-domains of computer vision include scene reconstruction, event detection, video tracking, object recognition, object pose estimation, learning, indexing, motion estimation, and image restoration.

See also

External links