An Image Processing Approach for detection quantification and identifiction of plant leaf diseases-review
An Image Processing Approach for detection quantification and identifiction of plant leaf diseases-review
ISSN (Online) : 0975-4024 Prabira Kumar Sethy et al. / International Journal of Engineering and Technology (IJET)
In order to manage plant leaf diseases effectively, there is required to introduce an automatic method of plant
surveillance that can scrutinize plant condition and apply the knowledge-based solution to detect and classifying
various diseases. A variety of methodologies has been proposed recently for detection and classification of plant
diseases from images using machine learning techniques[4]. Since there are challenges of accuracy and
robustness that need to be at rest to fulfill practical benefits from these techniques. This report presents
experimental results of plant leaf disease identification and classification using various machines learning
techniques. Figure 2 show the basic set up of automated plant leaf disease analysis using, machine learning
technique. The general system for detection and reorganization of plant leaf disease consist of three main
components; image analyzer, feature extraction, and classifier. In this step input images of the leaf (diseased &
healthy) were processed by the image analyzer and certain features are extracted. Then these features are given
as input to the classifier and along with it the information whether the image is a diseased or healthy leaf. Then
the classifier finds the relation among the features extracted and possible conclusion above occurrence of the
disease. Thus the system is trained.
This report explores, each of the stages involves and represents all the techniques that have been assimilated in
each stage all research work has been done till date on detection, classification, and quantification of plant leaf
diseases. Some of the plant leaf diseases, aim to detect, diagnosis and classify in this report is shown in Table 2.
Table 2. Detection & Classification of some leaf diseases already has been discussed till date
∗ (,) (,)
I (,) > max I ( , )I ( , ) (9)
∗ (,) (,)
I (,) > max I ( , )I ( , )
mn(i, j) = min I ( , ) , I ( , ), I ( , )
v. LAB color space: - ‘L’ ‘*a’ ‘*b’ color space is also very useful color transformation technique to extract
more information from the image by Piyush Chaudhary et al.[23]. This color space consists of luminosity
layer ‘L’, chromaticity layer ‘*a’ and ‘*b’, where all the color information is present. This color space is
very useful for color based image enhancement.
L = 116f − 16 (12)
a∗ = 500(f −f ) (13)
∗
b = 200(f −f ) (14)
So, summarization of image enhancement techniques are illustrated below in Table 3.
Figure 3. (a) Input Image, (b) Binary Image with Noise, (c) Binary Image with Noise free of diseased rice leaf
Qing Yao, Zexin Guan et al. Otsu’s Method Simple to implement. Otsu algorithm fails
(2009) when the global
S. Phadikar, J. Sil, and A. K. Das distribution occurs.
(2012)
Kittipong Powbunthorn, Wanrat
Abudullakasim et al. (2012)
S. Bani-Ahmad, M. Reyalat et al. Local Entropy Based Applied on histogram Two images with
(2011) Thresholding Method same image
histogram yields
same threshold but in
practice this is not
correct.
Sanjeev S Sannakki et al. (2011) K-Means Clustering Easily detection and Needs to define the
Dheeb Al Bashish, Malik Braik, Method implementation. value of cluster i.e. K
and Sulieman Bani-Ahmad (2010)
P. Kumsawat et al. (2008) Neural Network Based Use training data to Training process
Mr. V. A. Gulhane & Dr. A. A. Method solve complex consumes more time
Gurjar (2011) problem and easily and it required over
detect errors. training.
VI. FEATURE EXTRACTION TECHNIQUES
Feature extraction is an important step in image classification. It allows to represent the content of the image as
perfect as possible. In feature extraction, phase features contain the segmented image has been extracted on the
basis of their color, shape & texture[32]. Some feature extraction techniques used for plant leaf diseases is
discussed in below.
i. Texture Based Feature Extraction: - GLCM (Gray Level Co-occurrences Matrix) is good texture-based
feature extraction method which is more efficient to extract statistical based feature more efficiently. These
spatial features are indicating pixel relationship based on gray scale intensity and orientation. Formulas of all
statistical features (equations 15-22) are discussed below[33], [34].
∑ ∑ ( ) (, )
( )= (15)
( )=∑ ∑ ( , )log( ( , )) (16)
( )=∑ ∑ ( − ) (, ) (17)
,
( )= ∑, (18)
( )
( )= ∑, ( ) (19)
( )=∑, ( − ) (20)
( )= ∑, ( ) (21)
( )= ∑, (22)
Bindushree H. B., Dr. Sivasankari G. G. used texture-based features extraction method to describe the plant
[35]
leaf diseases.
ii. Shape Based Feature Extraction: - The area (A) and perimeter (P) of disease spots were calculated from the
binary image of disease spot. The minimum enclosing rectangle (MER) of a diseased spot was obtained by
the method of rotating an image with same angle. The long axis length and short axis length of MER
represented the length (l) and width (w) of the diseased spot. The shape feature including rectangularity,
compactness, elongation, and roundness were calculated using area, perimeter, MER, of the diseased spot
found in rice leaf image by Qing Yao et al.[14]. Lesion shape and lesion color feature of disease spot has also
been used in the detection of disease in paddy leaves. A method is discussed to calculated percentage of
diseased infected area[6], [29] below,
Percentage of disease infected area (PI): - In shape feature extraction, the percentage of leaf area can be
calculated. Percentage of infected area can be calculated by using the equation (23),
= ∗ 100 (23)
Where = Diseased Area, = Total Area
iii. Color-Based Feature Extraction: - In order to extract the feature based on color, color moment method, color
co-occurrence method is a most popular method to extract the feature of an image on the basis of its color. In
Color Moment Method first, the RGB color space is converted to a suitable color space like HIS color space
where the color features are extracted more efficiently. Then, consider 3 color moments where moment 1 is
for mean, moment 2 is for standard deviation, moment 3 is for skewness for each plane[36].These 9 color
moments feature vector has been used for characterizing Tomato[17], Maize[13], Apple[5], and Cotton[10] leaf
images.
iv. Other Feature Extraction Method: - There is a different kind of feature extraction method found in image
processing like they are a combination of two feature extraction techniques like color & texture, texture &
shape, shape & color[48].
Color Co-occurrence Method: - In this feature extraction method, both color and texture of an image have
considered. Malik Barik et al.[18] used this feature extraction method to describe the image more perfectly.
The CCM texture analysis technique was developed through the use of spatial gray level dependence
matrices or called as SDGM (Spatial Domain Gray-level Matrix).
Discrete Wavelength Transform: - Wavelet Transform decomposes the signal into some basic functions
known as wavelets. The capability for multi-resolution analysis wavelet transform can be used for analyzing
details of an image at various scales. Detail components contain information of diagonal, vertical, and
horizontal sub-band of the image [37]. This information can be extracted by using high-pass and low-pass
filter[38].
Discrete Cosine Transform: - DCT is a frequency domain method that is helpful in finding energy at various
spectral sub-bands (blocks) of the image. The local DCT method uses a range of 2-dimensional DCT to
construct a feature vector of an image. The main advantage of this method is its efficiency. In transforming
the spatial domain into the frequency domain, blocked DCT is used in which transformation is performed in
an efficient manner. Secondly, DCT works with entirely real-valued components, in term of image
compression. DCT has good de-correlation and energy compaction characteristics.
So, summarizations of feature extraction techniques are illustrated below in Table 6.
Table 6. Summary of different feature extraction techniques
Dr. Sivasankari G. G. & Bindushree H. B. (2015) Texture Based Feature Extraction GLCM
Qing Yao, Zexin Guan et al. (2009) Shape Based Feature Extraction MER
realistic problems such as face recognition[40], cancer diagnosis[41]. Multiclass SVM is deployed for grape
leaf[23] disease classification.
iii. Naïve Bayes Classifier: - Navies Bayes Classifier is usually known as a statistical classifier. Its foundation is
on Bayes’ theorem and uses probabilistic analysis for classification. Naïve Bayesian Classifier gives more
accurate results in a less computational time when applied to the large dataset[39].
iv. Decision Tree: - Decision Tree classifiers are being successfully used in many areas including speech
recognition, medical diagnosis, character recognition etc. Decision tree classifiers have the ability to convert
the complex decision into understandable and easy decisions[42].
v. Recurrent Neural Network (RNN): - The Recurrent Neural Network includes feedback connection. In
contrast to feed-forward networks, the dynamical properties are more significant. The neural network has
evolvement within a constant state and the activation values of any units do not change anymore. But some
exceptions are also found like according to required scenario, it is important to change the activation value of
the resultant or output neurons[43]. BPNN (Back Propagation Neural Network), FFNN (Feed Forward Neural
Network) are a most common example of Recurrent Neural Network. Neural Network is also deployed for
leaf disease classification[47].
Table 7. Summary of different classification technique
Pearl Mutter (1990) Recurrent Neural i) Handles noisy i) Training is time taking.
Network (RNN) input. ii) Difficult to handle
ii) Self adaptive network architecture.
technique.
So, summarizations of different classification techniques are illustrated below in Table 7.
The following graph shows the summary of the literature survey based on the year of publication with accuracy
Graph-1 and classification tool used with accuracy Graph-2.
Accuracy(%)
90
80
70 Percentage of
60 Accuracy
50
2010 2012 2014 2016 2018
Year
90
85
80
75 Accuracy
70
Rule PNN BPNN SVM KNN
Based
Classifiers
iv. Sumeet S. Nisale et al.[12], develop an algorithm to measure the leaf disease severity due to mineral
deficiency found on Groundnut plant. First find the stages of deficiencies and then gradually geometric
moment algorithm apply to each leaf. This data can be used by the device to tell the type and stage of
deficiency of the leaf being tested. This shows better result and minimizes the need for complex algorithms
like texture analysis or shape analysis.
v. C. H. Bock, G. H. Poole et al.[46], approach measurement of disease severity using hyperspectral imaging
technique. This technique is also known as imaging spectroscopy, is a technology has received broad in
agriculture research. HS imaging creates a large amount of data order of hundreds Mb per image which
contains by hypercube. Then image pre-processing will take place. After the completion of this phase, the
data can proceed. Although analysis of data may take many forms, one of the most common techniques is to
classify the image pixels on the basis of statistical similarities. This is referred as supervised classification.
vi. Sanjay B. Patil et al. also used Triangle method of the thresholding to measure the severity of brown spot
leaf disease found sugar cane crop[16]. The disease severity of the plant leaves is measured by the lesion area
and leaf area ratio. Using image processing method it can be expressed as below,
= (27)
Where = Diseased Leaf Area, = Total Leaf Area
So, summarizations of quantification techniques are illustrated below in Table 8.
Table 8. Summary of different quantification methods
Table 9. Summarization of studies on plant disease recognition & classification using image processing & soft computing techniques
[8] J. Belasque, Jr., M. C. G. Gasparoto. Detection of mechanical and disease stresses in citrus plants by fluorescence spectroscopy. April
2008. APPLIED OPTICS / Vol. 47, No. 11 / 10.
[9] Emery C. Lins et al. Detection of citrus canker in citrus plants using laser induced fluorescence spectroscopy. Precision Agric. June
2009. DOI 10.1007/s11119-009-9124-2.
[10] Mr. V. A. Gulhane & Dr. A. A. Gurjar. Detection of Diseases on Cotton Leaves and Its Possible Diagnosis. International Journal of
Image Processing. 2011; Volume (5): Issue (5): 2011 590.
[11] Viraj A. Gulhane, Ajay A. Gurjar. Diseases Classification on Cotton leaves by Advance Digital Image Processing Approach. IJCA.
National Conference on Innovative Paradigms in Engineering & Technology. 2012.
[12] Chandan J. Bharambe, Vidya N.More, Sumeet S. Nisale. Detection and Analysis of Deficiencies in Groundnut Plant using Geometric
Moments. World Academy of Science. Engineering and Technology International Journal of Biological, Agricultural, Biomolecular,
Food and Biotechnological Engineering. 2011, Vol:5, No:10.
[13] Patil J. K. and Raj Kumar. Feature Extraction of Diseased Leaf Images. Journal of Signal and Image Processing. 2012, Volume 3,
Issue 1, ISSN: 0976-8882 & E-ISSN: 0976-8890.
[14] Qing Yao, Zexin Guan et al. Application of SVM for detecting rice diseases using shape and color texture features. IEEE 2012. DOI
10.1109/ICEC.2009.73.
[15] S. Phadikar, J. Sil, and A. K. Das. Classification of Rice Leaf Diseases Based on Morphological Changes. 2012, Vol. 2, No. 3.
International Journal of Information and Electronics Engineering.
[16] Sanjay B. Patil et al. LEAF DISEASE SEVERITY MEASUREMENT USING IMAGE PROCESSING. 2012, Vol.3 (5), 297-301.
International Journal of Engineering and Technology.
[17] Jayamala K. Patil, Raj Kumar. Color Feature Extraction of Tomato Leaf Diseases. International Journal of Engineering Trends and
Technology. 2011, ISSN: 2231-5381, Volume2, Issue2.
[18] Dheeb Al Bashish, Sulieman Bani-Ahmad, and Malik Braik. A Framework for Detection and Classification of Plant Leaf and Stem
Diseases. IEEE 2010. 978-1-4244-8594-9/10.
[19] Sannakki S. S. et al. (2013). Diagnosis and Classification of Grape Leaf Diseases using Neural Networks. In proceeding of 4th
International Conference (ICCCNT). IEEE, Tiruchengode, 1-5. DOI: 10.1109/ICCCNT.2013.6726616.
[20] Sanjeev S Sannakki et al. Leaf Disease Grading by Fuzzy Logic and Machine Vision, Int. J. Comp. Tech. Appl. 2011, Vol 2 (5),
1709-1716, ISSN:2229-6093.
[21] Sidnei Alves de Araújo and Hae Yong Kim, Grayscale Template-Matching Invariant to Rotation, Contrast, Brightness, Translation,
and Scale.
[22] S. Ananthi and S. Vishnu Varthini. DETECTION AND CLASSIFICATION OF PLANT LEAF DISEASES. IJREAS. 2012, Volume
2, Issue 2, ISSN: 2249-3905.
[23] P. Kumsawat et al. Grape Leaf Disease Detection from Color Imaginary Using The Tybrid Intelligent System. IEEE 2008. 978-1-
4244-2101-5/08.
[24] A. Camargo, J.S. Smith. An image-processing based algorithm to automatically identify plant disease visual symptoms. Biosystems
Engineering. doi:10.1016/j.biosystemseng.2008.09.030.
[25] Piyush Chaudhary et al. Transformation of Color Based Approach for Disease Spot Detection on Plant Leaf. International Journal of
Computer Science and Telecommunications. 2012, Volume 3, Issue 6.
[26] S. S. Sannakki, V. S. Rajpurohit. An Approach for Detection and Classification of Leaf Spot Diseases Affecting Pomegranate Crop.
International Journal of Advance Foundation and Research in Computer. January 2015, Volume 2, Special Issue (NCRTIT 2015),
ISSN 2348 – 4853
[27] Mr. V. A. Gulhane & Dr. A. A. Gurjar. Detection of Diseases on Cotton Leaves and Its Possible Diagnosis. IJIP (International Journal
of Image Processing). Volume (5): Issue (5): 2011.
[28] A Threshold Selection Method from Gray-Level Histograms. IEEE TRANSACTIONS ON SYSTEMS, CYBERNETICS, & MAN.
VOL. SMC-9, NO. 1.
[29] Dheeb Al Bashish, Sulieman Bani-Ahmad, and Malik Braik. A Framework for Detection and Classification of Plant Leaf and Stem
Diseases. IEEE 2010. 978-1-4244-8594-9/10.
[30] Prabira Sethy, Baishalee Negi, Nilamani Bhoi. Detection of Healthy & Defected Diseased Leaf of Rice Crop Using K-Means
Clustering Technique. International Journal of Computer Applications. January 2017, Volume 157- No.1, 0975-8887.
[31] R. Revathy, S.A. Chennakesavan. Threshold Based Approach for Disease Spot Detection on Plant Leaf. Transactions on Engineering
and Sciences. Vol.3, Issue 5, ISSN: 2347-1964 (Online) 2347-1875 (Print).
[32] Aastha Tiwari, Anil Kumar, Goswami Mansi Saraswat. Feature Extraction for Object Recognition and Image Classification.
International Journal of Engineering Research & Technology (IJERT). Vol. 2 Issue 10, October – 2013. ISSN: 2278-0181.
[33] P. Mohanaiah et al. Image Texture Feature Extraction Using GLCM Approach. IJSR (Int. J. of Scientific and Research). May 2013.
ISSN 2250-3153, Volume 3, Issue 5.
[34] A. Gebeje & R. Huertas, Texture Characterization based on GLCM. ICTIC 2013.
[35] Dr. Sivasankari G. G. & Bindushree H. B. Detection of Plant Leaf Disease Using Image Processing Methods. INT. J. OF TECH.
ENHANCEMENTS AND EMERGING ENGINEERING RESEARCH. 2015, VOL 3, ISSUE 04, ISSN 2347-4289.
[36] Hui Yu, Mingjing Lf. COLOR TEXTURE MOMENTS FOR CONTENT-BASED IMAGE RETRIEVAL. IEEE ICIP 2002.
[37] Asma Akhtar, Shoab A. Khan, Arslan Shaukat, Aasia Khanum. Automated Plant Disease Analysis (APDA): Comparison of
Performance of Machine Learning Techniques. 978-1-4799-2293-2/13, 2013, IEEE DOI 10.1109/FIT.2013.19.
[38] Nawazish Naveed, Tae-Sun Choi M. and Arfan Jaffar. Malignancy and abnormality detection of mammograms using DWT features
and ensembling of classifiers. International Journal of the Physical Sciences. 2011, Vol. 6(8), DOI: 10.5897/IJPS11.262, pp. 2107-
2116, ISSN 1992 - 1950.
[39] Mohammed J. Islam et al. (2007). Investigating the Performance of Naive- Bayes Classifiers and K- Nearest Neighbour Classifiers.
IEEE 2007, 0-7695-3038-9/07, DOI 10.1109/ICCIT.2007.148.
[40] Jennifer Huang, Bernd Heisele, and Volker Blanz. Face Recognition Using Component-Based SVM Classification and Morphable
Models. Springer-Verlag Berlin Heidelberg 2002. pp. 334–341.
[41] Terrence S. Furey et al. SVM classification and validation of cancer tissue sample using microarray expression date. Bioinformatics,
vol. 16, no.10, 2000.
[42] Mohamed Aly (2005). A Survey on Multiclass Classification Methods.
[43] Pearl Mutter (1990). Dynamic Recurrent Neural Network.
[44] Qingsong Guan et al. New Optimized Spectral Indices for Identifying and Monitoring Winter Wheat Diseases, IEEE JOURNAL OF
SELECTED TOPICS IN APPLIED EARTH OBSERVATIONS AND REMOTE SENSING. June 2014, Vol. 7, No. 6.
[45] Rashedul Islam, Md. Rafiqul Islam. An Image Processing Technique to Calculate Percentage of Disease Affected Pixels of Paddy
Leaf. IJCA (International Journal of Computer Applications). August 2015. Volume 123 – No.12, 0975 – 8887.
[46] C. H. Bock et al. (2010). Plant Disease Severity Estimated Visually by Image Analysis, Digital Photography, and Hyperspectral
Imaging-Critical Reviews in Plant Sciences. 29: 2, 59 — 107, DOI: 10.1080/07352681003617285.
[47] A. B Patil, Sachin D. Khirade. Plant Disease Detection Using Image Processing. 2015 International Conference on Computing
Communication Control and Automation. 2015 IEEE. DOI 10.1109/ICCUBEA.2015.153.
[48] Hairuddin MA, Baki S. R. S. et al. Overview of image processing approach for nutrient deficiencies detection in Elaeis Guineensis.
IEEE 2011, In proceeding of International Conference on system engineering and technology. DOI:10.1109/ICSEngT.2011.5993432.
[49] Jimita Bhagel, Prashant Jain. K-Means Segmentation Method for Automatic Leaf Disease Detection. Int. Journal of Engineering
Research and Application. ISSN: 2248-9622, Vol. 6, Issue 3, ( Part -5) March 2016, pp.83-86.
AUTHOR PROFILE
Prabira Kumar Sethy has received his Master of Technology degree in
Communication Engineering from IIT (ISM) Dhanbad. He is working as Lecturer in
Electronics, SUIIT, Sambalpur University, Odisha. His interest of research area is
Image Processing. He has published more than 20 number of research article in
International Journal and Conferences.
Baishalee Negi is a Post Graduate student of SUIIT, Sambalpur University. She has
few publications in areas Computer Vision and Image Processing. She is doing
research work in area of image processing.
Santi Kumari Behera has received her Master of Technology degree in Computer
Science & Engineering from NIT Rourkela. She is working as Assistant Professor in
Veer Surendra Sai University Of Technology, Odisha, India. Her research of interest is
Computer Graphics and Image Processing.
Nalini Kanta Barpanda has already received Ph.D. in Engineering from the Sambalpur
University. He is working as Associate Professor at SUIIT, Sambalpur University,
Odisha. He has published over 22 number of research articles in various areas of
Performance Analysis of Communication Interconnection N/W, Wireless Sensor N/W,
Image Processing, and Internet of Things.
Amiya Kumar Rath has already received Ph.D. in Computer Science from the Utkal
University, Odisha, India. He is working as Professor at Veer Surendra Sai University
of Technology, Odisha. He has published over 70 number of research articles in
various areas of Computer Science, concentrating on Artificial Intelligence, Image
Processing, and Embedded System.