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