You are on page 1of 5

Plant Leaf Disease Detection Using Image

Processing Techniques

segmented infected object. Finally, in the fourth


phase the extracted features are passed through a
Abstract----Agriculture is the mainstay of the Indian pre-trained neural network.
economy. Almost 70% people depend on it & shares
major part of the GDP. Diseases in crops mostly on the II. TYPES OF PLANT DISEASE:
leaves affects on the reduction of both quality and
quantity of agricultural products. Perception of human Most plant diseases are caused by fungi,
eye is not so much stronger so as to observe minute
variation in the infected part of leaf. In this paper, we bacteria, and viruses. Fungi are identified
are providing software solution to automatically detect primarily from their
and classify plant leaf diseases. In this we are using morphology, with emphasis placed on their
image processing techniques to classify diseases & reproductive structures. Bacteria are considered
quickly diagnosis can be carried out as per disease. This
more primitive than fungi and generally have
approach will enhance productivity of crops. It includes
several steps viz. image acquisition, image pre- simpler life cycles. With few exceptions,
processing, segmentation, features extraction and bacteria exist as single cells and increase in
neural. numbersby dividing into two cells during a
process called binary fission Viruses are
I. INTRODUCTION: extremely tiny particles consisting of protein and
In developing countries, farming land can be genetic material with no associated protein. The
much larger and farmers cannot observe each term disease is usually used only for the
and every plant, every day. Farmers are unaware destruction of live plants.
of non-native diseases. Consultation of experts
for this might be time consuming & costly. Also
unnecessary use of pesticides might be
dangerous for natural resources such as water,
soil, air, food chain etc. as well as it is expected
that there need to be less contamination of food
products with pesticides. There are two main
characteristics of plant disease detection
machine-learning methods that must be
achieved, they are: speed and accuracy [1].
There is need for developing technique such as
automatic plant disease detection and
classification using leaf image processing
techniques. This will prove useful technique for
farmers and will alert them at the right time
before spreading of the disease over large area.
Solution is composed of four main phases; in the
first phase we create a color transformation
structure for the RGB leaf image and then, we
apply color space transformation for the color
transformation structure. Then image is
segmented using the K-means clustering III. TYPES OF IMAGES:
technique. In the second phase, unnecessary part i)Black and white(0,1) ii)grey scale
iii)color image(RGB)

(green area) within leaf area is removed. In third


phase we calculate the texture features for the
VI. STEPS INVOLVED IN PLANT
LEAF DISEASE DETECTION
A. Color Transformation Structure
First, the RGB images of leaves are converted
IV. GENERAL STEPS INVOLVED IN into Hue Saturation Intensity (HSI) color space
DIGITAL IMAGE representation. The purpose of the color space is
PROCESSING: to facilitate the specification of colors in some
standard, generally accepted way. HSI (hue,
saturation, intensity) color model is a popular
color model because it is based on human
perception.

B. Hue Color Attribute


It refers to the dominant color as viewed by a
person. Saturation refers to the relative Purity or
the amount of white light added to hue and
intensity refers to the amplitude of the light.
Color spaces can be converted from one space to
another easily. After the transformation process,
the H component is taken into account for
further analysis. S and I are dropped since it
does not give extra information.

C. Masking Green Pixels


Here, we identify mainly the green colored
pixels. After this, based on specified threshold
value computed for these pixels, the mostly
green pixels are masked as if the green
component of the pixel intensity is less than the
pre-computed threshold value, the red, green and
V. OVERVIEW OF PLANT LEAF
blue components of the this pixel is assigned to a
DISEASE DETECTION:
zero value.

D. Segmentation
From the above steps, the infected portion of the
leaf is extracted. The infected region is then
segmented into a number of patches of equal
size. The size of the patch is chosen in such a group will be available to check the status of the
way that the significant information is not lost. image analysis data and provide suggestions
In this approach patch size of 32*32 is taken. based on the report and their knowledge, which
The next step is to extract the useful segments. will be sent to the farmer as a notification in the
Not all segments contains significant amount of application.
that information. So the patches which are
having more than fifty percent of the information Mobile Application Development
are taken into account for the further analysis. The mobile application consists of 5 basic
functionalities. They are
E. Color Co-Occurrence Method 1) Image capture,
The color co-occurrence texture analysis method 2) Image selection,
is developed through the Spatial Gray- level 3) Image zoom and crop,
Dependence Matrices (SGDM). The gray level 4) Share image with expert group,
co-occurrence methodology is a statistical way 5) Receive notification from central server.
to describe shape by statistically sampling the Image capture: At the very first page of the
way certain gray- levels occur in relation to application, the application bar shows the icon
other gray levels. These matrices measure the for capturing image using the application. On
probability that a pixel at one particular gray navigation of the menu, the user gets to take
level will occur at a distinct distance and image on shutter click event using the phone.
orientation from any pixel given that pixel has a Image selection: In case of previously taken
second particular gray level. pictures of paddy, the application navigation
menu also contains the
F.. Texture Features option of selecting an image from the existing
Contrast, Energy, Local homogeneity, Cluster photo library of the phone.
shade and Cluster prominence are the texture Image zoom and crop: The leaf of paddy is a
features which are calculated for the Huecontent very thin one, and it is important that the
of the image. targeted area of the leaf gets focus in the image.
The mobile application lets the farmer to zoom
the affected region of paddy using pinch with
twofingers. The test images were taken with a
phone which has a camera in it. The application
allows to zoom 4x times the original image. In
addition, once the targeted region has been
selected, the crop button of the crops the image
in a 170x400 pixel frame, which in the targeted
resolution for processing images in the server
image processing application.Selecting target
region of paddy leaf in mobile application.
Share image with expert group:
This functionality of the application enables the
farmer to send the captured/ selected image to be
uploaded in
the remote server using HTTP Web Services in
Windows phone. The client mobile application
VII. IMPLEMENTATION OF THIS uploads two basic types of data in the server for
PROJECT IN REAL TIME: every request, the image that the farmer selects
System Overview for seeking suggestion and a unique URL
created through windows live services which is
The system consists of a mobile application, created for communicating with the mobile
which will enable the farmers to take images of phone from a remote application. The URL
plants using their mobile phones and send it to a created using Windows Live service is used for
central server where the central system in the sending notification from the
server will analyze the pictures based on visual \server application of sent by the expert groups
symptoms using image processing algorithms in with their feedback.
order to measure the disease type. An expert Receive notification from central server:
Once the image has been uploaded in the remote images are stored within the assigned directory
server, the expert sends feedback to the client and the device URL is mapped in the database
mobile against every uploaded image in the database
application via notification. This notification is
sent through a URL generated by Windows Live
Services which is
unique for every device. Once the notification is
received, it is displayed in the application
which the user will be able to view for taking
appropriate steps suggested by the experts.

VIII. RECEIVER NOTIFICATION:

Server Script for Storing Data:


The image and the data uploaded from Windows IX. APPLICATION:
Phone application is received in the server using The image processing can be used in agricultural
a script. The application for following purposes:
1. Detecting leaves with disease.
2. Quantify area that is affected.
3. Finding the shape of affected area.
4. Determine color of the affected area.
5. Texture analysis by determining size and
shape of leaf.

X. CONCLUSION -
The main approach of this approach is to
recognize the diseases. Speed and accuracy are
the main characteristics of disease
detection.Hence, the extension of this work will
focus on developing the advanced algorithms for
fast and accurate detection of leaves with
disease. This paper explains an application of
texture analysis in detecting the plant diseases.
The results of this approach can recognize the
leaf diseases with little computational effort.

XI. REFERENCE:

i)”digital image processing” by Rafel


C.Gonzalez and Richards E.Woods

ii)”digital image processing” by S.Rajakumar


and S.Deepa

iii)www.brintannica.com/scientific/ plant-
diseases

KUSHAL.S
III-CSE

You might also like