Intro - Digital Image Processing
Intro - Digital Image Processing
What is Image?
It is a pictorial representation of someone or something.
Someone has truly said “A picture is worth a thousand words”.
Image
Analog Digital
Analog Image
• Is applied on analog signal & it processes only two-dimensional signals.
• It is slower & costlier process.
• Not good quality of images.
• Generally continuous.
• Example; Photographs, Medical images, Television images and so on.
Digital Image
• Is made of pixel or picture elements.
Definitions:
The field of digital image processing refers to processing digital images by means of digital
computer. Digital image is composed of a finite number of elements, each of which has a
particular location and value. These elements are called picture elements, image elements, pels
and pixels. Pixel is the term used most widely to denote the elements of digital image. An image
is a two-dimensional function that represents a measure of some characteristic such as
brightness or colour of a viewed scene. An image is a projection of a 3- D scene into a 2D
projection plane.
An image may be defined as a two-dimensional function f(x,y), where x and y are spatial
(plane) coordinates, and the amplitude to fat any pair of coordinates (x,y) is called the intensity
of the image at that point. The term gray level is used often to refer to the intensity of
monochrome images. Colour images are formed by a combination of individual 2-D images.
For example, the RGB colour system, a color image consists of three (red, green and blue)
individual component images. For this reason, many of the techniques developed for
monochrome images can be extended to color images by processing the three component
images individually. An image may be continuous with respect to the x- and y- coordinates and
also in amplitude. Converting such an image to digital form requires that the coordinates, as
well as the amplitude, be digitized.
For example, if we consider an image.
X1 F(x0,y0)
X0 F(x1,y1)
Y0 y1
And for this image if you read alone x-axis and y-axis. Then we call,
▪ X-axis as x0,
▪ y-axis as y0
and that case the point is f(x0,y0).
Same way if you read alone x and y axis. Then we call,
▪ x-axis as x1,
▪ y-axis as y1.
and that case the point is f(x1,y1).
These x0,y0,x1,y1 are called as spatial coordinator in digital images. And the amplitude of ‘f’
at any pair of coordinated (x,y) is called as Intensity or Gray level.
If the value of x, y and amplitude of ‘f’ are finite and discrete quantities we call the image a
digital image. Basically, a digital image is composed of finite number of elements called pixels
each of which has a particular location and value. Each digital image is made of pixels and
pixels is very small area in any digital images. For e.g; any picture has 12 Mega pixel then it
has
12 x 10^6 pixels are inside the pictures.
Types of Digital Images
1. Intensity or Gray or Monochrome image
➢ Intensity image is also called gray scale image because it is made of gray
different shading.
➢ In short it is black and white type image.
➢ In this if picture is dark, the value is less.
➢ In this if picture is brighter, the value is more.
➢ Example;
Image/Picture 10 5 30
9 60 18
4. Index image
➢ It is also called as pseudo colour image or false colour image.
➢ It is basically a black and white image.
142
647
652
➢ When we see something in our eye and eye say brain to start that work it is called as
Human Image Process.
➢ If we see something instead of eye, using camera to capture the picture and process
through computer it is called Digital Image Processing.
▪ Example; We give noisy image at input after DIP it give cleared image at
output.
Hence f(x,y) is a digital image if gray level (that is, a real number from the set of real number
R) to each distinct pair of coordinates (x,y). This functional assignment is the quantization
process. If the gray levels are also integers, Z replaces R, the and a digital image become a 2D
function whose coordinates and she amplitude value are integers.
Due to processing storage and hardware consideration, the number gray levels typically is an
integer power of 2. L=2K Then, the number, b, of bites required to store a digital image is B=M
*N* k When M=N The equation become b=N2 *k When an image can have 2k gray levels, it
is referred to as “k- bit” . An image with 256 possible gray levels is called an “8- bit
image”(256=28 )
Historical Background
➢ One of the first applications of digital images was in the newspaper industry, when
pictures were first sent by submarine cable between London & New York.
➢ Then there was introduction of Bartlane cable picture transmission system in the early
1920’s reduced the time required to transport a picture across the Atlantic from more
than a week to less than three hours.
➢ It reproduced by telegraph printer with special face.
➢ This method was abounded in 1921.
➢ And then new technique was introduced, where the images were reproduced using
photographic reproduction that is made from tapes.
➢ Then, the early Bartlane system were capable of coding images in 5 distinct gray level.
➢ In 1929, the capability increased to 15 distinct level of gray.
➢ The idea of modern digital computer dates back to only 1940 with the introduction by
John Von Neumann.
➢ It introduced two key concepts:
Memory: - to store data or program.
Conditional Branching:
➢ These two concept were foundation the development of CPU.
➢ The first computer powerful enough to carry meaningful image processing tasks
appeared in the early 1960s to use in digital image processing.
➢ First picture of the moon by U.S. Spacecraft Ranger 7 took image on July 31, 1964 at
9:09AM.
➢ In late 1960 and early 1970, digital image processing techniques began & that is used
in:
• Medical Imaging: -
Computerized Axial Tomography (CAT) also called Computerized Tomography (CT)
scan which constitute a 3 D rendition of inside of the object.
• X-ray images
• Remote earth resources.
• Astronomy
• Weather Prediction and Environmental Assessment
• Automatic character recognition
• Industrial machine vision for product assembly and inspection
• Automatic processing of fingerprints
• Screening of x-rays and blood samples etc.
Applications
Since digital image processing has very wide applications and almost all of the technical fields
are impacted by DIP, we will just discuss some of the major applications of DIP.