2. History:
It started in 1960 by the National
Aeronautics and Space Administration
(NASA).
The technology of digital processing
continues to expand rapidly and its
application extends into fields such as
astronomy, geology, forestry, agriculture,
military science and medicine.
3. In medicine
In medicine the technology has found
widespread in particularly in diagnostic
imaging: ultrasound, digital radiography,
nuclear medicine, CT and magnetic
resonance imaging.
Digital image processing is a
multidisciplinary subject that includes
physics, mathematics, engineering and
computer science.
4. Image types:
1. Analog images
They are continuous image.
In photography: images are formed when
light is focused on film.
In radiography: X-ray pass through the
patient and projected onto x-ray film.
In both cases, films are processed in
chemical solutions to make them visible
and the images are formed by a
photochemical process.
5. 2. Digital images:
They are numeric representations
or images of objects which
require a computer to be
formed.
The information enters the
computer is converted into a
digital form or numbers using
the analog-to-digital converter.
6. Definitions:
Image processing: necessary to
convert an input image to an output
image.
Analog processing: Both the input and
output images are analog
Digital processing: Both the input and
output images are discrete (numbers).
7. Processing:
A series of actions or operations leading to a
desired result.
Therefore digital processing can be
defined as:
A subject numerical representation of objects
to a series of operations in order to obtain
a desired result (wanted image).
9. Image digitization:
It is to convert an analog image into
numeric data for processing by the
computer.
It consists of three distinct steps:
Scanning
Sampling
quantization
10. Scanning:
It is the division of the picture into small
regions. Each small region of the
picture is a picture element or Pixel
This will result in a grid characterized by
rows and columns.
The size of the grid usually depends on
the number of pixel on each side of
the grid.
12. Scanning:
Example: a 9X9 grid results in 81 pixels
The rows and columns comprise a
matrix in our the matrix is 9X9.
As the number of pixel in the image
matrix increases, the image become
more recognizable and facilitates
better perception of image details.
13. Sampling:
The measurement of the brightness of
each pixel in the entire image.
A small spot of light is projected onto
the transparency and the transmitted
light is detected by a photomultiplier
tube positioned behind the picture.
The output of the photomultiplier
tube is an electrical (analog) signal.
15. Quantization:
The brightness value of each sampled
pixel is assigned an integer (0, or a
positive or negative number) called a
grey level.
The result is a range of numbers or
grey levels each of which has a
precise location on the rectangular
grid of pixels.
16. Quantization:
The total number of grey levels is called
the grey scale, which is composed of any
number of grey levels.
The result is an array of numbers
representing the analog image that was
scanned, sampled and quantized.
The array of numbers is then sent to the
computer for further processing.
17. Analog-to-digital conversion:
The ADC samples the analog signal at
various times to measure its strength
at different points. The more points
sampled, the better the
representation of the signal. The
quantization is followed.
The two most important characteristics
of the ADC are speed and accuracy
18. ADC
Accuracy:
Refers to the sampling of the signal.
The more samples taken, the more accurate
the representation of the digital image. If
not enough samples are taken, the
representation of the original signal will be
inaccurate after computer processing.
This is referred to as aliasing which is a type
of artefact on the image.
20. Accuracy
It also determines the number of levels or
shades of grey represented in the image. A
1-bit ADC result in two integers (0 and 1),
which are represented as black and white.
A 2-bit ADC results in four numbers
producing a 4 shade grey scale.
An8-bit ADC results in 256 integers ranging
from 0 to 255 with 256 shades.
22. Speed
The time taken to digitize the analog
signal.
Speed and accuracy are inversely
related, that is the greater the
accuracy the longer it takes to digitize
the signal.
23. Why digitize images?
The major goal is that digital
images can be processed by a
computer resulting in the
following advantages:
Image enhancement: The
image can be made to look moor
pleasing to the observer by
improving the overall quality of
the image.
24. Why digitize images?
Image restoration: Poor images can be
filtered to remove unwanted “noise” and also
unnecessary fine detail in the image-a
technique known as smoothing.
Image analysis
Image detection: Allows the observer to
look for specific shapes, contours, or
textures while disregarding the other
features in the image.
26. Why digitize images?
Pattern recognition: The computer can see
structures and identify patterns.
Geometric transformation: Image can be
rotated or scaled by changing the position
of the pixel.
Data compression: The compression of
digital images reduces the amount of data
that comprise the image, which is important
in data storage and transmission.