You are on page 1of 4

DETECTION OF DISEASES IN RICE PLANTS USING

PATTERN RECOGNISATION TECHNIQUES

V.Girish(1210316860) Dept of CSE, GITAM Deemed to be University, Visakhapatnam, India,.

Abstract: diseases in the North East India, namely Leaf


Blast (Magnaporthe grisea) and Brown Spot
In agricultural field, paddy cultivation plays a
(Cochiobolus Miyabeanus). The proper
vital role. But their growths are affected by
detection and recognition of disease is very
various diseases. There will be decrease in the
important in applying required fertilizer.
production, if the diseases are not identified at
Brown Spot Detection is one of the most
an early stage. The main goal of this work is to
common fungal disease and most damaging
define a software prototype for rice disease
paddy plant disease. They are at first little,
detection based on the infected images of
roundabout and dim chestnut to purple cocoa.
various rice plants. Images of the infected rice
Completely created sores are round to oval
plants are captured by digital camera and
with a light cocoa to dark focus, encompassed
processed using image growing, image
by a rosy chestnut edge brought on by the
segmentation techniques to detect infected
poison delivered by the organisms. LBD is
parts of the plants, these images of the
caused by fungus Magnaporthe oryzae.
infected part of the leaf has been used for the
Starting indications show up as white to dim
classification purpose using neural network.
green injuries or spots, with dull green
These methods evolved in the system are both
outskirts. However, the International Rice
image processing and soft computing
Research Institute (IRRI) has developed a
technique applied on a number of diseased
software named Rice Doctor that suggest
plants and the results are obtained.
name of the diseases by taking the manually
Index Terms -- leaf blast (Magnaporthe grisea), observed information about the infected plant.
Fractional Zooming, brown spot (Cochiobolus In a recent project a prototype system of
Miyabeanus), rice diseases detection, SOM, automatic identification of cotton insect pest
HIS model. and intelligent decision based on machine
vision has been developed while remote
INTODUCTION: sensing technique is being used experimentally
India is agriculture-based country that has for farm pest management.
many people working in the agriculture The paper has been divided into five sections.
industry. The agricultural sector plays an Section II describes the methods of feature
important role in economic development by extraction that include region segmentation,
providing rural employment. Paddy is one of spot detection and boundary detection of
the nation’s most important products as it is images. Section III narrates the proposed
considered to be one of India’s staple food and zooming algorithm used to interpolate points
cereal crops and because of that, many efforts in the detected spots, which are subsequently
have taken to ensure its safety, one of them is applied for classification of diseases along with
crop management of paddy plants. Paddy the results illustrated in section IV. Conclusions
plants are affected by various fungal and are summarized in section V.
bacterial diseases. I have restricted this
particular work within the rice diseases only
and considered the most two common
II. FEATURE EXTRACTION B. Boundary Detection:
Boundary detection algorithm using 8-
The infected rice leaves samples have been
connectivy method has been applied
collected from different parts of India and
on the segmented images of figure
mostly from East Midnapur, a major rice
2(a) and (b), and the respective
producing district of South Bengal, India. The
outputs are shown in Fig.3.
images were captured using Nikon COOLPIX P4
digital camera in macro mode. The samples of
the rice leaves affected by Blast and Brown
spots are shown in the Fig.1. This section of
feature extraction has three sub-sections.

A. Segmentation:

These images which are the acquired


through enhancing by increasing
brightness and contrast and then the
images are transformed to Hue Intensity
Saturation (HIS) model for segmentation.
Entropy based bilevel thresholding
method has been invoked for segmenting
the images to facilitate identifying the
infected parts of the leave. The segmented
images of the figure-1 are presented in
Fig.2. C. Spot Detection:
Boundaries of the segmented images
are obtained with different image sizes
300×300 to 1500×1500 for different
images. The ratio of the average value
of the green components and intensity
of the pixel lies in between 1.15 to 1.40
respectively and this ratio obtained is
used to identify the infected spots. The
reason for selecting the green
component is because the observation
that when the infection occurs in the
leaf, the greenness of the leaf is
affected most. Instead of considering
only the green value we have taken the
ratio of green component with the
intensity to make the spot detection
invariant of the brightness of the
images and the age of the leave and
also for the reason that all the values
should be normalized before the
pattern recognization. The values have
been determined heuristically based
on the experiments of the hundreds of
infected leave, shown in Fig. 4.
amongst the spot sizes, the missing
points are often more than the original
points, which may cause a major effect
in the classification process, if the first
method is opted. Thus, interpolation
method has been applied for fractional
zooming to normalize the spots size.
The interpolation algorithm works as
follow:

Step 1.
Determine the scaling factor
sx=100/m and sy=80/n where m × n is
size of the original image.

Step 2.
(i) All points of the original image
located at (i,j) position are placed in
the ((i*sx – sx/2), (j*sy - sy/2)) position
as shown by yellow points, with gray
values a, b, c and d ( figure 5).

(ii) Scan first row wise, then column


wise and calculate the gray value of
intermediate points, like x (shown in
figure 5) by using equation
(a*d1+b*d2)/(d1+d2) where d1 and d2
is the distance from a to x and x to b
respectively.
III. ZOOMING ALGORITHMS
(iii) Scan row wise and any points with
A neural network called Self-
gray value y, which not computed yet
organizing map (SOM) neural network
(figure 5) is calculated as the average
is being used for the classification of
value of its four neighbor. Note that,
images where grey value of the pixels
only the points whose gray values are
of spot images are given as an input to
already computed in the previous
the neural network. The segmented
steps, used to compute the gray value
spots have been normalized to the
of y.
100×80, which is determined by the
average size of the spots, detected in
the previous section to apply it in SOM.
We can make the input size vectors
same by two methods. First one is by
padding of zeros in the input vector
and the second one is by the
interpolation of missing points to
make the input vector of same size.
Because there is a huge difference
Case 1: Use the RGB of the spots for
classification.

Case 2: Use the Fourier transform of


the spot.

Case 3: Use the Arbitrary rotation of


the 50% spot.

Case 4: Use the Fourier transform of


the 50% rotating spots.

The result has been shown below


obtained after applying. TABLE I
CLASSIFICATION RESULTS
IV. CLASSIFICATION USING
Category Percentage of
SOM
Successful
When the spots are obtained that of
classification
uniform size, unsupervised learning
Case 1 92%
technique called SOM is used. Here we
Case 2 82%
have used 100×80 input nodes and 2 Case 3 84%
output nodes, 300 training patterns Case 4 70%
and 50 epochs to train the network.
Here the gray values of the pixels are
applied as the input vector. After
performing training with the above V. CONCLUSION
mention datasets and 50 epochs, we In the paper, the diseased rice images
have tested the system with 300 input are classified using SOM neural
datasets for each of the cases network where train images are
separately, given below: obtained by extracting features of the
infected parts of the leave while four
different types of images are applied
for testing purposes. The zooming
algorithm extracts features of the
images using simple computationally
efficient technique, which results
satisfactory classification for test
images. It has been observed that the
transformation of image in the
frequency domain does not yield a
better classification compare to the
original image.

You might also like