Sunteți pe pagina 1din 6

IDENTIFICATION OF LEAF DISEASES IN

PEPPER PLANTS USING SOFT COMPUTING


TECHNIQUES
Jobin Francis Anto Sahaya Dhas D Anoop B K
Assistant Professor, Vimal Jyothi Professor, Vimal Jyothi Engineering Assistant Professor, Vimal Jyothi
Engineering College, Kannur College, Kannur Engineering College, Kannur
jobinfrancis@vjec.ac.in dr.anto@vjec.ac.in anoop013@vjec.ac.in

Abstract- Images convey relevant data and information in biological detected with the help of image processing. [4]Image processing
sciences. Digital image processing and the image analysis technology plays a crucial role in the detection of plant diseases since it
have a vital role in biology and agricultural sectors. Automatic detection provides best results and reduces the human efforts.
of plant diseases and cultivation of healthy plants is of great importance
and agricultural automation.[1] The case of a plant, the term disease is The image processing could be used in the field of agriculture
defined as any impairment happening to the normal physiological for several applications. It includes detection of diseased leaf,
function , producing characteristic symptoms. The studies of plant stem or fruit, to measure the affected area by disease, to
diseases refer to studying the visually observable patterns of a particular determine the color of the affected area. Pepper cultivation is one
plant. The identification of plants, leaves, stems and finding out the pests of the most remunerative farming enterprises in India. Black
or diseases, or its percentage is found very effective in the successful pepper is the most commonly used spice in the world. Its
cultivation of crops. The naked eye observation is the approach adopted successful growth was reported in areas where the temperature
by many of the farmers for the detection and identification of plant ranges from 15-400C. The pepper plants give the better
diseases. It requires continuous monitoring and found less useful on cultivation if sufficient requirement is provided. [5,6, 7]Plant
large farms. Also, the farmers are unaware of non -native diseases. [1,2] disease is one of the main causes which degrade the quantity and
With the aid of imaging technology the plant disease detection systems quality of the product. The naked eye observation by the experts
automatically detect the symptoms that appear on the leaves and stem of is approach usually taken in identification and detection of plants.
a plant and helps in cultivating healthy plants in a farm. These systems
[4,8]This approach is time consuming in huge farms or land
monitor the plant such as leaves and stem and any variation observed
from its characteristic features, variation will be automatically identified
areas. This paper discusses the importance of image processing
and also will be informed to the user. This paper provides an evaluative techniques in detection and identification of plant diseases in the
study on the existing disease detection systems in plants. earlier stages and thereby the quality of the product could be
increased.
Keywords: Plant diseases, Image Segmentation, masking, disease LITERATURE SURVEY
detection, feature extraction
Different methodologies had been discussed by various
INTRODUCTION researchers in detecting and identifying plant diseases.Revathi et
al propossed a system to classify the Cotton Leaf Spot Diseases
The external appearance is the most important quality Using Image Processing Edge Detection Techniques. The edge
attribute of agriculture products. This outer appearance greatly detection based image segmentation had been done initially.
affects their point of - sale value and consumer’s buying Hiary and Bani –Ahamed carried out the disease detection using a
behavior. Therefore , the quality inspecting and grading systems three-fold mechanism. In this, at first, the infected region was
are essential in agricultural field to cultivate good healthy plants. identified using k-means clustering. Next extracting the features
[1] using color co-occurrence methodology and finally classification
Plant diseases cause a major production and economic losses is done by NN’s. Arivazhagan et al., proposed a four step process
in the agricultural industry. The disease management is a for classification of the disease. First a color transformation
challenging task.[3] Usually the diseases or its symptoms such as structure for the input RGB image is created then the green pixels
colored spots or streaks are seen on the leaves or stem of a plant. are masked and removed using a threshold value in the
In plants. most of the leaf diseases are caused by fungi, bacteria, segmentation process. Then compute the texture feature using
and viruses. The diseases caused due to these organisms are color co- occurrence method finally, the extracted features are
characterized by different visual symptoms that could be passed through the classifier. The image segmentation is done
observed in the leaves or stem of a plant[2,4]. Usually, these using Otsu method in “Grading Method of Leaf Spot Disease
symptoms are detected manually. With the help of image Based on Image Processing” by ShenWeizheng andWu Yachun.
processing, Automatic detection of various diseases can be The RGB image values were converted into HSI color model, and
the value of H plane are taken for the further analysis. Dhaygude interpretation. To avoid these limitations, the acquired RGB
and Kumbhar proposed the detection algorithm consists mainly images were converted into HSV format. After the conversion
four steps the RGB image are converted into HSV plane. The from RGB to HSV, the hue and saturation components are taken
masking process is done by using the values of mostly green for further analysis since these two components contain most of
colored pixels. Next useful segments are extracted out using the information. Computations from RGB to HSV are carried out
segmentation techniques from the value of SGDM matrices on a per pixel basis.
generated. Camargo and J.S. Smith describes an image processing
method that identifies visual symptoms of plant diseases by Image Segmentation
analyzing the colored images. The segmentation process is carried out in two phases,
METHODOLOGY (i)The masking process and (ii)threshold based segmentation.

The methodology adopted in this work can be subdivided into (i)Masking of green pixels
the following set of subsections as shown in the figure below. Masking of pixels means the pixel value in an image set to
zero or some other value. Since the green color indicates the
healthy region of the plant leaves, to find the diseased portion it is
better to avoid green region to increase the speed of processing.
When the intensity of the green pixels is greater than the pre-
defined value, then all those values set to zero. After masking,
pixels with zeros values are discarded. In masking process
diseased portion of the leaf is identified using the H and S plane
values and a value of “1” is allocated to the particular portion.
Rest of the regions a value of “0” is given. As a result a binary
image containing only ones and zeros is obtained. Thus the
diseased area of the leaves can be extracted out.
(ii)Threshold based Segmentation
Similarity based segmentation is adopted to segment the input
images on the basis of similarity in the intensity or gray levels in
an image. This type of threshold based method is simple but very
Fig 1. Block Diagram Representation
powerful approach for segmenting images based on an image
space region. This method was usually used for light objects in a
First the leaf set images are taken with an image acquisition dark back ground or dark objects in a light background.
module and then desired preprocessing steps starts. The images Threshold based algorithm will choose a proper threshold value T
under analysis were then segmented by using threshold based to divide image’s pixels into several classes and separate objects
methods. The segmented results were used for deciding whether from the background. A binary image simply means an image
the pepper plant under observation are healthy or not. contains only values of zeros and ones. Then the binary image is
multiplied with the original RGB color image. In this way, the
Image acquisition
infected portion of the leaf is extracted.
The test leaf images are taken using a digital camera. Then
In this work the leaf mask and the damaged area mask thus
different image processing techniques are applied to the leaf or
generated are taken for the further analysis. The Damaged Area
stem which is captured by the camera. Proper illumination should
Mask was multiplied with the resized RGB image obtained after
be provided at the time of illumination. The images of leafs and
the pre-processing step. Since the mask contains only 1’s and 0’s
stem were taken from the same distance. Image acquisition
and in the mask the diseased portion of the leaves are having the
module should be placed at a constant distance with the plant
value of 1’s. When this image is multiplied with the RGB image,
during the time of capturing the images as it affects the accuracy
only the diseased portions will come out as a result of
of the system.
multiplication.
Color Transformation
Detection of the diseased portion
The RGB images were converted into HSV color space
The segmented output image shows the portion of the leaves
representation. In the RGB model each color appears in its
affected by a particular disease. Then the total affected area can
primary spectral components of red, green and blue and this
be calculated by counting the no of pixel values in the output
model is based on a Cartesian co-ordinate system. Though RGB
image. The Leaf Mask generated is an image which exactly
model matches to the human eye in such a way as strongly
separates the leaf portion and the entire background using the
perceptive to the primary colors, this model is not well suited for
values of the Saturation plane. This Leaf Mask could be used for
describing colors in terms that are practical for human
finding the total leaf area of a particular leaf. Here a value is
calculated which is called as the Damage Ratio (DR). This ratio
is calculated by dividing the damaged area by the total leaf area.
( )
DR = ×100 %
( )

From the value of Damage ratio the level of disease affected


can be calculated.
Feature extraction
Feature extraction is the process of defining a set of features,
or image characteristics, which will most efficiently or
meaningfully represent the information that was important for
analysis and classification. Feature extraction involves reducing
the amount of resources required to describe a large set of
data.The extracted features are expected to contain the relevant
information from the input data, so that the desired task can be
performed by using this reduced representation instead of the
complete initial data.An important approach to region description
is to quantify its texture content. Texture descriptor provides
measures of properties such as smoothness, coarseness and
Fig. 2 RGB to HSV conversion
regularity. In this work statistical techniques are used to describe
the textures. In this step Grey Level Co-occurrence matrix of the Fig 2 shows the conversion of the input RGB image into the
leaf images are calculated.Grey-level co-occurrence matrix Hue, Saturation and Value planes. The HSV image is further
(GLCM) creates a matrix from image a given image I. This subjected to masking.
matrix creates the GLCM by calculating how often a pixel with
grey -level value i occurs horizontally adjacent to a pixel with the The fig 3 shows the masked output for the given test image.
value j. Each element (i, j) in GLCM specifies the number of
times that the pixel with value i occurred horizontally adjacent to
a pixel with value j. If I be an intensity image, GLCM scales the
image to eight grey-levels. Texture features can be extracted
using the GLCM values.
Disease classification
The classification process is done by adopting Neural
Network. Back propagation method is considered under the
supervised learning mechanism. The feed forward back
Propagation Neural Network is generally consisting of three
layers such as an input layer, a hidden layer, and an output layer.
The neural network is to be trained with the available data.
RESULTS AND DISCUSSIONS
The image analysis was carried out using MATLAB R2012A.
In this work, a set of twenty leaves were used for testing. Fig 1
shows the color conversion of a test input from RGB to HSV
image.

Fig3. Leaf mask and damaged area mask


The fig 4 shows the output of the detected spot of disease. Table 1 Damage Ratio (DR) Results

Fig 4.Window showing the diseased portions

The fig 5 shows the results of the test images for a set of 16
leaves in that 10 leaves are unhealthy and 6 leaves are healthy.

If the DR value is set to a particular threshold value then a


comparison can be made on the amount of area affected by the
diseases. If the value of DR is less than some threshold, say five
percentages or less, then it is known that that leaf or that
particular plant is less affected by the disease and further
diagnosis can be given and the disease can be nullified earlier. If
the DR value is greater, then it is assured that leaf is above the
specified limit and the disease affected become severe. Then that
particular plant can be replaced from the set of plants. In this way
the healthy plants can be extracted out from a farm or from
garden with the help this algorithm.
The algorithm identifies two types of diseases with the help
of neural networks. Berry spot Disease and Quick wilt Disease.
Berry spot disease is a type of fungal disease found in pepper
plants when a plant is affected by this particular type of disease
the fertilizers can be added to rectify the problem. Fertilizers such
as Pseudo- monash can be added to this type of plant. Quick-wilt
disease is a type of disease due to the deficiency of minerals such
as nitrogen, magnesium and potassium. So when this type of
disease is identified the system will identify the type of disease
Fig5. Leaf images taken for disease detection and identification and the system will prescribe to add minerals to the particular
plant. The following table shows the results obtained after testing.
Twenty leaves were given for testing and the system correctly
detected the diseased leaves and identified the two types of REFERNCES
diseases. The results are summarized in table 2.
[1] Sanjeev S Sannakki, Vijay S Rajpurohit, V B Nargund, Pallavi Kulkarni,
Table 2. disease identification results “Diagnosis and Classification of Grape Leaf Diseases using Neural
Networks”,IEEE proceedings of 4ICCCNT, 2013

[2] S. Arivazhagan, R. NewlinShebiah, S. Ananthi, S. Vishnu Varthini, “Detection


of unhealthy region of plant leaves and classification of plant leaf diseases using
texture features”, CIGR Journal ,Vol. 15, No.1, 2013.

[3] Arti N. Rathod, BhaveshTanawal, Vatsal Shah, “Image Processing Techniques


for Detection of Leaf Disease”, Vol 3, Issue 11, 2013.

[4] Jayamala K. PatilBharti, “Advances in image processing for detection of plant


diseases”, Journal of Advanced Bioinformatics Applications and Research, Vol 2,
Issue 2, pp 135-141, 2011.

[5] Camargoa, J.S. Smith, “An image-processing based algorithm to automatically


identify plant disease visual symptoms”, Biosyst Eng., Vol 102:9–21, 2009.

[6] SindhujaSankarana, AshishMishraa, Reza Ehsania, Cristina Davisb, “A review


of advanced techniques for detecting plant diseases”, Computers and Electronics
in Agriculture, Vol 72, pp. 1–13, 2010.

[7] Niketamoda, Bharat jadhav, Smeetanaikwadi, “Detection and classification of


plantdiseases by image processing”, International Journal of Innovative Science,
Engineering & Technology, Vol. 1 Issue 2, 2014.

[8] P.Revathi, M.Hemalatha, “Classification of Cotton Leaf Spot Diseases


Using Image Processing Edge Detection Techniques” IEEE proceedings of
INCOSET, pp 169-173, 2012.

[9]H. Al-Hiary, S. Bani-Ahmad, M. Reyalat, M. Braik and Z. ALRahamneh,


“Fast and Accurate Detection and Classification of Plant Diseases” IJCA, vol.
17(1), pp. 31-38, 2011.
The images are taken within a good light-up environment and
[10] ShenWeizheng, Wu Yachun, Chen zhanliang, Wei Hongda, “Grading
keeping a constant distance between the acquisition device and
Method of Leaf Spot Disease Based on Image Processing” ICCSS, pp. 491-494,
the leaf. In future the images taken in varying lighting condition 2008.
is taken for the further modification of the algorithm. Since the
shape of the leaf determines the quality as well as the species of a [11] Mrunalini R. Badnakhe, Prashant R. Deshmukh“Infected Leaf Analysis and
plant by the shape identification the type of the plant also can be Comparison by Otsu Threshold and k-Means Clustering” IJARCSSE, vol. 2(3),
identified. pp. 449-452, 2012.
CONCLUSION
[12] Joanna Sekulska-Nalewajko, JaroslawGoclawski, “A semi-automatic method
An image processing algorithm to find the disease for the discrimination of diseased regions in detached leaf images using fuzzy c-
detection and identification is proposed. The pepper plant leaves means clustering”. Polyana-Svalyava (zakarpattya), Ukraine: pp.172-175, 2011
are taken as the set of leaves in detecting leaf diseases. The
algorithm produces better results and healthy and unhealthy [13] Stephen Gang Wu, Forrest Sheng Bao, Eric YouXu, Yu – Xuan Wang Yi –
plants can be differentiated with the help of this algorithm. With Fan Chang, “A LeafRecognition Algorithm for Plant Classification Using
this image analysis technique good healthy pepper plants can be Probabilistic NeuralNetwork”, IEEE 7th InternationalSymposium on Signal
extracted out from a cultivating farm which increases the Processing and InformationTechnology, 2007
productivity and the quality of the pepper plants also can be
assured. This algorithm helps in identifying the presence of [14] S.S. Abu-Naser, K. A. Kashkash and M.Fayyad, “Developing an Expert
System for Plant Disease Diagnosis”, Journal of Artificial Intelligence1(2):78-85,
diseases by observing the visual symptoms seen on the leaves of
2008.
the plant.
[15] K.Attakitmongcol, A.Srikaew, “Grape leaf disease detection from color
imagery system using hybrid intelligent system”, IEEE proceedings of ECTICON,
PP-513-516, 2008.

[16] Rakesh Kaundal, Amar S Kapoor, Gajendra PS Raghava, “Machine learning


techniques indisease forecasting: a case study on rice blastprediction”, BMC
Bioinformatics, Vol. 7:485, 2006.

S-ar putea să vă placă și