All Topics  
Image gradient

 

   Email Print
   Bookmark   Link






 

Image gradient



 
 
In graphics software
Graphics software

In computer graphics, graphics software or image editing software is a computer program or collection of programs that enable a person to manipulate visual images on a computer....
 for digital image editing, the term gradient is used for a gradual blend of color
Color

Color or colour is the visual perception property corresponding in humans to the categories called red, yellow, blue and others....
 which can be considered as an even gradation from low to high values, as used from white to black in the images to the right. Another name for this is color progression.

Mathematically, the gradient of a two-variable function (here the image intensity function) is at each image point a 2D vector with the components given by the derivative
Derivative

In calculus, a branch of mathematics, the derivative is a measure of how a function changes as its input changes. Loosely speaking, a derivative can be thought of as how much a quantity is changing at a given point....
s in the horizontal and vertical directions.






Discussion
Ask a question about 'Image gradient'
Start a new discussion about 'Image gradient'
Answer questions from other users
Full Discussion Forum



Encyclopedia


Gradient2
In graphics software
Graphics software

In computer graphics, graphics software or image editing software is a computer program or collection of programs that enable a person to manipulate visual images on a computer....
 for digital image editing, the term gradient is used for a gradual blend of color
Color

Color or colour is the visual perception property corresponding in humans to the categories called red, yellow, blue and others....
 which can be considered as an even gradation from low to high values, as used from white to black in the images to the right. Another name for this is color progression.

Mathematically, the gradient of a two-variable function (here the image intensity function) is at each image point a 2D vector with the components given by the derivative
Derivative

In calculus, a branch of mathematics, the derivative is a measure of how a function changes as its input changes. Loosely speaking, a derivative can be thought of as how much a quantity is changing at a given point....
s in the horizontal and vertical directions. At each image point, the gradient vector points in the direction of largest possible intensity increase, and the length of the gradient vector corresponds to the rate of change in that direction.

Since the intensity function of a digital image is only known at discrete points, derivatives of this function cannot be defined unless we assume that there is an underlying continuous
Continuous function

In mathematics, a continuous function is a function for which, intuitively, small changes in the input result in small changes in the output. Otherwise, a function is said to be discontinuous....
 intensity function which has been sampled at the image points. With some additional assumptions, the derivative of the continuous intensity function can be computed as a function on the sampled intensity function, i.e., the digital image. It turns out that the derivatives at any particular point are functions of the intensity values at virtually all image points. However, approximations of these derivative functions can be defined at lesser or larger degrees of accuracy.

The Sobel operator represents a rather inaccurate approximation of the image gradient, but is still of sufficient quality to be of practical use in many applications. More precisely, it uses intensity values only in a 3×3 region around each image point to approximate the corresponding image gradient, and it uses only integer values for the coefficients which weight the image intensities to produce the gradient approximation.

The gradient of the image is one of the fundamental building blocks in image processing
Image processing

In electrical engineering and computer science, image processing is any form of signal processing for which the input is an , such as photographs or video frame; the output of image processing can be either an image or a set of characteristics or parameters related to the image....
. For example the Canny edge detector uses image gradient for edge detection
Edge detection

Edge detection is a terminology in and computer vision, particularly in the areas of feature detection and feature extraction, to refer to algorithms which aim at identifying points in a digital image at which the luminous intensity changes sharply or more formally has discontinuities....
.

Image gradients are often utilized in maps
MAPS

Maps is the plural of map, a visual representation of an area.As an acronym, MAPS may refer to:* Mail Abuse Prevention System* Manx Aviation Preservation Society...
 and other visual representations of data
DATA

Debt, AIDS, Trade in Africa is a multinational Non-governmental organization founded in January 2002 in London by U2's Bono along with Robert Sargent Shriver III and activists from the Jubilee 2000 Drop the Debt campaign....
 in order to convey additional information. GIS
Geographic Information System

A geographic information system captures, stores, analyzes, manages, and presents data that refers to or is linked to location.In the strictest sense, the term describes any Information systems that integrates, stores, edits, analyzes, shares, and displays georeference information....
 tools use color progressions to indicate elevation
Elevation

The elevation of a geographic location is its height above a fixed reference point, often the above mean sea level. Elevation, or geometric height, is mainly used when referring to points on the Earth's surface, while altitude or geopotential height is used for points above the surface, such as an aircraft in flight or a s...
 and population density
Population density

Population density is a measurement of population per unit area or unit volume. It is frequently applied to living organisms, and particularly to humans....
, among others.