SlideShare una empresa de Scribd logo
1 de 114
Descargar para leer sin conexión
A Glossary of
terms used in
Digital Image
Processing
Upendra
A Glossary of terms used in Digital Image
Processing
Upendra
Indian Institute of Information Technology, Allahabad
January 20, 2017
A Glossary of
terms used in
Digital Image
Processing
Upendra
Glossary
Addition
A point process that blends the values of corresponding
pixels in two input images. A single parameter controls
which input image dominates the output image
A Glossary of
terms used in
Digital Image
Processing
Upendra
Glossary
Area Processes
A category of image-processing techniques that calculate the
value of each output-image pixel from the corresponding
input-image pixel and its neighbours. Examples include
halftoning, sharpening and median litering
A Glossary of
terms used in
Digital Image
Processing
Upendra
Glossary
Aspect Ratio
The ratio of the width of an image to its height. Examples
include 4:3, the aspect ratio of a standard TV, and 16:9, the
aspect ratio of a widescreen TV
A Glossary of
terms used in
Digital Image
Processing
Upendra
Glossary
Average Greyscale
The shade of grey produced by adding the brightnesses of
the RGB components of a colour pixel and dividing by three
A Glossary of
terms used in
Digital Image
Processing
Upendra
Glossary
Backward Mapping
The technique geometric processes use to calculate
output-image pixel values from input-image pixel values.
Backward-mapping processes start with a pixel in the output
image, nd the corresponding pixel in the input image,
calculate a new pixel value, and assign the new value to the
output-image pixel
A Glossary of
terms used in
Digital Image
Processing
Upendra
Glossary
Bayer Filter
Enables a CCD to capture colour by covering 2x2 blocks of
CCD-sensor elements with one red, one blue and two green
lters, which makes colour CCDs more sensitive to the green
wavelengths of light, just like our eyes
A Glossary of
terms used in
Digital Image
Processing
Upendra
Glossary
Bi-Linear Interpolation
A method of calculating the value of a pixel with fractional
co-ordinates that lies in between a 2 by 2 neighbourhood of
pixels
A Glossary of
terms used in
Digital Image
Processing
Upendra
Glossary
Bitmap Image
An image composed of black and white pixels
A Glossary of
terms used in
Digital Image
Processing
Upendra
Glossary
Blurring
An area process that produces an e ect similar to an
out-of-focus photograph. Blurring removes the detail in an
image by making each pixel more like its neighbours
A Glossary of
terms used in
Digital Image
Processing
Upendra
Glossary
Bounding Box
The smallest rectangle that encloses a shape so that each of
the four sides touches an extremity of the shape
A Glossary of
terms used in
Digital Image
Processing
Upendra
Glossary
Brightness
Determines the intensity of the colour presented by a pixel in
a colour image, or the shade of grey presented by a pixel in a
greyscale image
A Glossary of
terms used in
Digital Image
Processing
Upendra
Glossary
Brightness Transformation
A point process that maps input brightnesses onto output
brightnesses with a linear or non-linear mathematical
function
A Glossary of
terms used in
Digital Image
Processing
Upendra
Glossary
Capture
The process of measuring and visualising physical
phenomena such as visible and non-visible electromagnetic
radiation. Examples include taking a photograph and
scanning a document
A Glossary of
terms used in
Digital Image
Processing
Upendra
Glossary
CCD
A charge-couple device is an imaging sensor that contains a
rectangular grid of light-sensitive capacitors. Each capacitor
accumulates a charge proportional to the brightness of the
light it detects; the brighter the light, the higher the charge
A Glossary of
terms used in
Digital Image
Processing
Upendra
Glossary
Closing
A morphological operation produced by following a dilation
by an erosion. Often used for lling holes in bitmap images
A Glossary of
terms used in
Digital Image
Processing
Upendra
Glossary
Colour Model
Determines how the colour in a digital image is represented
numerically. Examples include the RGB and HSB colour
models
A Glossary of
terms used in
Digital Image
Processing
Upendra
Glossary
Composition
A point process that overlays the pixels of a foreground
input image onto the pixels of a background input image
A Glossary of
terms used in
Digital Image
Processing
Upendra
Glossary
Contrast
The difference between the lightest and darkest regions of an
image.
A Glossary of
terms used in
Digital Image
Processing
Upendra
Glossary
Contrast Expansion
An image-processing technique that re-distributes the
brightness in an image to eliminate regions that are either
too dark or too light. Examples include basic and ends-in
contrast expansion
A Glossary of
terms used in
Digital Image
Processing
Upendra
Glossary
Convolution
A method of calculating the new value of a central pixel in a
neighbourhood by multiplying each pixel in the
neighbourhood by a corresponding weight; the new value of
the central pixel is the sum of the multiplications
A Glossary of
terms used in
Digital Image
Processing
Upendra
Glossary
Corrupted Pixel
A pixel value altered by noise
A Glossary of
terms used in
Digital Image
Processing
Upendra
Glossary
Cropping
A geometric process that reduces the size of an image by
discarding the pixels outside a speci ed region called the crop
selection
A Glossary of
terms used in
Digital Image
Processing
Upendra
Glossary
Diagonal Axis
The line that runs from the top-left corner of an image to
the bottom-right corner, or from the top-right corner to the
bottom-left corner
A Glossary of
terms used in
Digital Image
Processing
Upendra
Glossary
Digital Camera
An imaging device that focuses visible light onto a CCD
A Glossary of
terms used in
Digital Image
Processing
Upendra
Glossary
Digital Image
An image captured by an imaging device and represented in
a computer as a rectangular grid of pixels.
A Glossary of
terms used in
Digital Image
Processing
Upendra
Glossary
Dilation
A morphological operation that increases the size of objects
in an image by adding a layer of foreground pixels around
each object
A Glossary of
terms used in
Digital Image
Processing
Upendra
Glossary
Edge
Edges mark the boundaries between the objects in a scene.
A large change in pixel brightness over a small number of
pixels often indicates the presence of an edge
A Glossary of
terms used in
Digital Image
Processing
Upendra
Glossary
Edge Detector
An image-processing routine that ags the large changes in
pixel brightness that indicate potential edges. Edge detectors
often visualise their results in edge maps. Examples include
the Sobel, Prewitt, Kirsch and Laplacian edge detectors.
A Glossary of
terms used in
Digital Image
Processing
Upendra
Glossary
Edge Direction
The angle that speci es the direction of an edge. The angle
is perpendicular to the direction of the large change in
brightness that indicates the edge
A Glossary of
terms used in
Digital Image
Processing
Upendra
Glossary
Edge Magnitude
A number that represents how con dent an edge detector is
that it has found an edge in an image.
A Glossary of
terms used in
Digital Image
Processing
Upendra
Glossary
Edge Map
A greyscale output image that visualises the magnitude of
the edge found at each pixel in an input image; the greater
the magnitude, the brighter the corresponding edge-map
pixel. Thresholding an edge map highlights the strongest
edges
A Glossary of
terms used in
Digital Image
Processing
Upendra
Glossary
Edge Mask
A set of convolution weights that highlight the size and
direction of the edges in an image
A Glossary of
terms used in
Digital Image
Processing
Upendra
Glossary
Electromagnetic Spectrum
The complete range of electromagnetic radiation from short
wavelength gamma radiation to long wavelength radio waves
A Glossary of
terms used in
Digital Image
Processing
Upendra
Glossary
Erosion
A morphological operation that decreases the size of objects
in an image by removing a layer of foreground pixels around
each object. Often used for removing projections and blobs
in bitmap images
A Glossary of
terms used in
Digital Image
Processing
Upendra
Glossary
Flipping
A geometric process that swaps the pixels in an image across
the horizontal, vertical and diagonal axes
A Glossary of
terms used in
Digital Image
Processing
Upendra
Glossary
Forward Mapping
The technique point and area processes use to calculate
output-image pixel values from input-image pixel values.
Forward-mapping processes start with a pixel in the input
image, calculate a new pixel value, and assign the new value
to the corresponding pixel in the output image
A Glossary of
terms used in
Digital Image
Processing
Upendra
Glossary
Frame Averaging
A point process that removes noise from a series of input
images taken of the same subject. Each output-image pixel
value is the average of the corresponding input-image pixel
values
A Glossary of
terms used in
Digital Image
Processing
Upendra
Glossary
Gaussian Noise
A form of image noise that adds small positive and negative
deviations to the pixels in an image, often caused by the
random variations between the elements of a CCD sensor.
Plotting the number of occurrences of each deviation on a
histogram produces the bell-shaped curve of the normal
distribution, which is also called the Gaussian distribution
A Glossary of
terms used in
Digital Image
Processing
Upendra
Glossary
Geometric Process
A category of image-processing techniques that change the
size and shape of an image rather than its contents.
Examples include cropping, scaling and rotation
A Glossary of
terms used in
Digital Image
Processing
Upendra
Glossary
Greyscale Image
An image composed of pixels that present shades of grey
A Glossary of
terms used in
Digital Image
Processing
Upendra
Glossary
Halftoning
An area process that simulates shades of grey in bitmap
images with patterns of bitmap pixels. The density of each 2
by 2 pixel pattern depends on the ratio of black to white
bitmap pixels
A Glossary of
terms used in
Digital Image
Processing
Upendra
Glossary
Highlights
The range of pixel brightnesses that represent the lighter
regions of an image
A Glossary of
terms used in
Digital Image
Processing
Upendra
Glossary
High-key Image
An image that represents a naturally light subject
A Glossary of
terms used in
Digital Image
Processing
Upendra
Glossary
High-contrast Image
An image with large numbers of pixels in the shadows and
highlights
A Glossary of
terms used in
Digital Image
Processing
Upendra
Glossary
High Frequency
The high frequency information in an image is represented
by large changes in pixel brightness over a small number of
pixels
A Glossary of
terms used in
Digital Image
Processing
Upendra
Glossary
High-pass Filter
A filter that preserves or ampli es the high frequency
information in an image. Sharpening is implemented by a
high pass lter
A Glossary of
terms used in
Digital Image
Processing
Upendra
Glossary
Histogram
The histogram of an image visualises the distribution of the
brightness in the image by plotting the number of
occurrences of each brightness.
A Glossary of
terms used in
Digital Image
Processing
Upendra
Glossary
Histogram Equalisation
An image-processing technique that reveals detail hidden in
images with a poorly-distributed range of brightesses
A Glossary of
terms used in
Digital Image
Processing
Upendra
Glossary
Horizontal Axis
The line that runs through the centre of an image from the
left of the image to the right
A Glossary of
terms used in
Digital Image
Processing
Upendra
Glossary
HSB
A colour model that represents each colour with three
numbers that specify the hue (H), the saturation (S) and the
brightness (B) of the colour.
A Glossary of
terms used in
Digital Image
Processing
Upendra
Glossary
Hue
The colour in the HSB colour model.
A Glossary of
terms used in
Digital Image
Processing
Upendra
Glossary
Image
An image records a visual snapshot of the world around us
A Glossary of
terms used in
Digital Image
Processing
Upendra
Glossary
Image Processing
The field of computer science that develops techniques for
enhancing digital images to make them more enjoyable to
look at, and easier to analyse by computers as well as
humans
A Glossary of
terms used in
Digital Image
Processing
Upendra
Glossary
Imaging Device
A piece of equipment that captures an image. Examples
include digital cameras, side-scan sonar systems and
scanning electron microscopes
A Glossary of
terms used in
Digital Image
Processing
Upendra
Glossary
Impulse Noise
Also called salt and pepper noise, impulse noise introduces
very light (salt) and very dark (pepper) pixels that stand out
from their neighbours.
A Glossary of
terms used in
Digital Image
Processing
Upendra
Glossary
Interpolation
A method of creating new pixel values from existing pixel
values. Examples include nearest-neighbour and bi-linear
interpolation
A Glossary of
terms used in
Digital Image
Processing
Upendra
Glossary
Input Image
The image transformed by an image-processing routine
A Glossary of
terms used in
Digital Image
Processing
Upendra
Glossary
Inversion
A point process that produces an e ect similar to
photographic negatives: dark pixels become light and light
pixels become dark.
A Glossary of
terms used in
Digital Image
Processing
Upendra
Glossary
Kernel
A rectangular grid of convolution weights
A Glossary of
terms used in
Digital Image
Processing
Upendra
Glossary
Line Edge
A line chain of pixels that separates a region of light pixels
from a region of dark pixels
A Glossary of
terms used in
Digital Image
Processing
Upendra
Glossary
Linear Brightness Transformation
A category of brightness transformations that lighten and
darken images using mathematical functions with curved
graphs
A Glossary of
terms used in
Digital Image
Processing
Upendra
Glossary
Linear Brightness TransformationLook-up Table (LUT)
A data structure that minimises the number of calculations
required to process an image with a point process. The
brightness of each output-image pixel is found in a LUT at
the entry indexed by the brightness of the corresponding
input-image pixel
A Glossary of
terms used in
Digital Image
Processing
Upendra
Glossary
Low-contrast Image
An image that uses only a small range of the available
brightness. Low-contrast images are mostly dark, mostly dull
or mostly light
A Glossary of
terms used in
Digital Image
Processing
Upendra
Glossary
Low-key Image
An image that represents a naturally dark subject
A Glossary of
terms used in
Digital Image
Processing
Upendra
Glossary
Low Frequency
The low frequency information in an image is represented by
small changes in pixel brightness over a small number of
pixels
A Glossary of
terms used in
Digital Image
Processing
Upendra
Glossary
Low-pass Filter
Alter that discards or attenuates the high frequency
information in an image and preserves the low frequency
information. Removing the high frequency information from
an image removes the detail and blurs the image. Blurring is
implemented by a low pass filter
A Glossary of
terms used in
Digital Image
Processing
Upendra
Glossary
Median Filtering
An area process that removes noise by replacing the central
pixel in a neighbourhood with the median pixel value of the
neighbourhood.
A Glossary of
terms used in
Digital Image
Processing
Upendra
Glossary
Mid-tones
The range of pixel brightnesses that represent the regions of
an image in between the shadows and highlights.
A Glossary of
terms used in
Digital Image
Processing
Upendra
Glossary
Morphological Operation
A category of image-processing techniques that operate on
the structure of the objects in an image
A Glossary of
terms used in
Digital Image
Processing
Upendra
Glossary
Noise
Unwanted changes to the values of the pixels in an image,
often introduced by the imaging device during capture.
Examples include impulse noise and Gaussian noise.
A Glossary of
terms used in
Digital Image
Processing
Upendra
Glossary
Nearest-neighbour Interpolation
A method of creating values for pixels with fractional
co-ordinates that duplicates the value of the pixel with
integer co-ordinates nearest to the fractional co-ordinates
A Glossary of
terms used in
Digital Image
Processing
Upendra
Glossary
Neighbourhood Averaging
An area process that removes noise by replacing the central
pixel in a neighbourhood with the average pixel value of the
neighbourhood.
A Glossary of
terms used in
Digital Image
Processing
Upendra
Glossary
Non-linear Brightness Transformation
A category of brightness transformations that change the
brightness of an image using mathematical functions with
straight-line graphs. Examples include inversion and
posterisation.
A Glossary of
terms used in
Digital Image
Processing
Upendra
Glossary
Non-primary Colour
A colour created by mixing the red, green and blue primary
colours of the RGB colour model
A Glossary of
terms used in
Digital Image
Processing
Upendra
Glossary
NTSC Greyscale
A shade of grey produced by multiplying the brightnesses of
the RGB components of a colour pixel by a set of weights
that emphasise the green component. Named after the
committee that oversees US television
A Glossary of
terms used in
Digital Image
Processing
Upendra
Glossary
Opening
A morphological operation produced by following an erosion
by a dilation. Often used for lling holes in bitmap images
A Glossary of
terms used in
Digital Image
Processing
Upendra
Glossary
Outlying Pixel
A pixel with an extreme brightness that is much higher or
lower than the brightnesses of the other pixels in the image
A Glossary of
terms used in
Digital Image
Processing
Upendra
Glossary
Output Image
An image that contains the results of applying an
image-processing routine to an image
A Glossary of
terms used in
Digital Image
Processing
Upendra
Glossary
Photo Restoration
The application of a series of image-processing routines to
enhance a damaged photograph.
A Glossary of
terms used in
Digital Image
Processing
Upendra
Glossary
Pixel
A square unit of visual information that represents a tiny
part of a digital image
A Glossary of
terms used in
Digital Image
Processing
Upendra
Glossary
Pixel Depth
The number of colours or shades of grey a pixel can present.
Bitmap pixels have depth two, typical greyscale pixels have
depth 256, and typical colour pixels have depth 16,777,216.
A Glossary of
terms used in
Digital Image
Processing
Upendra
Glossary
Pixel Neighbourhood
A region of pixels processed by an area process. Typical
neighbourhood dimensions are 3 by 3 pixels and 5 by 5 pixels
A Glossary of
terms used in
Digital Image
Processing
Upendra
Glossary
Point Processes
A category of image-processing techniques that calculate the
value of each output-image pixel from the value of the
corresponding input-image pixel. Examples include inversion
and pseudo-colour
A Glossary of
terms used in
Digital Image
Processing
Upendra
Glossary
Posterisation
A linear brightness transformation that reduces the number
of brightnesses in an image
A Glossary of
terms used in
Digital Image
Processing
Upendra
Glossary
Pseudo-colour
A point process that divides the range of brightness in a
greyscale input image into groups and assigns each group a
colour. Each output-image pixel is assigned the colour that
represents the group into which falls the brightness of the
corresponding input-image pixel
A Glossary of
terms used in
Digital Image
Processing
Upendra
Glossary
Potential Edge
Edge detectors ag all large changes in pixel brightness over a
small number of pixels as a potential edge. An edge-analysis
system then decides whether the change in brightness
represents the border of an object—a real edge—or some
other feature of the object, such as its texture.
A Glossary of
terms used in
Digital Image
Processing
Upendra
Glossary
Primary Colors
The colours red, green and blue from which all other colours
in the RGB colour model are mixed
A Glossary of
terms used in
Digital Image
Processing
Upendra
Glossary
Quantization
The calculation that maps the fractional measurements
made by imaging devices onto proportional integer pixel
brightnesses.
A Glossary of
terms used in
Digital Image
Processing
Upendra
Glossary
Ramp Edge
A region of pixels that separates a region of light pixels from
a region of dark pixels. The pixels in the region change
gradually from light to dark
A Glossary of
terms used in
Digital Image
Processing
Upendra
Glossary
Raw Colour
The colour of the pixels in an image captured by a colour
CCD before the two unknown RGB-component brightnesses
of each pixel have been interpolated from the known
brightnesses of the corresponding components of
neighbouring pixels.
A Glossary of
terms used in
Digital Image
Processing
Upendra
Glossary
Resolution
The number of pixels available to represent the details of the
subject of a digital image.
A Glossary of
terms used in
Digital Image
Processing
Upendra
Glossary
RGB
A colour model that represents each colour with three
numbers that specify the amounts of red (R), green (G) and
blue (B) that produce the colour.
A Glossary of
terms used in
Digital Image
Processing
Upendra
Glossary
RGB Colour Cube
Visualises the amounts of red, green and blue required to
produce each colour in the RGB colour model as a point in a
cube at co-ordinates ( x , y , z ).
A Glossary of
terms used in
Digital Image
Processing
Upendra
Glossary
Roof Edge
A region of pixels that separates a region of light pixels from
a region of dark pixels. The pixels in a roof edge increase in
brightness to their maximum at the apex of the roof and
then decrease to meet the region of pixels on the other side
of the edge
A Glossary of
terms used in
Digital Image
Processing
Upendra
Glossary
Rotation
A geometric process that turns an image about its centre by
a specified angle
A Glossary of
terms used in
Digital Image
Processing
Upendra
Glossary
Rotation Hole
An output-image pixel not assigned a value when the input
image is rotated with forward mapping
A Glossary of
terms used in
Digital Image
Processing
Upendra
Glossary
Row-Column Co-ordinates
The pair of numbers that locate a pixel in the rows and
columns of the rectangular grid of pixels that represent a
digital image.
A Glossary of
terms used in
Digital Image
Processing
Upendra
Glossary
Sampling
The process of mapping a continuous quantity of
electromagnetic radiation, such as light or X-rays falling on a
sensor, onto a discrete, rectangular grid of pixels.
A Glossary of
terms used in
Digital Image
Processing
Upendra
Glossary
Saturation
The component of the HSB colour model that controls the
amount of white mixed into the hue
A Glossary of
terms used in
Digital Image
Processing
Upendra
Glossary
Scale Factor
A fractional number that controls whether a scaling process
enlarges or reduces an image. Scale factors between zero
and one reduce images; scale factors greater than one
enlarge images
A Glossary of
terms used in
Digital Image
Processing
Upendra
Glossary
Scaling
A geometric process that changes the size of an image
A Glossary of
terms used in
Digital Image
Processing
Upendra
Glossary
Scanner
An imaging device that focuses light re ected from a
document onto a CCD that moves across and down the
document
A Glossary of
terms used in
Digital Image
Processing
Upendra
Glossary
Scanning Electron Microscope
An imaging device that uses electrons to capture images of
microscopic objects. A SEM res a beam of electrons at the
surface of the sample and counts the number of electrons
dislodged from the surface by the beam; the greater the
number of dislodged electrons, the brighter the
corresponding point in the image
A Glossary of
terms used in
Digital Image
Processing
Upendra
Glossary
Sequential-index Co-ordinate
The number that locates a pixel in an image when the pixels
in the image are laid end to end in a sequence
A Glossary of
terms used in
Digital Image
Processing
Upendra
Glossary
Shadows
The range of pixel brightnesses that represent the darker
regions of an image
A Glossary of
terms used in
Digital Image
Processing
Upendra
Glossary
Sharpening
An area process that emphasises the detail in an image
A Glossary of
terms used in
Digital Image
Processing
Upendra
Glossary
Side-scan Sonar System
An imaging device that uses sound waves to capture images
of underwater objects. Side-scan sonar systems measure the
strength of the acoustic re ections of sound waves directed
at the sea bed; the stronger the acoustic reflection, the
brighter the corresponding pixel in the image
A Glossary of
terms used in
Digital Image
Processing
Upendra
Glossary
Step Edge
The ideal edge shape characterised by a large, immediate
change in pixel brightness from a region of light pixels to a
region of dark pixels
A Glossary of
terms used in
Digital Image
Processing
Upendra
Glossary
Structuring Element
The rectangular grid of binary values used by morphological
operations to assign a new value to a pixel in a bitmap image
A Glossary of
terms used in
Digital Image
Processing
Upendra
Glossary
Subtraction
A point process that identi es the pixels that di er between
two input images.
A Glossary of
terms used in
Digital Image
Processing
Upendra
Glossary
Thresholding
A point process that produces a bitmap version of a
greyscale image. Black bitmap pixels represent greyscale
pixels darker than a threshold brightness; white bitmap pixels
represent greyscale pixels lighter than the threshold
A Glossary of
terms used in
Digital Image
Processing
Upendra
Glossary
Thermal Camera
An imaging device that measures the amount of infra-red
light emitted by the subject of the image. Hotter objects
emit more infra-red light, which show up as the brighter
regions of a thermal image
A Glossary of
terms used in
Digital Image
Processing
Upendra
Glossary
Vertical Axis
The line that runs through the centre of an image from the
top of the image to the bottom

Más contenido relacionado

La actualidad más candente

Digital image processing
Digital image processingDigital image processing
Digital image processing
DEEPASHRI HK
 
Image Processing
Image ProcessingImage Processing
Image Processing
Rolando
 

La actualidad más candente (20)

An Introduction to Image Processing and Artificial Intelligence
An Introduction to Image Processing and Artificial IntelligenceAn Introduction to Image Processing and Artificial Intelligence
An Introduction to Image Processing and Artificial Intelligence
 
Fundamental steps in image processing
Fundamental steps in image processingFundamental steps in image processing
Fundamental steps in image processing
 
Basic image processing techniques
Basic image processing techniquesBasic image processing techniques
Basic image processing techniques
 
Fundamental Steps of Digital Image Processing & Image Components
Fundamental Steps of Digital Image Processing & Image ComponentsFundamental Steps of Digital Image Processing & Image Components
Fundamental Steps of Digital Image Processing & Image Components
 
Image Processing Basics
Image Processing BasicsImage Processing Basics
Image Processing Basics
 
Extraction of region of interest in an image
Extraction of region of interest in an imageExtraction of region of interest in an image
Extraction of region of interest in an image
 
Fundamentals steps in Digital Image processing
Fundamentals steps in Digital Image processingFundamentals steps in Digital Image processing
Fundamentals steps in Digital Image processing
 
Basics of Image processing
Basics of Image processingBasics of Image processing
Basics of Image processing
 
Digital image processing
Digital image processingDigital image processing
Digital image processing
 
Digital image processing
Digital image processingDigital image processing
Digital image processing
 
Digital image processing
Digital image processingDigital image processing
Digital image processing
 
Fundamental steps in Digital Image Processing
Fundamental steps in Digital Image ProcessingFundamental steps in Digital Image Processing
Fundamental steps in Digital Image Processing
 
IMAGE PROCESSING - MATHANKUMAR.S - VMKVEC
IMAGE PROCESSING - MATHANKUMAR.S - VMKVECIMAGE PROCESSING - MATHANKUMAR.S - VMKVEC
IMAGE PROCESSING - MATHANKUMAR.S - VMKVEC
 
Stages of image processing
Stages of image processingStages of image processing
Stages of image processing
 
Dip review
Dip reviewDip review
Dip review
 
Image Processing
Image ProcessingImage Processing
Image Processing
 
Digital Image Processing
Digital Image ProcessingDigital Image Processing
Digital Image Processing
 
A (very brief) Introduction to Image Processing and 3D Printing with ImageJ
A (very brief) Introduction to Image Processing and 3D Printing with ImageJA (very brief) Introduction to Image Processing and 3D Printing with ImageJ
A (very brief) Introduction to Image Processing and 3D Printing with ImageJ
 
Image Processing
Image ProcessingImage Processing
Image Processing
 
Image enhancement
Image enhancement Image enhancement
Image enhancement
 

Similar a Glossary dip

Final Report for project
Final Report for projectFinal Report for project
Final Report for project
Rajarshi Roy
 
impulse noise filter
impulse noise filter impulse noise filter
impulse noise filter
yousef_
 
RC3-deScreen_s
RC3-deScreen_sRC3-deScreen_s
RC3-deScreen_s
henry kang
 

Similar a Glossary dip (20)

M.sc. m hassan
M.sc. m hassanM.sc. m hassan
M.sc. m hassan
 
satellite image enhancement
satellite image enhancementsatellite image enhancement
satellite image enhancement
 
Enhancement in Digital Image Processing
Enhancement in Digital Image ProcessingEnhancement in Digital Image Processing
Enhancement in Digital Image Processing
 
Sliced Ridgelet Transform for Image Denoising
Sliced Ridgelet Transform for Image DenoisingSliced Ridgelet Transform for Image Denoising
Sliced Ridgelet Transform for Image Denoising
 
image_enhancement-NDVI-5.pptx
image_enhancement-NDVI-5.pptximage_enhancement-NDVI-5.pptx
image_enhancement-NDVI-5.pptx
 
DIGITAL IMAGE PROCESSING - Day 5 Applications of DIP
DIGITAL IMAGE PROCESSING - Day 5 Applications of DIPDIGITAL IMAGE PROCESSING - Day 5 Applications of DIP
DIGITAL IMAGE PROCESSING - Day 5 Applications of DIP
 
A Review of Image Contrast Enhancement Techniques
A Review of Image Contrast Enhancement TechniquesA Review of Image Contrast Enhancement Techniques
A Review of Image Contrast Enhancement Techniques
 
An Introduction to digital image processing
An Introduction to digital image processingAn Introduction to digital image processing
An Introduction to digital image processing
 
Image Resolution Enhancement by using Wavelet Transform
Image Resolution Enhancement  by using Wavelet TransformImage Resolution Enhancement  by using Wavelet Transform
Image Resolution Enhancement by using Wavelet Transform
 
A binarization technique for extraction of devanagari text from camera based ...
A binarization technique for extraction of devanagari text from camera based ...A binarization technique for extraction of devanagari text from camera based ...
A binarization technique for extraction of devanagari text from camera based ...
 
Final Report for project
Final Report for projectFinal Report for project
Final Report for project
 
IRJET- A Review on Various Restoration Techniques in Digital Image Processing
IRJET- A Review on Various Restoration Techniques in Digital Image ProcessingIRJET- A Review on Various Restoration Techniques in Digital Image Processing
IRJET- A Review on Various Restoration Techniques in Digital Image Processing
 
Digital image processing
Digital image processingDigital image processing
Digital image processing
 
Image Resolution Enhancement using DWT and Spatial Domain Interpolation Techn...
Image Resolution Enhancement using DWT and Spatial Domain Interpolation Techn...Image Resolution Enhancement using DWT and Spatial Domain Interpolation Techn...
Image Resolution Enhancement using DWT and Spatial Domain Interpolation Techn...
 
Wavelet-Based Warping Technique for Mobile Devices
Wavelet-Based Warping Technique for Mobile DevicesWavelet-Based Warping Technique for Mobile Devices
Wavelet-Based Warping Technique for Mobile Devices
 
P180203105108
P180203105108P180203105108
P180203105108
 
Image Processing(Beta1)
Image Processing(Beta1)Image Processing(Beta1)
Image Processing(Beta1)
 
impulse noise filter
impulse noise filter impulse noise filter
impulse noise filter
 
Low Light Image Enhancement Using Zero-DCE algorithm
Low Light Image Enhancement Using Zero-DCE algorithmLow Light Image Enhancement Using Zero-DCE algorithm
Low Light Image Enhancement Using Zero-DCE algorithm
 
RC3-deScreen_s
RC3-deScreen_sRC3-deScreen_s
RC3-deScreen_s
 

Último

Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Christo Ananth
 
Call Girls in Ramesh Nagar Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
Call Girls in Ramesh Nagar Delhi 💯 Call Us 🔝9953056974 🔝 Escort ServiceCall Girls in Ramesh Nagar Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
Call Girls in Ramesh Nagar Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
9953056974 Low Rate Call Girls In Saket, Delhi NCR
 
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
dollysharma2066
 
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Dr.Costas Sachpazis
 
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 BookingVIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
dharasingh5698
 

Último (20)

Double rodded leveling 1 pdf activity 01
Double rodded leveling 1 pdf activity 01Double rodded leveling 1 pdf activity 01
Double rodded leveling 1 pdf activity 01
 
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
 
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
 
Roadmap to Membership of RICS - Pathways and Routes
Roadmap to Membership of RICS - Pathways and RoutesRoadmap to Membership of RICS - Pathways and Routes
Roadmap to Membership of RICS - Pathways and Routes
 
Call Girls in Ramesh Nagar Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
Call Girls in Ramesh Nagar Delhi 💯 Call Us 🔝9953056974 🔝 Escort ServiceCall Girls in Ramesh Nagar Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
Call Girls in Ramesh Nagar Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
 
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
 
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete RecordCCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
 
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
 
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
 
Intze Overhead Water Tank Design by Working Stress - IS Method.pdf
Intze Overhead Water Tank  Design by Working Stress - IS Method.pdfIntze Overhead Water Tank  Design by Working Stress - IS Method.pdf
Intze Overhead Water Tank Design by Working Stress - IS Method.pdf
 
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
 
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 BookingVIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
 
chapter 5.pptx: drainage and irrigation engineering
chapter 5.pptx: drainage and irrigation engineeringchapter 5.pptx: drainage and irrigation engineering
chapter 5.pptx: drainage and irrigation engineering
 
UNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its PerformanceUNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its Performance
 
NFPA 5000 2024 standard .
NFPA 5000 2024 standard                                  .NFPA 5000 2024 standard                                  .
NFPA 5000 2024 standard .
 
Coefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxCoefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptx
 
KubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlyKubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghly
 
Glass Ceramics: Processing and Properties
Glass Ceramics: Processing and PropertiesGlass Ceramics: Processing and Properties
Glass Ceramics: Processing and Properties
 
Unit 1 - Soil Classification and Compaction.pdf
Unit 1 - Soil Classification and Compaction.pdfUnit 1 - Soil Classification and Compaction.pdf
Unit 1 - Soil Classification and Compaction.pdf
 
data_management_and _data_science_cheat_sheet.pdf
data_management_and _data_science_cheat_sheet.pdfdata_management_and _data_science_cheat_sheet.pdf
data_management_and _data_science_cheat_sheet.pdf
 

Glossary dip

  • 1. A Glossary of terms used in Digital Image Processing Upendra A Glossary of terms used in Digital Image Processing Upendra Indian Institute of Information Technology, Allahabad January 20, 2017
  • 2. A Glossary of terms used in Digital Image Processing Upendra Glossary Addition A point process that blends the values of corresponding pixels in two input images. A single parameter controls which input image dominates the output image
  • 3. A Glossary of terms used in Digital Image Processing Upendra Glossary Area Processes A category of image-processing techniques that calculate the value of each output-image pixel from the corresponding input-image pixel and its neighbours. Examples include halftoning, sharpening and median litering
  • 4. A Glossary of terms used in Digital Image Processing Upendra Glossary Aspect Ratio The ratio of the width of an image to its height. Examples include 4:3, the aspect ratio of a standard TV, and 16:9, the aspect ratio of a widescreen TV
  • 5. A Glossary of terms used in Digital Image Processing Upendra Glossary Average Greyscale The shade of grey produced by adding the brightnesses of the RGB components of a colour pixel and dividing by three
  • 6. A Glossary of terms used in Digital Image Processing Upendra Glossary Backward Mapping The technique geometric processes use to calculate output-image pixel values from input-image pixel values. Backward-mapping processes start with a pixel in the output image, nd the corresponding pixel in the input image, calculate a new pixel value, and assign the new value to the output-image pixel
  • 7. A Glossary of terms used in Digital Image Processing Upendra Glossary Bayer Filter Enables a CCD to capture colour by covering 2x2 blocks of CCD-sensor elements with one red, one blue and two green lters, which makes colour CCDs more sensitive to the green wavelengths of light, just like our eyes
  • 8. A Glossary of terms used in Digital Image Processing Upendra Glossary Bi-Linear Interpolation A method of calculating the value of a pixel with fractional co-ordinates that lies in between a 2 by 2 neighbourhood of pixels
  • 9. A Glossary of terms used in Digital Image Processing Upendra Glossary Bitmap Image An image composed of black and white pixels
  • 10. A Glossary of terms used in Digital Image Processing Upendra Glossary Blurring An area process that produces an e ect similar to an out-of-focus photograph. Blurring removes the detail in an image by making each pixel more like its neighbours
  • 11. A Glossary of terms used in Digital Image Processing Upendra Glossary Bounding Box The smallest rectangle that encloses a shape so that each of the four sides touches an extremity of the shape
  • 12. A Glossary of terms used in Digital Image Processing Upendra Glossary Brightness Determines the intensity of the colour presented by a pixel in a colour image, or the shade of grey presented by a pixel in a greyscale image
  • 13. A Glossary of terms used in Digital Image Processing Upendra Glossary Brightness Transformation A point process that maps input brightnesses onto output brightnesses with a linear or non-linear mathematical function
  • 14. A Glossary of terms used in Digital Image Processing Upendra Glossary Capture The process of measuring and visualising physical phenomena such as visible and non-visible electromagnetic radiation. Examples include taking a photograph and scanning a document
  • 15. A Glossary of terms used in Digital Image Processing Upendra Glossary CCD A charge-couple device is an imaging sensor that contains a rectangular grid of light-sensitive capacitors. Each capacitor accumulates a charge proportional to the brightness of the light it detects; the brighter the light, the higher the charge
  • 16. A Glossary of terms used in Digital Image Processing Upendra Glossary Closing A morphological operation produced by following a dilation by an erosion. Often used for lling holes in bitmap images
  • 17. A Glossary of terms used in Digital Image Processing Upendra Glossary Colour Model Determines how the colour in a digital image is represented numerically. Examples include the RGB and HSB colour models
  • 18. A Glossary of terms used in Digital Image Processing Upendra Glossary Composition A point process that overlays the pixels of a foreground input image onto the pixels of a background input image
  • 19. A Glossary of terms used in Digital Image Processing Upendra Glossary Contrast The difference between the lightest and darkest regions of an image.
  • 20. A Glossary of terms used in Digital Image Processing Upendra Glossary Contrast Expansion An image-processing technique that re-distributes the brightness in an image to eliminate regions that are either too dark or too light. Examples include basic and ends-in contrast expansion
  • 21. A Glossary of terms used in Digital Image Processing Upendra Glossary Convolution A method of calculating the new value of a central pixel in a neighbourhood by multiplying each pixel in the neighbourhood by a corresponding weight; the new value of the central pixel is the sum of the multiplications
  • 22. A Glossary of terms used in Digital Image Processing Upendra Glossary Corrupted Pixel A pixel value altered by noise
  • 23. A Glossary of terms used in Digital Image Processing Upendra Glossary Cropping A geometric process that reduces the size of an image by discarding the pixels outside a speci ed region called the crop selection
  • 24. A Glossary of terms used in Digital Image Processing Upendra Glossary Diagonal Axis The line that runs from the top-left corner of an image to the bottom-right corner, or from the top-right corner to the bottom-left corner
  • 25. A Glossary of terms used in Digital Image Processing Upendra Glossary Digital Camera An imaging device that focuses visible light onto a CCD
  • 26. A Glossary of terms used in Digital Image Processing Upendra Glossary Digital Image An image captured by an imaging device and represented in a computer as a rectangular grid of pixels.
  • 27. A Glossary of terms used in Digital Image Processing Upendra Glossary Dilation A morphological operation that increases the size of objects in an image by adding a layer of foreground pixels around each object
  • 28. A Glossary of terms used in Digital Image Processing Upendra Glossary Edge Edges mark the boundaries between the objects in a scene. A large change in pixel brightness over a small number of pixels often indicates the presence of an edge
  • 29. A Glossary of terms used in Digital Image Processing Upendra Glossary Edge Detector An image-processing routine that ags the large changes in pixel brightness that indicate potential edges. Edge detectors often visualise their results in edge maps. Examples include the Sobel, Prewitt, Kirsch and Laplacian edge detectors.
  • 30. A Glossary of terms used in Digital Image Processing Upendra Glossary Edge Direction The angle that speci es the direction of an edge. The angle is perpendicular to the direction of the large change in brightness that indicates the edge
  • 31. A Glossary of terms used in Digital Image Processing Upendra Glossary Edge Magnitude A number that represents how con dent an edge detector is that it has found an edge in an image.
  • 32. A Glossary of terms used in Digital Image Processing Upendra Glossary Edge Map A greyscale output image that visualises the magnitude of the edge found at each pixel in an input image; the greater the magnitude, the brighter the corresponding edge-map pixel. Thresholding an edge map highlights the strongest edges
  • 33. A Glossary of terms used in Digital Image Processing Upendra Glossary Edge Mask A set of convolution weights that highlight the size and direction of the edges in an image
  • 34. A Glossary of terms used in Digital Image Processing Upendra Glossary Electromagnetic Spectrum The complete range of electromagnetic radiation from short wavelength gamma radiation to long wavelength radio waves
  • 35. A Glossary of terms used in Digital Image Processing Upendra Glossary Erosion A morphological operation that decreases the size of objects in an image by removing a layer of foreground pixels around each object. Often used for removing projections and blobs in bitmap images
  • 36. A Glossary of terms used in Digital Image Processing Upendra Glossary Flipping A geometric process that swaps the pixels in an image across the horizontal, vertical and diagonal axes
  • 37. A Glossary of terms used in Digital Image Processing Upendra Glossary Forward Mapping The technique point and area processes use to calculate output-image pixel values from input-image pixel values. Forward-mapping processes start with a pixel in the input image, calculate a new pixel value, and assign the new value to the corresponding pixel in the output image
  • 38. A Glossary of terms used in Digital Image Processing Upendra Glossary Frame Averaging A point process that removes noise from a series of input images taken of the same subject. Each output-image pixel value is the average of the corresponding input-image pixel values
  • 39. A Glossary of terms used in Digital Image Processing Upendra Glossary Gaussian Noise A form of image noise that adds small positive and negative deviations to the pixels in an image, often caused by the random variations between the elements of a CCD sensor. Plotting the number of occurrences of each deviation on a histogram produces the bell-shaped curve of the normal distribution, which is also called the Gaussian distribution
  • 40. A Glossary of terms used in Digital Image Processing Upendra Glossary Geometric Process A category of image-processing techniques that change the size and shape of an image rather than its contents. Examples include cropping, scaling and rotation
  • 41. A Glossary of terms used in Digital Image Processing Upendra Glossary Greyscale Image An image composed of pixels that present shades of grey
  • 42. A Glossary of terms used in Digital Image Processing Upendra Glossary Halftoning An area process that simulates shades of grey in bitmap images with patterns of bitmap pixels. The density of each 2 by 2 pixel pattern depends on the ratio of black to white bitmap pixels
  • 43. A Glossary of terms used in Digital Image Processing Upendra Glossary Highlights The range of pixel brightnesses that represent the lighter regions of an image
  • 44. A Glossary of terms used in Digital Image Processing Upendra Glossary High-key Image An image that represents a naturally light subject
  • 45. A Glossary of terms used in Digital Image Processing Upendra Glossary High-contrast Image An image with large numbers of pixels in the shadows and highlights
  • 46. A Glossary of terms used in Digital Image Processing Upendra Glossary High Frequency The high frequency information in an image is represented by large changes in pixel brightness over a small number of pixels
  • 47. A Glossary of terms used in Digital Image Processing Upendra Glossary High-pass Filter A filter that preserves or ampli es the high frequency information in an image. Sharpening is implemented by a high pass lter
  • 48. A Glossary of terms used in Digital Image Processing Upendra Glossary Histogram The histogram of an image visualises the distribution of the brightness in the image by plotting the number of occurrences of each brightness.
  • 49. A Glossary of terms used in Digital Image Processing Upendra Glossary Histogram Equalisation An image-processing technique that reveals detail hidden in images with a poorly-distributed range of brightesses
  • 50. A Glossary of terms used in Digital Image Processing Upendra Glossary Horizontal Axis The line that runs through the centre of an image from the left of the image to the right
  • 51. A Glossary of terms used in Digital Image Processing Upendra Glossary HSB A colour model that represents each colour with three numbers that specify the hue (H), the saturation (S) and the brightness (B) of the colour.
  • 52. A Glossary of terms used in Digital Image Processing Upendra Glossary Hue The colour in the HSB colour model.
  • 53. A Glossary of terms used in Digital Image Processing Upendra Glossary Image An image records a visual snapshot of the world around us
  • 54. A Glossary of terms used in Digital Image Processing Upendra Glossary Image Processing The field of computer science that develops techniques for enhancing digital images to make them more enjoyable to look at, and easier to analyse by computers as well as humans
  • 55. A Glossary of terms used in Digital Image Processing Upendra Glossary Imaging Device A piece of equipment that captures an image. Examples include digital cameras, side-scan sonar systems and scanning electron microscopes
  • 56. A Glossary of terms used in Digital Image Processing Upendra Glossary Impulse Noise Also called salt and pepper noise, impulse noise introduces very light (salt) and very dark (pepper) pixels that stand out from their neighbours.
  • 57. A Glossary of terms used in Digital Image Processing Upendra Glossary Interpolation A method of creating new pixel values from existing pixel values. Examples include nearest-neighbour and bi-linear interpolation
  • 58. A Glossary of terms used in Digital Image Processing Upendra Glossary Input Image The image transformed by an image-processing routine
  • 59. A Glossary of terms used in Digital Image Processing Upendra Glossary Inversion A point process that produces an e ect similar to photographic negatives: dark pixels become light and light pixels become dark.
  • 60. A Glossary of terms used in Digital Image Processing Upendra Glossary Kernel A rectangular grid of convolution weights
  • 61. A Glossary of terms used in Digital Image Processing Upendra Glossary Line Edge A line chain of pixels that separates a region of light pixels from a region of dark pixels
  • 62. A Glossary of terms used in Digital Image Processing Upendra Glossary Linear Brightness Transformation A category of brightness transformations that lighten and darken images using mathematical functions with curved graphs
  • 63. A Glossary of terms used in Digital Image Processing Upendra Glossary Linear Brightness TransformationLook-up Table (LUT) A data structure that minimises the number of calculations required to process an image with a point process. The brightness of each output-image pixel is found in a LUT at the entry indexed by the brightness of the corresponding input-image pixel
  • 64. A Glossary of terms used in Digital Image Processing Upendra Glossary Low-contrast Image An image that uses only a small range of the available brightness. Low-contrast images are mostly dark, mostly dull or mostly light
  • 65. A Glossary of terms used in Digital Image Processing Upendra Glossary Low-key Image An image that represents a naturally dark subject
  • 66. A Glossary of terms used in Digital Image Processing Upendra Glossary Low Frequency The low frequency information in an image is represented by small changes in pixel brightness over a small number of pixels
  • 67. A Glossary of terms used in Digital Image Processing Upendra Glossary Low-pass Filter Alter that discards or attenuates the high frequency information in an image and preserves the low frequency information. Removing the high frequency information from an image removes the detail and blurs the image. Blurring is implemented by a low pass filter
  • 68. A Glossary of terms used in Digital Image Processing Upendra Glossary Median Filtering An area process that removes noise by replacing the central pixel in a neighbourhood with the median pixel value of the neighbourhood.
  • 69. A Glossary of terms used in Digital Image Processing Upendra Glossary Mid-tones The range of pixel brightnesses that represent the regions of an image in between the shadows and highlights.
  • 70. A Glossary of terms used in Digital Image Processing Upendra Glossary Morphological Operation A category of image-processing techniques that operate on the structure of the objects in an image
  • 71. A Glossary of terms used in Digital Image Processing Upendra Glossary Noise Unwanted changes to the values of the pixels in an image, often introduced by the imaging device during capture. Examples include impulse noise and Gaussian noise.
  • 72. A Glossary of terms used in Digital Image Processing Upendra Glossary Nearest-neighbour Interpolation A method of creating values for pixels with fractional co-ordinates that duplicates the value of the pixel with integer co-ordinates nearest to the fractional co-ordinates
  • 73. A Glossary of terms used in Digital Image Processing Upendra Glossary Neighbourhood Averaging An area process that removes noise by replacing the central pixel in a neighbourhood with the average pixel value of the neighbourhood.
  • 74. A Glossary of terms used in Digital Image Processing Upendra Glossary Non-linear Brightness Transformation A category of brightness transformations that change the brightness of an image using mathematical functions with straight-line graphs. Examples include inversion and posterisation.
  • 75. A Glossary of terms used in Digital Image Processing Upendra Glossary Non-primary Colour A colour created by mixing the red, green and blue primary colours of the RGB colour model
  • 76. A Glossary of terms used in Digital Image Processing Upendra Glossary NTSC Greyscale A shade of grey produced by multiplying the brightnesses of the RGB components of a colour pixel by a set of weights that emphasise the green component. Named after the committee that oversees US television
  • 77. A Glossary of terms used in Digital Image Processing Upendra Glossary Opening A morphological operation produced by following an erosion by a dilation. Often used for lling holes in bitmap images
  • 78. A Glossary of terms used in Digital Image Processing Upendra Glossary Outlying Pixel A pixel with an extreme brightness that is much higher or lower than the brightnesses of the other pixels in the image
  • 79. A Glossary of terms used in Digital Image Processing Upendra Glossary Output Image An image that contains the results of applying an image-processing routine to an image
  • 80. A Glossary of terms used in Digital Image Processing Upendra Glossary Photo Restoration The application of a series of image-processing routines to enhance a damaged photograph.
  • 81. A Glossary of terms used in Digital Image Processing Upendra Glossary Pixel A square unit of visual information that represents a tiny part of a digital image
  • 82. A Glossary of terms used in Digital Image Processing Upendra Glossary Pixel Depth The number of colours or shades of grey a pixel can present. Bitmap pixels have depth two, typical greyscale pixels have depth 256, and typical colour pixels have depth 16,777,216.
  • 83. A Glossary of terms used in Digital Image Processing Upendra Glossary Pixel Neighbourhood A region of pixels processed by an area process. Typical neighbourhood dimensions are 3 by 3 pixels and 5 by 5 pixels
  • 84. A Glossary of terms used in Digital Image Processing Upendra Glossary Point Processes A category of image-processing techniques that calculate the value of each output-image pixel from the value of the corresponding input-image pixel. Examples include inversion and pseudo-colour
  • 85. A Glossary of terms used in Digital Image Processing Upendra Glossary Posterisation A linear brightness transformation that reduces the number of brightnesses in an image
  • 86. A Glossary of terms used in Digital Image Processing Upendra Glossary Pseudo-colour A point process that divides the range of brightness in a greyscale input image into groups and assigns each group a colour. Each output-image pixel is assigned the colour that represents the group into which falls the brightness of the corresponding input-image pixel
  • 87. A Glossary of terms used in Digital Image Processing Upendra Glossary Potential Edge Edge detectors ag all large changes in pixel brightness over a small number of pixels as a potential edge. An edge-analysis system then decides whether the change in brightness represents the border of an object—a real edge—or some other feature of the object, such as its texture.
  • 88. A Glossary of terms used in Digital Image Processing Upendra Glossary Primary Colors The colours red, green and blue from which all other colours in the RGB colour model are mixed
  • 89. A Glossary of terms used in Digital Image Processing Upendra Glossary Quantization The calculation that maps the fractional measurements made by imaging devices onto proportional integer pixel brightnesses.
  • 90. A Glossary of terms used in Digital Image Processing Upendra Glossary Ramp Edge A region of pixels that separates a region of light pixels from a region of dark pixels. The pixels in the region change gradually from light to dark
  • 91. A Glossary of terms used in Digital Image Processing Upendra Glossary Raw Colour The colour of the pixels in an image captured by a colour CCD before the two unknown RGB-component brightnesses of each pixel have been interpolated from the known brightnesses of the corresponding components of neighbouring pixels.
  • 92. A Glossary of terms used in Digital Image Processing Upendra Glossary Resolution The number of pixels available to represent the details of the subject of a digital image.
  • 93. A Glossary of terms used in Digital Image Processing Upendra Glossary RGB A colour model that represents each colour with three numbers that specify the amounts of red (R), green (G) and blue (B) that produce the colour.
  • 94. A Glossary of terms used in Digital Image Processing Upendra Glossary RGB Colour Cube Visualises the amounts of red, green and blue required to produce each colour in the RGB colour model as a point in a cube at co-ordinates ( x , y , z ).
  • 95. A Glossary of terms used in Digital Image Processing Upendra Glossary Roof Edge A region of pixels that separates a region of light pixels from a region of dark pixels. The pixels in a roof edge increase in brightness to their maximum at the apex of the roof and then decrease to meet the region of pixels on the other side of the edge
  • 96. A Glossary of terms used in Digital Image Processing Upendra Glossary Rotation A geometric process that turns an image about its centre by a specified angle
  • 97. A Glossary of terms used in Digital Image Processing Upendra Glossary Rotation Hole An output-image pixel not assigned a value when the input image is rotated with forward mapping
  • 98. A Glossary of terms used in Digital Image Processing Upendra Glossary Row-Column Co-ordinates The pair of numbers that locate a pixel in the rows and columns of the rectangular grid of pixels that represent a digital image.
  • 99. A Glossary of terms used in Digital Image Processing Upendra Glossary Sampling The process of mapping a continuous quantity of electromagnetic radiation, such as light or X-rays falling on a sensor, onto a discrete, rectangular grid of pixels.
  • 100. A Glossary of terms used in Digital Image Processing Upendra Glossary Saturation The component of the HSB colour model that controls the amount of white mixed into the hue
  • 101. A Glossary of terms used in Digital Image Processing Upendra Glossary Scale Factor A fractional number that controls whether a scaling process enlarges or reduces an image. Scale factors between zero and one reduce images; scale factors greater than one enlarge images
  • 102. A Glossary of terms used in Digital Image Processing Upendra Glossary Scaling A geometric process that changes the size of an image
  • 103. A Glossary of terms used in Digital Image Processing Upendra Glossary Scanner An imaging device that focuses light re ected from a document onto a CCD that moves across and down the document
  • 104. A Glossary of terms used in Digital Image Processing Upendra Glossary Scanning Electron Microscope An imaging device that uses electrons to capture images of microscopic objects. A SEM res a beam of electrons at the surface of the sample and counts the number of electrons dislodged from the surface by the beam; the greater the number of dislodged electrons, the brighter the corresponding point in the image
  • 105. A Glossary of terms used in Digital Image Processing Upendra Glossary Sequential-index Co-ordinate The number that locates a pixel in an image when the pixels in the image are laid end to end in a sequence
  • 106. A Glossary of terms used in Digital Image Processing Upendra Glossary Shadows The range of pixel brightnesses that represent the darker regions of an image
  • 107. A Glossary of terms used in Digital Image Processing Upendra Glossary Sharpening An area process that emphasises the detail in an image
  • 108. A Glossary of terms used in Digital Image Processing Upendra Glossary Side-scan Sonar System An imaging device that uses sound waves to capture images of underwater objects. Side-scan sonar systems measure the strength of the acoustic re ections of sound waves directed at the sea bed; the stronger the acoustic reflection, the brighter the corresponding pixel in the image
  • 109. A Glossary of terms used in Digital Image Processing Upendra Glossary Step Edge The ideal edge shape characterised by a large, immediate change in pixel brightness from a region of light pixels to a region of dark pixels
  • 110. A Glossary of terms used in Digital Image Processing Upendra Glossary Structuring Element The rectangular grid of binary values used by morphological operations to assign a new value to a pixel in a bitmap image
  • 111. A Glossary of terms used in Digital Image Processing Upendra Glossary Subtraction A point process that identi es the pixels that di er between two input images.
  • 112. A Glossary of terms used in Digital Image Processing Upendra Glossary Thresholding A point process that produces a bitmap version of a greyscale image. Black bitmap pixels represent greyscale pixels darker than a threshold brightness; white bitmap pixels represent greyscale pixels lighter than the threshold
  • 113. A Glossary of terms used in Digital Image Processing Upendra Glossary Thermal Camera An imaging device that measures the amount of infra-red light emitted by the subject of the image. Hotter objects emit more infra-red light, which show up as the brighter regions of a thermal image
  • 114. A Glossary of terms used in Digital Image Processing Upendra Glossary Vertical Axis The line that runs through the centre of an image from the top of the image to the bottom