You are on page 1of 6

IMAGE PROCESSING

M. Raj Kumar Md. Farooq


III Year B.Tech., (CSE) III Year B.Tech., (CSE)
St. Johns College of Engg. Tech. St. Johns College of Engg. Tech.
Yemmiganur, Kurnool Dist. Yemmiganur, Kurnool Dist.
Email: rajkutit@gmail.com Email: munna.771991@gmail.com

Abstract: In this paper, the basics of I. Optical processing


capturing an image, image processing to II. Electronic processing.
modify and enhance the image are discussed.
There are many applications for Image Optical processing uses an
Processing like surveillance, navigation, and arrangement of optics or lenses to carry out
robotics. Robotics is a very interesting field the process. An important form of optical
and promises future development so it is image processing is found in the photographic
chosen as an example to explain the various dark room
aspects involved in Image Processing. Electronic image processing is further
The various techniques of Image classified as:
Processing are explained briefly and the (i). Analog processing
advantages and disadvantages are listed. There (ii). Digital processing
are countless different routines that can be
used for variety of purposes. Most of these ANALOG PROCESSING:
routines are created for specific operations and Analog processing is the control of
applications. However, certain fundamental brightness and contrast of television
techniques such as convolution masks can be image. The television signal is a voltage
applied to many classes of routines. We have
level that varies In amplitude to represent
concentrated on these techniques, which
enable us to adapt, develop, and use other brightness through out the image by
routines and techniques for other applications. electrically altering these signals , we
The advances in technology have created correspondingly alter the final displayed
tremendous opportunities for visual system image appearance.
and image processing. There is no doubt that
the trend will continue into the future. DIGITAL IMAGE PROCESSING:
Processing of digital images by means
of digital computer refers to digital image
1. INTRODUCTION processing. Digital images are composed of
IMAGE PROCESSING: finite number of elements of which has a
Image processing pertains to the particular location value. Picture elements,
alteration and analysis of pictorial image elements, and pixels are used as
information. Common case of image elements for digital image processing.
processing is the adjustment of brightness and Digital Image Processing is concerned
contrast controls on a television set by doing with processing of an image. In simple words
this we enhance the image until its subjective an image is a representation of a real scene,
appearing to us is most appealing. The either in black and white or in color, and either
biological system (eye, brain) receives, in print form or in a digital form i.e.,
enhances, and dissects analyzes and stores (technically an image is a two-dimensional
images at enormous rates of speed. Basically light intensity function. In other words it is a
there are two-methods for processing pictorial data intensity values arranged in a two
information. They are: dimensional form, the required property of an
image can be extracted from processing an COLOR IMAGE PROCESSING
image. Image is typically by stochastic Gaining in importance because of the
models. It is represented by AR model. significant increase in the use of digital images
Degradation is represented by MA model. over the Internet.
Other form is orthogonal series
expansion. Image processing system is
WAVELETS
typically non-casual system. Image processing
Foundation for representing images in
is two dimensional signal processing. Due to
various degrees of resolution. Used in image
linearity Property, we can operate on rows and
data compression and pyramidal
columns separately. Image processing is vastly
representation (images are subdivided
being implemented by “Vision Systems” in
successively into smaller regions)
robotics. Robots are designed, and meant, to
be controlled by a computer or similar
devices. While “Vision Systems” are most COMPRESSION
sophisticated sensors used in Robotics. They Reducing the storage required to save
relate the function of a robot to its an image or the bandwidth required to
environment as all other sensors do. “Vision transmit it. Ex. JPEG (Joint Photographic
Systems” may be used for a variety of Experts Group) image compression standard.
applications, including manufacturing,
navigation and surveillance. Some of the
applications of Image Processing are: MORPHOLOGICAL PROCESSING
1. Robotics. Tools for extracting image components
2. Medical Field. that are useful in the representation and
3. Graphics and Animations. description of shape.
4. Satellite Imaging.

IMAGE SEGMENTATION
2. INDEX TERMS Computer tries to separate objects
separate objects from the image background
IMAGE PROCESSING from the image background. It is one of the
Image processing is a subclass of most difficult tasks in DIP. A rugged
signal processing concerned specifically with segmentation procedure brings the process a
Pictures. Improve image quality for human long way toward successful solution of an
perception and/or computer interpretation. image problem. Output of the segmentation
Image enhancement. To bring out detail is stage is raw pixel data, constituting either the
obscured, or simply to highlight certain boundary of a region or all the points in the region
features of interest in an image. itself.

IMAGE RESTORATION
Improving the appearance of an image
tend to be based on mathematical or
probabilistic models of image degradation.
assigning meaning to an ensemble of
3. ANALYSIS recognized objects.
The following is the overall view and
analysis of Image Processing. III. SEGMENTATION:
Segmentation is the generic name for a
IMAGE PROCESSINGTECHNIQUES: number of different techniques that divide the
Image Processing techniques are used image into segments of its constituents. The
to enhance, improve, or otherwise alter an purpose of segmentation is to separate the
image and to prepare it for image analysis. information contained in the image into
Usually, during image processing information smaller entities that can be used for other
is not extracted from the image. The intention purposes.
is to remove faults, trivial information, or
information that may be important, but not IV. REPRESENTATION AND DESCRIPTION:
useful, and to improve the image. Image Representation and Description
processing is divided into many sub processes, transforms raw data into a form suitable for
including Histogram Analysis, Threshholding, the Recognition processing.
Masking, Edge Detection, Segmentation, and
others. V. KNOWLEDGE BASE:
A problem domain detailing the
STAGES IN IMAGE PROCESSING regions of an image where the information of
interest is known to be located is known as
knowledge base. It helps to limit the search.

VI. THRESHOLDING:
Thresholding is the process of dividing
an image into different portions by picking a
certain grayness level as a threshold,
comparing each pixel value with the threshold,
and then assigning the pixel to the different
portions, depending on whether the pixel’s
grayness level is below the threshold or above
the threshold value. Thresholding can be
performed either at a single level or at
multiple levels, in which the image is
processed by dividing it into ” layers”, each
with a selected threshold.
Various techniques are available to
choose an appropriate threshold ranging from
simple routines for binary images to
I. IMAGE ACQUISITION: sophisticated techniques for complicated
An image is captured by a sensor (such images.
as a monochrome or color TV camera) and
digitized. If the output of the camera or sensor VII. CONNECTIVITY:
is not already in digital form, an analog-to Sometimes we need to decide whether
digital converter digitizes it. neighboring pixels are somehow “connected”
or related to each other. Connectivity
II.RECOGNITION AND INTERPRETATION: establishes whether they have the same
Recognition is the process that assigns property, such as being of the same region,
a label to an object based on the information coming from the same object, having a similar
provided by its descriptors. Interpretation is texture, etc. To establish the connectivity of
neighboring pixels, we first have to decide a diameter and an area or to determine parts by
upon a connectivity path. region growing.

VIII. NOISE REDUCTION: XI. IMAGE DATA COMPRESSION:


Like other signal processing mediums, Electronic images contain large
Vision Systems contains noises. Some noises amounts of information and thus require data
are systematic and come from dirty lenses, transmission lines with large bandwidth
faulty electronic components, bad memory capacity. The requirements for the temporal
chips and low resolution. Others are random and spatial resolution of an image, the number
and are caused by environmental effects or of images per second, and the number of gray
bad lighting. The net effect is a corrupted levels are determined by the required quality
image that needs to be preprocessed to reduce of the images. Recent data transmission and
or eliminate the noise. In addition, sometimes storage techniques have significantly
images are not of good quality, due to both improved image transmission capabilities,
hardware and software inadequacies; thus, including transmission over the Internet.
they have to be enhanced and improved before
other analysis can be performed on them. XII. REAL-TIME IMAGE PROCESSING:
In many of the techniques considered
IX. CONVOLUTION MASKS: so far, the image is digitized and stored before
A mask may be used for many processing. In other situations, although the
different purposes, including filtering image is not stored, the processing routines
operations and noise reduction. Noise and require long computational times before they
Edges produces higher frequencies in the are finished. This means that, in general, there
spectrum of a signal. It is possible to create is a long lapse between the time and image is
masks that behave like a low pass filter, such taken and the time a result obtained. This may
that higher frequencies of an image are be acceptable in situations in which the
attenuated while the lower frequencies are not decisions do not affect the process. However,
changed very much. There by the noise is in other situations, there is a need for real-time
reduced. processing such that the results are available in
real time or in a short enough time to be
X. EDGE DETECTION: considered real time. Two different
Edge Detection is a general name for a approaches are considered for real time
class of routines and techniques that operate processing. One is to design dedicated
on an image and results in a line drawing of hardware such that the processing is fast
the image. The lines represented changes in enough to occur in real time. The other is to
values such as cross sections of planes, try to increase the efficiency of both the
intersections of planes, textures, lines, and software and the hardware and thereby reduce
colors, as well as differences in shading and processing and computational requirements.
textures. Some techniques are mathematically
oriented, some are heuristic, and some are 4. PAPER
descriptive. All generally operate on the Here we want to present some of the
differences between the gray levels of pixels applications of Image Processing in some
or groups of pixels through masks or fields where it is applied like Robotics,
thresholds. The final result is a line drawing or Medical field and common uses…
similar representation that requires much less
memory to be stored, is much simpler to be A. APPLICATION 1:
processed, and saves in computation and Image Processing is vastly being
storage costs. Edge detection is also necessary implemented in Vision Systems in Robotics.
in subsequent process, such as segmentation Robots capture the real time images using
and object recognition. Without edge cameras and process them to fulfill the desired
detection, it may be impossible to find action.
overlapping parts, to calculate features such as
A simple application in robotics using • Vision Systems are flexible,
Vision Systems is a robot hand-eye inexpensive, powerful tools that can be
coordination system. Consider that the robot’s used with ease.
task is to move an object from one point to • In Space Exploration the robots play
another point. Here the robots are fixed with vital role which in turn use the image
cameras to view the object which is to be processing techniques.
moved. The hand of the robot and the object • Image Processing is used for
that is to be captured are observed by the Astronomical Observations.
cameras, which are fixed to the robot in • Also used in Remote Sensing,
position, this real time image is processed by Geological Surveys for detecting
the image processing techniques to get the mineral resources etc.
actual distance between the hand and the • Also used for character recognizing
object. Here the base wheel of the robot’s techniques, inspection for
hand is rotated through an angle which is abnormalities in industries.
proportional to the actual distance between
hand and the object. Here a point in the target
is obtained by using the Edge Detection 6. DISADVANTAGES
Technique. The operation to be performed is
controlled by the micro-controller, which is • A Person needs knowledge in many
connected to the ports of the fingers of the fields to develop an application / or
robot’s hand. Using the software programs the part of an application using image
operations to be performed are assigned keys processing.
from the keyboard. By pressing the relative • Calculations and computations are
key on the keyboard the hand moves difficult and complicated so needs an
appropriately. expert in the field related. Hence it’s
Here the usage of sensors/cameras and unsuitable and unbeneficial to ordinary
Edge Detection technique are related to Image programmers with mediocre
Processing and Vision Systems. By this knowledge.
technique the complexity of using manual
sensors is minimized to a great extent and 7. CONCLUSION
thereby sophistication is increased. Hence It’s a critical study, which plays a vital
image processing is used here in the study of role in modern world as it is involved with
robotics. advanced use of science and technology. The
advances in technology have created
B. APPLICATION 2: tremendous opportunities for Vision System
In the field of Medicine this is highly and Image Processing. There is no doubt that
applicable in areas like Medical imaging, the trend will continue into the future. from
Scanning, Ultrasound and X-rays etc.,. Image the above discussion we can conclude that this
Processing is rapidly used for MRI SCAN field has relatively more advantages than
(Magnetic Resonance Imaging) and CT SCAN disadvantages and hence is very useful in
(Computer Tomography). Tomography is an varied branches.
imaging technique that generates an image of
a thin cross sectional slice of a test piece.
8. REFERENCES
5. ADVANTAGES
• In medicine by using the Image
 INTRODUCTION TO ROBOTICS,
Processing techniques the
ANALYSIS, SYSTEMS,
sophistication has increased. This lead
APPLICATIONS - SAEED B. NIKU
to technological advancement.
 INTRODUCTION TO DIGITAL
IMAGE PROCESSING – ANIL
K.JAIN

 DIGITAL MAGE PROCESSING -


RAFAEL C. GONZALEZ AND
RICHARD E. WOODS, ADDISON
WESLEY 1993.

You might also like