Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 3

Image Processing

Image processing refers to both digital and optical image processing, and also
considers algorithms and techniques, which are implemented by an integration of software
and hardware.
Digital image processing consists of the manipulation of images using digital computers. Its
use has been increasing exponentially in the last decades. Its applications range from
medicine to entertainment, passing by geological processing and remote sensing. Multimedia
systems, one of the pillars of the modern information society, rely heavily on digital image
processing.
The discipline of digital image processing is a vast one, encompassing digital signal
processing techniques as well as techniques that are specific to images. An image can be
regarded as a function f (x, y) of two continuous variables x and y. To be processed digitally,
it has to be sampled and transformed into a matrix of numbers. Since a computer represents
the numbers using finite precision, these numbers have to be quantized to be represented
digitally. Digital image processing consists of the manipulation of those finite precision
numbers. The processing of digital images can be divided into several classes: image
enhancement, image restoration, image analysis, and image compression. In image
enhancement, an image is manipulated, mostly by heuristic techniques, so that a human
viewer can extract useful information from it. Image restoration techniques aim at processing
corrupted images from which there is a statistical or mathematical description of the
degradation so that it can be reverted. Image analysis techniques permit that an image be
processed so that information can be automatically extracted from it. Examples of image
analysis are image segmentation, edge extraction, and texture and motion analysis. An
important characteristic of images is the huge amount of information required to represent
them. Even a gray-scale image of moderate resolution, say 512 × 512, needs 512 × 512 × 8 ≈
2 × 106 bits for its representation. Therefore, to be practical to store and transmit digital
images, one needs to perform some sort of image compression, whereby the redundancy of
the images is exploited for reducing the number of bits needed in their representation.
 Image Processing
Image processing is used for detecting a diseased part of a plant by scanning a collection of
images of that plant, which earlier was found decayed. Traditionally, an expert would be
hired to examine each plant for disease analysis. Consulting an expert is expensive and many
farmers are not able to afford them. The analysis procedure of a hired expert is very time
consuming as well. With image-processing technology as depicted in Fig. 5.1, first the image
of the plant is retrieved from an image source such as a camera. Image preprocessing
methods are applied to the retrieved images. After preprocessing, the image is segmented into
different parts. Analysis techniques are performed on each of the segmented image in which
the nature of the disease is identified for all the segmented parts. After that, the plant is
classified based on the identified disease. The image of the ones affected is sent to farmers
through IoT devices, for indication of diseased plants (as the computerized system is not
intelligent enough to decide). Once the farmer verifies it as diseased, then the decision is
stored in the database for future reference. Weeds are a challenging issue, as they destroy the
crop and lower production. Hand weeding is the traditional method used by farmers for
controlling weeds on their land, but practically it is a tedious task and is very time-
consuming. The purpose of image processing is that it processes every plant and identifies the
diseases very accurately using specific digital imaging tools (Fig. 5.2).
Fig. 5.1 . Image processing techniques.

Fig. 5.2 . Image analysis.

Once the image is captured from digital media, it is fed into the image-processing module.
Preprocessing is done to the captured image to improve the resolution, noise, and color in the
picture. Segmentation is done on the enhanced image and the segments of the image are
referred to the related images stored in the database. Segmentation helps to identify whether
it is a plant or soil or residues. With the help of the reference image, the processor compares
it with the segmented image and identifies whether a disease or any defect is present in the
plant.

You might also like