SlideShare a Scribd company logo
1 of 9
Download to read offline
TELKOMNIKA Telecommunication, Computing, Electronics and Control
Vol. 18, No. 4, August 2020, pp. 2018~2026
ISSN: 1693-6930, accredited First Grade by Kemenristekdikti, Decree No: 21/E/KPT/2018
DOI: 10.12928/TELKOMNIKA.v18i4.14614  2018
Journal homepage: http://journal.uad.ac.id/index.php/TELKOMNIKA
Identification of paddy leaf diseases based on texture
analysis of Blobs and color segmentation
Alex Wenda1
, Inggih Permana2
, Yusmar 3
, Nunik Noviana Kurniawati4
1, 2
Department of Electrical Engineering, Faculty of Science and Technology,
State Islamic University of Sultan Syarif Kasim Riau, Indonesia
3
Department of Agrotechnology, Faculty of Agriculture and Animal Science,
State Islamic University of Sultan Syarif Kasim Riau, Indonesia
4
Educational Quality Assurance Institutions of Riau Province, Indonesia
Article Info ABSTRACT
Article history:
Received Nov 15, 2019
Revised Mar 29, 2020
Accepted Apr 9, 2020
There are three types of paddy leaf diseases that have similar symptoms,
making it difficult for farmers to identify them, namely blast, brown-spot,
and narrow brown-spot. This study aims to identification paddy plant
diseases based on texture analysis of Blobs and color segmentation.
Blobs analysis is used to get the number of objects, area and perimeter.
Color segmentation is used to find out some color parameters of paddy leaf
disease such as the color of the lesion boundary, the color of the spot of
the lesion, and the color of the paddy leaf lesion. To get the best results, four
methods have been chosen to obtained the threshold value, Otsu threshold
value, variable threshold value, local threshold value and global threshold
value. The best accuracy of the four methods using threshold variables is
90.7%. The results of this study indicate that the method used has been very
satisfactory in identifying paddy plant disease.
Keywords:
Blast
Blobs
Brown-spot
Color segmentation
Narrow brown-spot
This is an open access article under the CC BY-SA license.
Corresponding Author:
Alex Wenda,
Department of Electrical Engineering, Faculty of Science and Technology,
State Islamic University of Sultan Syarif Kasim Riau,
155 HR. Soebrantas St., Km.15, Pekanbaru-Riau, Indonesia.
Email: alexwenda@uin-suska.ac.id
1. INTRODUCTION
There are various types of pests and diseases in paddy plants, including blast, brown spot, narrow
brown spot, sheath blight, bacterial leaf blight, tungro, white pest, stem borer, rat pest, green ladybug and
stink bug [1, 2]. This study will focus on 3 types of paddy plant diseases, blast, brown spot and narrow brown
spot. Three types of this diseases have characteristics that are almost the same as each other so that this
makes it difficult for farmers to identify the disease and require special expertise to be able to distinguish
the three types of diseases [3, 4]. Apart from that, the three types of diseases are very widespread and can be
found in more than 80 countries [2, 5]. The most important thing of the three types of diseases is the result if
the paddy plant has been infected with this disease, namely a marked decrease in yield, because it causes
the panicle to rot or break, this will inhibit the process of filling the grain, causing the grain to become empty.
This will certainly lead to a decrease in paddy production and if production decreases, it will certainly have
an impact on losses. The disease caused by this fungus is estimated to have caused reduction of a production
in the range of 10-15% in tropical Asia. Reduction are even higher in the East Asia region and some areas
that have higher climate temperatures [2, 6].
TELKOMNIKA Telecommun Comput El Control 
Identification of paddy leaf diseases based on texture analysis of… (Alex Wenda)
2019
At this time the handling of paddy diseases with conventional methods is to make observations using
direct observation of the naked eye by experts. If this is done in a very large planting area, it certainly requires
a large number of experts and requires a lot of time to monitor and observe it, besides that the level of accuracy
is also low [7, 8]. At the same time farmers do not have good knowledge about plant diseases and if they bring
in experts, of course, require large costs and long time. Under these conditions, the recommended technique
proved useful in monitoring large plant areas is automatic detection of plant diseases by looking at symptoms on
plant leaves by utilizing image processing and computer vision techniques [9, 10].
Several studies related to paddy diseases using image processing techniques, among others, have been
conducted [11], development of rice plant disease system diagnosis, with an accuracy rate of 79.5% [12].
Identification of rice plant disease using back propagation artificial neural network, with an accuracy rate of
93% [13]. Expert system for management of rice plants with levels accuracy of 85%, [12]. Identification of
rice leaf disease using image processing techniques with an accuracy of 88% [14], identification of rice plant
diseases based on texture analysis 85% [15, 16] and diseases identification system in paddy plant using
image processing with levels accuracy of 94.7% [17]. Various methods have been developed in the research
mentioned above, the development of this method to get accurate results with small errors, including using
the rule base expert system, fuzzy expert system and artificial intelligent. Based on the background above,
this study aims to identification of paddy leaf diseases namely blast, brown spot and narrow brown spot using
texture analysis of Blobs and color segmentation. These techniques used to get characteristics of diseased
leaf, this characteristic is then used to identify the type of disease using a rule-based expert system.
2. RESEARCH METHOD
2.1. Data collection
Capturing images of diseased paddy leaf is the first part of this study. To get an image that has
a uniform brightness level, the environment must be controlled, some important parameters are, flash camera
and distance of the object from the camera. The distance between the object and the camera is between
15-30 cm and using the flashlight on the camera. The image was taken during the day and the process of
taking the paddy leaf image must be carried out quickly after the paddy leaf are cut from the tree. Otherwise,
the leaf will immediately roll. Image of paddy leaf is resized into images with a resolution of 105×305 and
stored in bitmap format (*.BMP). Examples of sample images and characteristics of the lesion to diseased
paddy leaf as shown by Figure 1.
(a) (b) (c)
Figure 1. (a) Blast, (b) Brown spot (c) Narrow brown spot
2.2. Image segmentation
Before doing the image segmentation process, the image is prepared to have dimensions of
105x305 pixels in the RGB color format. This research applies four methods to obtained the threshold value:
global threshold value, Otsu threshold value for automatic threshold value [18], local threshold value and
the variable threshold value. The RGB image as in shown by Figure 2 (a) will be converted to a gray level
image. Furthermore, image segmentation is applied based on gray level threshold segmentation, after which
the image repair process is performed using a median filter and morphological operators are applied to
remove unnecessary spots by using a region filling technique, so that a binary image that is free from noise is
generated as in shown by Figure 2 (b).
 ISSN: 1693-6930
TELKOMNIKA Telecommun Comput El Control, Vol. 18, No. 4, August 2020: 2018 - 2026
2020
(a) (b)
Figure 2. (a) RGB image, (b) Binary image
2.3. Blobs analysis
Blobs analysis is used to extract the features of an object, namely the shape of the object, the object
area, the hole area of the object, the perimeter. Object is a lesion on the paddy leaf. Shape texture analysis
uses Blobs analysis by calculating the ratio of the boundary box, which is height/width. The boundary of
the box is the value of the coordinates of the upper left point, the width and height of the square border of
the object, as shown in Figure 3.
Figure 3. Boundary box
Based on 100 diseased paddy leaf images, consisting of 20 images for each type of disease, analyzed
to obtain height and width values and then obtained rules to determine the type of damage, as shown in
Figure 4. If value of height and width greather-than or equal to 2.8 and less-than 4.1 the type of object shape
is spindle. If value of width less-than or equal to 2.8 the type of object shape is taper. If value of width
greather-than or equal to 2.8 the type of object shape is oval. If value of height and width greather-than or
equal to 2.8 the type of object shape is round and if value of height and width less-than or equal to 2.8
the type of object shape is spot. Usually there is more than one type of lesion on the paddy leaf disease.
Therefore, the number of object form numbers is an important information to determine the symptom of
the major lesion type. Based on Malaysia Agricultural Research and Development Institute (MARDI)
experts, sequence of types of diseased leaf lesion forms as follows: spindle shape, oval shape/round
shape/tapered shape, spot shape.
According to MARDI experts, if there is a form of spindle on a diseased leaf, then the type of
spotting is spindle. When there are oval, round and taper shapes, the clearest and most obvious shapes will be
chosen, as shown in Figure 5. If number of object spindle greather than 0, type of lesion is spindle. If number
of object oval greather-than or equal to number of object round and number of object oval greather-than or
equal to number of object taper the type of lesion is oval. If number of object round greather-than or equal to
number of object taper the type of lesion is round. If number of object oval equal to 0 and number of object
round equal to 0 and number of object taper equal to 0 the type of lesion is spot, othewise the type of lesion is
taper. In diseased rice leaf usually there is more than one type of object that is in the rice leaf. therefore to get
the shape characteristics it is necessary to count the number of objects that appear on the rice leaf using
the 8-connected environment technique, as shown in Figure 6.
TELKOMNIKA Telecommun Comput El Control 
Identification of paddy leaf diseases based on texture analysis of… (Alex Wenda)
2021
Check whether
spot or raound
h/w £ 2.8
h/w > 2.8
tos = spot
tos = round
Check whether the
spindle, taper or
oval
2.8 £ h/w £ 4.1
Check whether
taper or oval
w £ 2.8
tos = taper
tos = oval
tos = spindle
IIc
IIc
Y
N
Y
N
Y
N
N
Y
w: object width
h: Object heigh
tos : Type ofobject shape
Binary Image
Figure 4. Flowchart type of object shape
NOOspindle > 0
NOOoval NOOround
NOOoval NOOtaper
Check, whether, round,
taper, oval or spot
,
ks = oval Check, whether round,
taper or spot
NOOround NOOtaper
ks = Round
ks = taper
NOOoval = 0
NOOround = 0
NOOtaper = 0
ks = spot
Y
N
Y N
Y
N
N
Y
NOO spindle = Number of object spindle
NOOoval = Number of object oval
NOOround=Number of object round
NOOteper=Number of object taper
NOOspot = Number of obpot
ks = Kind of shape
Check, whether
taper or spot
Binary image Ks = Spindle
Ç
Ç
Ç
³
³
³
Figure 5. Flow chart of the type of lesion
 ISSN: 1693-6930
TELKOMNIKA Telecommun Comput El Control, Vol. 18, No. 4, August 2020: 2018 - 2026
2022
The last part of this process is calculating the area of the object. The area of the object is calculated
based on the binary image as shown in Figure 6 (b). for example I (x, y) = 0 represents the pixel object and
I (x, y) = 1 represents the pixel background. then to calculate the area of an object is:
𝑜𝑏𝑗𝑒𝑐𝑡 = ∑ ∑ 𝐼(𝑥𝑖, 𝑦𝑖)𝑥 𝑖,𝑦 𝑖
𝑛
𝑖=1 , (1)
where n is number of the object. By calculating the percentage of lesion paddy leaf, we get the area as shown
in (2) and (3),
𝑖𝑚𝑎𝑔𝑒 = 𝑤𝑖𝑑𝑡ℎ  𝑥  ℎ𝑒𝑖𝑔ℎ𝑡, (2)
where image is area of the image with width= 105 and height = 305, and
𝐿𝑒𝑠𝑖𝑜𝑛 = (
𝑜𝑏𝑗𝑒𝑐𝑡
𝑖𝑚𝑎𝑔𝑒
)   𝑥  100%, (3)
To get the height and width of each object shape, measurements were taken of 50 images of various
types of the lesion so that the rules were obtained as follows;
 Spot: width<=34 ∩ height<=34
 Round: ((height: width) <=2.8) ∩ (width <=46)
 Oval: ((height: width) <=4.1) ∩ (width<=46)
 Taper: ((height: width)>4.1) and (width<=15.5)
 Spindle: ((width: height > 4.2) ∩ (width > 15.5)) or ((width: height<=4.1) ∩ (width > 46))
(a) (b)
Figure 6. (a) 8-Connected neighbourhood pixels, (b) binary image
2.4. Color segmentation
Color texture is a spatio-chromatic pattern, which can be defined as a "surface color distribution",
as opposed to a gray-scale texture that focuses only on the brightness of the image [18]. Color and texture
analyzes have been extensively studied [19]. It is used to classify images but the results are not the best.
Some researchers are proposing to combine color and texture analysis to improve classification results.
In a study conducted [20-22], texture characterization was first calculated on a gray scale and then combined
with color histograms and moments values. While [23] classified images into different color spaces
independently or independently using energy parameters to select the space that best rated the classification.
The use of RGB color space to represent image data is very common in image processing studies,
especially since images generated from cameras are in the form of RGB images. But RGB color space
is not a uniform space of perception that can distinguish between colors (for example, Euclidean distance) in
three-dimensionality. RGB color space is not suitable for color differences as per human perception [21, 24].
For this reason, the international commission on colorimetry (Commission internationale de onlyéclairage-
CIE) defines two uniform color spaces of perception, namely L * a * b * and L * u * v * [23]. Uniform color
space perceptions have been widely used in image processing studies [7]. However, no studies have allowed
such use of color space in terms of its effectiveness compared to RGB color space [25]. Color texture
analysis in this study was used to obtain the symptoms of lesion boundary color, lesion spots color and
the lesion leaf color as shown in Figure 7. The color of the lesion boundary is the color of the edge or
the boundary of the lesion spot as shown in Figure 7 (a) and the color of the lesion spot is the color of
the center of the lesion spot as shown in Figure 7 (b). While the color of lesion leaf is the color of diseased
paddy leafe as shown in Figure 7 (c).
TELKOMNIKA Telecommun Comput El Control 
Identification of paddy leaf diseases based on texture analysis of… (Alex Wenda)
2023
(a) (b) (c)
Figure 7. (a) Lesion boundary color, (b) Lesion spot color, (c) Lesion leaf color
Boundary color of the object is obtained by specifying 8 coordinates at different locations of
the boundary object, i.e. left-top, top-left, top-right, right-top, right-bottom, bottom-right, bottom-left,
bottom-left, and top-left as shown in Figure 8 (a). According to experts, for spindle shapes, oval and round
shapes, the boundary color of the lesion leaf should be determined, whereas for the tapered shape and
the spot bondary color the shape is not required. The color of lesion spots is obtained by defining the center
coordinates of the object as shown in Figure 8 (b). While the color of the lesion leaf is obtained by specifying
the coordinates of each pixel on the leaf image except for pixels on the object as shown in Figure 8 (c).
(a) (b) (c)
Figure 8. (a) Boundary coordinate, (b) Spot coordinate, (c) Leaf coordinate
This study uses CIE color space L * a * b * and Euclidean distance calculations to obtain similar
colors. The following is an algorithm (algorithm 2.1) for converting RGB color space into CIE L * a * b *
color space while the formula for calculating Euclidean distance is shown in (4),
∆𝐸 𝑎𝑏
∗
= [(∆𝐿∗)2
+ (∆𝑎∗)2
+ (∆𝑏∗)2
]
1
2 , (4)
where ∆𝐿∗
is the difference in brightness between two colors, ∆𝑎∗
and ∆𝑏∗
is the chromatic difference between
the two colors.
Algorithm 2.1. Color model algorithm CIE L*a*b*
Input: color space RGB (𝑅𝑖𝑗, 𝐺𝑖𝑗, 𝐵𝑖𝑗)
Output: color space CIE L*a*b*
1: Convert the RGB value (𝑅𝑖𝑗, 𝐺𝑖𝑗, 𝐵𝑖𝑗) into CIE XYZ
color model (5).
[
𝑋
𝑌
𝑍
] = [
. 4124 . 3576 . 1805
. 2126 . 7152 . 0722
. 0193 . 1192 . 9505
] [
𝑅
𝐺
𝐵
] (5)
2: Convert XYZ value into CIE L*a*b* color model by
calculate L*, a* dan b* (6.a) and (6.6b).
The value of L* (luminance) is derived from (6.a):
 ISSN: 1693-6930
TELKOMNIKA Telecommun Comput El Control, Vol. 18, No. 4, August 2020: 2018 - 2026
2024
𝐿∗
=
{
116 (
𝑌
𝑌𝑛
)
113
,
𝑌
𝑌𝑛
> 0.008856
903.3(
𝑌
𝑌𝑛
) ,
𝑌
𝑌𝑛
≤ 0.008856
(6.a)
The chroma coordinate a* dan b* are obtained from (6.b):
𝑎∗
= 500 [𝑓 (
𝑋
𝑋 𝑛
) − 𝑓 (
𝑌
𝑌𝑛
)] ,
𝑏∗
= 200 [𝑓 (
𝑌
𝑌𝑛
) − 𝑓 (
𝑍
𝑍 𝑛
)] ,
(6.b)
where
𝑓 (
𝛼
𝛼 𝑛
) = √
𝛼
𝛼 𝑛
3
,
𝛼
𝛼 𝑛
> 0.008856 ,
𝑓 (
𝛼
𝛼 𝑛
) = 7.87
𝛼
𝛼 𝑛
+
16
116
,
𝛼
𝛼 𝑛
≤ 0.008856
α represents X, Y dan Z
by using the white point D65 (Xn, Yn ,Zn)= (95.0155, 100, 108.8259)
The color difference *
abE between two colors, in terms of ***
,, baL is given by the Euclidean metric in (4).
The smallest distance ( *
abE ) represents the pixel most closely match to the color marker.
Experts have visually determined the colors involved in determining lesion boundary color, lesion spot
color and lesion leaf color as shown in Figure 9. These colors were obtained from previous researcher [13].
There are three categories for the lesion boundary color, namely brown, orange and yellow as shown in
Figure 9. In the lesion spot color, there are two color categories, namely gray and brown as shown in Figure 10.
While the lesion leaf color, there are four color categories, namely brown, orange, yellow and green as shown in
Figure 11.
(a) (a)
(b) (b)
(c)
Figure 9. Lesion boundary color;
(a) brown; (b) orange; (c) yellow
Figure 10. Lesion spot color;
(a) gray; (b) brown
(a) (c)
(b) (d)
Figure 11. lesion leaf color (a) brown; (b) orange; (c) yellow; (d) green
2.5. Classification
The final part of the identification of paddy leaf disease is classification. It is an important step after
the segmentation process as well as texture analysis. A rule-based system becomes very useful for classifying
images if the number of classes is fixed and known. Based on interviews with experts, rules have been
developed based on characteristics such as area, number of objects, color, shape, and perimeter.
TELKOMNIKA Telecommun Comput El Control 
Identification of paddy leaf diseases based on texture analysis of… (Alex Wenda)
2025
3. RESULTS AND ANALYSIS
To get the best results, four methods have been chosen to determine the threshold value, Otsu
threshold value, variable threshold value, local threshold value and global threshold value. The Otsu method
to obtain threshold values automatically by separating univariate data into two groups by considering
variance between classes. The second method applies global threshold values for all images. Threshold
values are set at 95 for all images, this is the average value of the variable threshold value. The third method
uses the variable threshold value. This is chosen manually to get the best results. And the last method is
the local threshold value by making fixed-sized blocks in the image and then each block is looking for
the threshold value.
Seventy-five samples consisting of 26 images of blast, 18 images of brown spot and 31 images of
narrow brown spot were tested using four threshold methods and compared with experts. So that the accuracy
of the four methods is 49.3%, 56%, 60% and 90.7% for the Otsu method, global threshold, local threshold
and variable threshold respectively as shown in Table 1. Because the intensity values are different for each
image, global threshold values, local threshold values and automatic threshold values using the Otsu method
cannot perform segmentation tasks accurately. This is caused by differences in time and distance when
shooting. Shooting depends on the light source. This paper uses sunlight as a light source. That makes
the source of illumination can not be controlled so that it is perfectly centered to the surface of the image
being seen and it affects the intensity value of the image.
The error rate for each different threshold value method is shown in Table 2. Incorrect amounts in
Table 1 have been analyzed to get the error rate. Errors can occur in the process of segmentation, feature
extraction, or classification. Determination of the threshold value is an important step in the segmentation
process. Inaccurate determination of threshold values can result in inaccurate segmentation results and leads
to incorrect classification.
Table 1. Accuracy rates for threshold value
Threshold type Correct Incorrect Accuracy rate (% Correct)
Variable 68 7 90.7%
Global 42 33 56%
Local 46 29 60%
Otsu 37 38 49.3%
Table 2. Error rates for threshold method
Error Variable Global Local Otsu
Segmentation - - - 44.4%
Feature extraction 9.3% 61.5% 62.8% 33.4%
Classification 90.7% 38.5% 37.2% 22.2%
4. CONCLUSION
The image processing techniques were used to establish the identification of paddy leaf diseases
based on texture analysis of blobs and color segmentation. Five characteristics; lesion percentage, lesion
type, boundary lesion color, spot lesion color, and lesion paddy leaf color were tested for the classification
task. The ratio of height and width of the lesion object provided a unique shape characteristic for determine
type of the lesion. Four thresholding methods have been applied to get the best results in identifying
seventy-five images of diseased paddy leaf. The best accuracy of the four methods using threshold variables
is around 90.7%. That's because the intensity values are different for each image, so the global threshold and
automatic threshold values using the Otsu method cannot segment tasks accurately.
REFERENCES
[1] S. Savary, A. Nelson, L. Willocquet, I. Pangga, and J. Aunario, “Modeling and mapping potential epidemics of rice
diseases globally,” Crop Prot., vol. 34, pp. 6-17, 2012.
[2] Scardaci, “Rice Blast: A New Disease in California,” Agronomy Fact Sheat Series. Department of Agromomy and
Range Science, 1997.
[3] Z. Liu, J. Huang, J. Shi, R. Tao, W. Zhou, and L. Zhang, “Characterizing and estimating rice brown spot disease
severity using stepwise regression, principal component regression and partial least-square regression,” J. Zhejiang
Univ. Sci. B, vol. 8, no. 10, pp. 738-744, 2007.
[4] T. Kobayashi, E. Kanda, K. Kitada, K. Ishiguro, and Y. Torigoe, “Detection of rice panicle blast with multispectral
radiometer and the potential of using airborne multispectral scanners,” Phytopathology, vol. 91, no. 3, pp. 316-323, 2001.
[5] S. Savary et al., “International agriccltural research tackling the effects of global and climate changes on plant
 ISSN: 1693-6930
TELKOMNIKA Telecommun Comput El Control, Vol. 18, No. 4, August 2020: 2018 - 2026
2026
diseases in the developing world,” Plant Dis., vol. 95, no. 10, pp. 1204-1216, 2011.
[6] S. Savary, A. Mila, L. Willocquet, P. D. Esker, O. Carisse, and N. McRoberts, “Risk factors for crop health under
global change and agricultural shifts: A framework of analyses using rice in tropical and subtropical asia as
a model,” Phytopathology, vol. 101, no. 6, pp. 696-709, 2011.
[7] V. Singh and A. K. Misra, “Detection of plant leaf diseases using image segmentation and soft computing
techniques,” Inf. Process. Agric., vol. 4, no. 1, pp. 41-49, 2017.
[8] P. No, M. Suresha, K. N. Shreekanth, and B. V Thirumalesh, “Researh Article Diagnosis and Classification of
Diseases in Paddy Leaves,” vol. 6, no. 10, pp. 6448–6452, 2017.
[9] S. Arivazhagan, R. N. Shebiah, S. Ananthi, and S. Vishnu Varthini, “Detection of unhealthy region of plant leaves and
classification of plant leaf diseases using texture features,” Agric. Eng. Int. CIGR J., vol. 15, no. 1, pp. 211-217, 2013.
[10] N. P. Dhaygude, S B., & Kumbhar, “Agricultural Plant Leaf Disease Detection Using Image Processing,” Int. J.
Adv. Res. Electr. Electron. Instrum. Eng., vol. 2, no. 1, pp. 599-602, 2013.
[11] Rossilawati S. et al., “The development of diseases diagnosing system in paddy plant (E-Paddy),” Pros.
Antarabangsa Teknol. Mklm., pp. 424-432, 2003.
[12] S. Phadikar and J. Sil, “Rice disease identification using pattern recognition techniques,” Proc. 11th Int. Conf.
Comput. Inf. Technol. ICCIT 2008, pp. 420-423, 2008.
[13] TNAU “Expert system for paddy,” 2014. [Online]. Available: http://www.agritech.tnau.ac.in/expert_system/
paddy/Index.html
[14] S. Phadikar, “Classification of Rice Leaf Diseases Based onMorphological Changes,” Int. J. Inf. Electron. Eng.,
vol. 2, no. 3, pp. 460-463, 2012.
[15] N. N. Kurniawati, S. N. H. S. Abdullah, S. Abdullah, and S. Abdullah, “Texture analysis for diagnosing paddy
disease,” Proc. 2009 Int. Conf. Electr. Eng. Informatics, ICEEI 2009, pp. 23-27, 2009.
[16] N. N. Kurniawati, S. N. H. S. Abdullah, S. Abdullah, and S. Abdullah, “Investigation on image processing
techniques for diagnosing paddy diseases,” 2009 International Conference of Soft Computing and Pattern
Recognition, 2009.
[17] A. Wenda, N. P. Miefthawati, and M. Zein, “The Development of Diseases Identification System in Paddy Plant
Using Image Processing Technique,” Proceeding International Conference on Science and Engineering, vol. 2,
pp. 231-236, 2019.
[18] M. Szpringer, “Pourazowe zniekszta??cenie przednich zeb??w sta??ych i zwiazane z tym trudno??ci lecznicze.,”
Czas. Stomatol., vol. 26, no. 8, pp. 855-860, 1973.
[19] H. Permuter, J. Francos, and I. Jermyn, “A study of Gaussian mixture models of color and texture features for image
classification and segmentation,” Pattern Recognit., vol. 39, no. 4, pp. 695-706, 2006.
[20] M. M. P., Petrou, and C. Petrou, "Image Processing: The Fundamentals, 2nd Edition," 2nd ed. Wiley, 2010.
[21] G. Paschos, “Perceptually uniform color spaces for color texture analysis: An empirical evaluation,” IEEE Trans.
Image Process., vol. 10, no. 6, pp. 932-937, 2001.
[22] A. Asfarian, Y. Herdiyeni, A. Rauf, and K. H. Mutaqin, “Paddy diseases identification with texture analysis using
fractal descriptors based on fourier spectrum,” Proceeding-2013 Int. Conf. Comput. Control. Informatics Its Appl.
“Recent Challenges Comput. Control Informatics”, IC3INA 2013, pp. 77-81, 2013.
[23] S. N. Ghaiwat and P. Arora, “Detection and Classification of Plant Leaf Diseases Using Image processing
Techniques: A Review,” Int. J. Recent Adv. Eng. Technol., vol. 2, no. 3, pp. 2347-2812, 2014.
[24] K. M. Chen and S. Y. Chen, “Color texture segmentation using feature distributions,” Pattern Recognit. Lett.,
vol. 23, no. 7, pp. 755-771, 2002.
[25] M. Sarifuddin and R. Missaoui, “A new perceptually uniform color space with associated color similarity measure
for content-based image and video retrieval,” Proc. ACM SIGIR 2005 Work. Multimed. Inf. Retr., 2005.

More Related Content

What's hot

Wheat leaf disease detection using image processing
Wheat leaf disease detection using image processingWheat leaf disease detection using image processing
Wheat leaf disease detection using image processingIJLT EMAS
 
Fruit Disease Detection and Classification
Fruit Disease Detection and ClassificationFruit Disease Detection and Classification
Fruit Disease Detection and ClassificationIRJET Journal
 
IRJET - Disease Detection in Plant using Machine Learning
IRJET -  	  Disease Detection in Plant using Machine LearningIRJET -  	  Disease Detection in Plant using Machine Learning
IRJET - Disease Detection in Plant using Machine LearningIRJET Journal
 
IDENTIFICATION AND CLASSIFICATION OF POWDER MICROSCOPIC IMAGES OF INDIAN HERB...
IDENTIFICATION AND CLASSIFICATION OF POWDER MICROSCOPIC IMAGES OF INDIAN HERB...IDENTIFICATION AND CLASSIFICATION OF POWDER MICROSCOPIC IMAGES OF INDIAN HERB...
IDENTIFICATION AND CLASSIFICATION OF POWDER MICROSCOPIC IMAGES OF INDIAN HERB...IAEME Publication
 
Analysis And Detection of Infected Fruit Part Using Improved k-means Clusteri...
Analysis And Detection of Infected Fruit Part Using Improved k-means Clusteri...Analysis And Detection of Infected Fruit Part Using Improved k-means Clusteri...
Analysis And Detection of Infected Fruit Part Using Improved k-means Clusteri...IJSRD
 

What's hot (6)

Wheat leaf disease detection using image processing
Wheat leaf disease detection using image processingWheat leaf disease detection using image processing
Wheat leaf disease detection using image processing
 
Fruit Disease Detection and Classification
Fruit Disease Detection and ClassificationFruit Disease Detection and Classification
Fruit Disease Detection and Classification
 
IRJET - Disease Detection in Plant using Machine Learning
IRJET -  	  Disease Detection in Plant using Machine LearningIRJET -  	  Disease Detection in Plant using Machine Learning
IRJET - Disease Detection in Plant using Machine Learning
 
IDENTIFICATION AND CLASSIFICATION OF POWDER MICROSCOPIC IMAGES OF INDIAN HERB...
IDENTIFICATION AND CLASSIFICATION OF POWDER MICROSCOPIC IMAGES OF INDIAN HERB...IDENTIFICATION AND CLASSIFICATION OF POWDER MICROSCOPIC IMAGES OF INDIAN HERB...
IDENTIFICATION AND CLASSIFICATION OF POWDER MICROSCOPIC IMAGES OF INDIAN HERB...
 
Analysis And Detection of Infected Fruit Part Using Improved k-means Clusteri...
Analysis And Detection of Infected Fruit Part Using Improved k-means Clusteri...Analysis And Detection of Infected Fruit Part Using Improved k-means Clusteri...
Analysis And Detection of Infected Fruit Part Using Improved k-means Clusteri...
 
Imageprocessing
ImageprocessingImageprocessing
Imageprocessing
 

Similar to Identification of paddy leaf diseases based on texture analysis of Blobs and color segmentation

IRJET- Disease Diagnosis of Mango Leaf
IRJET- Disease Diagnosis of Mango LeafIRJET- Disease Diagnosis of Mango Leaf
IRJET- Disease Diagnosis of Mango LeafIRJET Journal
 
A study on real time plant disease diagonsis system
A study on real time plant disease diagonsis systemA study on real time plant disease diagonsis system
A study on real time plant disease diagonsis systemIJARIIT
 
RICE PLANT DISEASE DETECTION AND REMEDIES RECOMMENDATION USING MACHINE LEARNING
RICE PLANT DISEASE DETECTION AND REMEDIES RECOMMENDATION USING MACHINE LEARNINGRICE PLANT DISEASE DETECTION AND REMEDIES RECOMMENDATION USING MACHINE LEARNING
RICE PLANT DISEASE DETECTION AND REMEDIES RECOMMENDATION USING MACHINE LEARNINGIRJET Journal
 
Image based anthracnose and red-rust leaf disease detection using deep learning
Image based anthracnose and red-rust leaf disease detection using deep learningImage based anthracnose and red-rust leaf disease detection using deep learning
Image based anthracnose and red-rust leaf disease detection using deep learningTELKOMNIKA JOURNAL
 
Plant leaf detection through machine learning based image classification appr...
Plant leaf detection through machine learning based image classification appr...Plant leaf detection through machine learning based image classification appr...
Plant leaf detection through machine learning based image classification appr...IAESIJAI
 
INSECT SHAPE DETECTION AND CLASSIFICATION USING DIGITAL IMAGE PROCESSING
INSECT SHAPE DETECTION AND CLASSIFICATION USING DIGITAL IMAGE PROCESSINGINSECT SHAPE DETECTION AND CLASSIFICATION USING DIGITAL IMAGE PROCESSING
INSECT SHAPE DETECTION AND CLASSIFICATION USING DIGITAL IMAGE PROCESSINGIRJET Journal
 
Plant Monitoring using Image Processing, Raspberry PI & IOT
 	  Plant Monitoring using Image Processing, Raspberry PI & IOT 	  Plant Monitoring using Image Processing, Raspberry PI & IOT
Plant Monitoring using Image Processing, Raspberry PI & IOTIRJET Journal
 
IRJET - E-Learning Package for Grape & Disease Analysis
IRJET - E-Learning Package for Grape & Disease AnalysisIRJET - E-Learning Package for Grape & Disease Analysis
IRJET - E-Learning Package for Grape & Disease AnalysisIRJET Journal
 
IRJET - Paddy Crop Disease Detection using Deep Learning Technique by using D...
IRJET - Paddy Crop Disease Detection using Deep Learning Technique by using D...IRJET - Paddy Crop Disease Detection using Deep Learning Technique by using D...
IRJET - Paddy Crop Disease Detection using Deep Learning Technique by using D...IRJET Journal
 
IRJET- Detection of Leaf Diseases and Classifying them using Multiclass SVM
IRJET-  	  Detection of Leaf Diseases and Classifying them using Multiclass SVMIRJET-  	  Detection of Leaf Diseases and Classifying them using Multiclass SVM
IRJET- Detection of Leaf Diseases and Classifying them using Multiclass SVMIRJET Journal
 
Grape Leaf Diseases Detection using Improved Convolutional Neural Network
Grape Leaf Diseases Detection using Improved Convolutional Neural NetworkGrape Leaf Diseases Detection using Improved Convolutional Neural Network
Grape Leaf Diseases Detection using Improved Convolutional Neural NetworkIRJET Journal
 
IRJET- Plant Disease Identification System
IRJET- Plant Disease Identification SystemIRJET- Plant Disease Identification System
IRJET- Plant Disease Identification SystemIRJET Journal
 
IRJET- Leaf Disease Detecting using CNN Technique
IRJET- Leaf Disease Detecting using CNN TechniqueIRJET- Leaf Disease Detecting using CNN Technique
IRJET- Leaf Disease Detecting using CNN TechniqueIRJET Journal
 
CROP DISEASE DETECTION
CROP DISEASE DETECTIONCROP DISEASE DETECTION
CROP DISEASE DETECTIONIRJET Journal
 
Bacterial foraging optimization based adaptive neuro fuzzy inference system
Bacterial foraging optimization based adaptive neuro fuzzy inference system  Bacterial foraging optimization based adaptive neuro fuzzy inference system
Bacterial foraging optimization based adaptive neuro fuzzy inference system IJECEIAES
 
711201940
711201940711201940
711201940IJRAT
 
711201940
711201940711201940
711201940IJRAT
 
A Novel Machine Learning Based Approach for Detection and Classification of S...
A Novel Machine Learning Based Approach for Detection and Classification of S...A Novel Machine Learning Based Approach for Detection and Classification of S...
A Novel Machine Learning Based Approach for Detection and Classification of S...IRJET Journal
 
Plant Leaf Disease Detection Using Machine Learning
Plant Leaf Disease Detection Using Machine LearningPlant Leaf Disease Detection Using Machine Learning
Plant Leaf Disease Detection Using Machine LearningIRJET Journal
 

Similar to Identification of paddy leaf diseases based on texture analysis of Blobs and color segmentation (20)

IRJET- Disease Diagnosis of Mango Leaf
IRJET- Disease Diagnosis of Mango LeafIRJET- Disease Diagnosis of Mango Leaf
IRJET- Disease Diagnosis of Mango Leaf
 
P45019297
P45019297P45019297
P45019297
 
A study on real time plant disease diagonsis system
A study on real time plant disease diagonsis systemA study on real time plant disease diagonsis system
A study on real time plant disease diagonsis system
 
RICE PLANT DISEASE DETECTION AND REMEDIES RECOMMENDATION USING MACHINE LEARNING
RICE PLANT DISEASE DETECTION AND REMEDIES RECOMMENDATION USING MACHINE LEARNINGRICE PLANT DISEASE DETECTION AND REMEDIES RECOMMENDATION USING MACHINE LEARNING
RICE PLANT DISEASE DETECTION AND REMEDIES RECOMMENDATION USING MACHINE LEARNING
 
Image based anthracnose and red-rust leaf disease detection using deep learning
Image based anthracnose and red-rust leaf disease detection using deep learningImage based anthracnose and red-rust leaf disease detection using deep learning
Image based anthracnose and red-rust leaf disease detection using deep learning
 
Plant leaf detection through machine learning based image classification appr...
Plant leaf detection through machine learning based image classification appr...Plant leaf detection through machine learning based image classification appr...
Plant leaf detection through machine learning based image classification appr...
 
INSECT SHAPE DETECTION AND CLASSIFICATION USING DIGITAL IMAGE PROCESSING
INSECT SHAPE DETECTION AND CLASSIFICATION USING DIGITAL IMAGE PROCESSINGINSECT SHAPE DETECTION AND CLASSIFICATION USING DIGITAL IMAGE PROCESSING
INSECT SHAPE DETECTION AND CLASSIFICATION USING DIGITAL IMAGE PROCESSING
 
Plant Monitoring using Image Processing, Raspberry PI & IOT
 	  Plant Monitoring using Image Processing, Raspberry PI & IOT 	  Plant Monitoring using Image Processing, Raspberry PI & IOT
Plant Monitoring using Image Processing, Raspberry PI & IOT
 
IRJET - E-Learning Package for Grape & Disease Analysis
IRJET - E-Learning Package for Grape & Disease AnalysisIRJET - E-Learning Package for Grape & Disease Analysis
IRJET - E-Learning Package for Grape & Disease Analysis
 
IRJET - Paddy Crop Disease Detection using Deep Learning Technique by using D...
IRJET - Paddy Crop Disease Detection using Deep Learning Technique by using D...IRJET - Paddy Crop Disease Detection using Deep Learning Technique by using D...
IRJET - Paddy Crop Disease Detection using Deep Learning Technique by using D...
 
IRJET- Detection of Leaf Diseases and Classifying them using Multiclass SVM
IRJET-  	  Detection of Leaf Diseases and Classifying them using Multiclass SVMIRJET-  	  Detection of Leaf Diseases and Classifying them using Multiclass SVM
IRJET- Detection of Leaf Diseases and Classifying them using Multiclass SVM
 
Grape Leaf Diseases Detection using Improved Convolutional Neural Network
Grape Leaf Diseases Detection using Improved Convolutional Neural NetworkGrape Leaf Diseases Detection using Improved Convolutional Neural Network
Grape Leaf Diseases Detection using Improved Convolutional Neural Network
 
IRJET- Plant Disease Identification System
IRJET- Plant Disease Identification SystemIRJET- Plant Disease Identification System
IRJET- Plant Disease Identification System
 
IRJET- Leaf Disease Detecting using CNN Technique
IRJET- Leaf Disease Detecting using CNN TechniqueIRJET- Leaf Disease Detecting using CNN Technique
IRJET- Leaf Disease Detecting using CNN Technique
 
CROP DISEASE DETECTION
CROP DISEASE DETECTIONCROP DISEASE DETECTION
CROP DISEASE DETECTION
 
Bacterial foraging optimization based adaptive neuro fuzzy inference system
Bacterial foraging optimization based adaptive neuro fuzzy inference system  Bacterial foraging optimization based adaptive neuro fuzzy inference system
Bacterial foraging optimization based adaptive neuro fuzzy inference system
 
711201940
711201940711201940
711201940
 
711201940
711201940711201940
711201940
 
A Novel Machine Learning Based Approach for Detection and Classification of S...
A Novel Machine Learning Based Approach for Detection and Classification of S...A Novel Machine Learning Based Approach for Detection and Classification of S...
A Novel Machine Learning Based Approach for Detection and Classification of S...
 
Plant Leaf Disease Detection Using Machine Learning
Plant Leaf Disease Detection Using Machine LearningPlant Leaf Disease Detection Using Machine Learning
Plant Leaf Disease Detection Using Machine Learning
 

More from TELKOMNIKA JOURNAL

Amazon products reviews classification based on machine learning, deep learni...
Amazon products reviews classification based on machine learning, deep learni...Amazon products reviews classification based on machine learning, deep learni...
Amazon products reviews classification based on machine learning, deep learni...TELKOMNIKA JOURNAL
 
Design, simulation, and analysis of microstrip patch antenna for wireless app...
Design, simulation, and analysis of microstrip patch antenna for wireless app...Design, simulation, and analysis of microstrip patch antenna for wireless app...
Design, simulation, and analysis of microstrip patch antenna for wireless app...TELKOMNIKA JOURNAL
 
Design and simulation an optimal enhanced PI controller for congestion avoida...
Design and simulation an optimal enhanced PI controller for congestion avoida...Design and simulation an optimal enhanced PI controller for congestion avoida...
Design and simulation an optimal enhanced PI controller for congestion avoida...TELKOMNIKA JOURNAL
 
Improving the detection of intrusion in vehicular ad-hoc networks with modifi...
Improving the detection of intrusion in vehicular ad-hoc networks with modifi...Improving the detection of intrusion in vehicular ad-hoc networks with modifi...
Improving the detection of intrusion in vehicular ad-hoc networks with modifi...TELKOMNIKA JOURNAL
 
Conceptual model of internet banking adoption with perceived risk and trust f...
Conceptual model of internet banking adoption with perceived risk and trust f...Conceptual model of internet banking adoption with perceived risk and trust f...
Conceptual model of internet banking adoption with perceived risk and trust f...TELKOMNIKA JOURNAL
 
Efficient combined fuzzy logic and LMS algorithm for smart antenna
Efficient combined fuzzy logic and LMS algorithm for smart antennaEfficient combined fuzzy logic and LMS algorithm for smart antenna
Efficient combined fuzzy logic and LMS algorithm for smart antennaTELKOMNIKA JOURNAL
 
Design and implementation of a LoRa-based system for warning of forest fire
Design and implementation of a LoRa-based system for warning of forest fireDesign and implementation of a LoRa-based system for warning of forest fire
Design and implementation of a LoRa-based system for warning of forest fireTELKOMNIKA JOURNAL
 
Wavelet-based sensing technique in cognitive radio network
Wavelet-based sensing technique in cognitive radio networkWavelet-based sensing technique in cognitive radio network
Wavelet-based sensing technique in cognitive radio networkTELKOMNIKA JOURNAL
 
A novel compact dual-band bandstop filter with enhanced rejection bands
A novel compact dual-band bandstop filter with enhanced rejection bandsA novel compact dual-band bandstop filter with enhanced rejection bands
A novel compact dual-band bandstop filter with enhanced rejection bandsTELKOMNIKA JOURNAL
 
Deep learning approach to DDoS attack with imbalanced data at the application...
Deep learning approach to DDoS attack with imbalanced data at the application...Deep learning approach to DDoS attack with imbalanced data at the application...
Deep learning approach to DDoS attack with imbalanced data at the application...TELKOMNIKA JOURNAL
 
Brief note on match and miss-match uncertainties
Brief note on match and miss-match uncertaintiesBrief note on match and miss-match uncertainties
Brief note on match and miss-match uncertaintiesTELKOMNIKA JOURNAL
 
Implementation of FinFET technology based low power 4×4 Wallace tree multipli...
Implementation of FinFET technology based low power 4×4 Wallace tree multipli...Implementation of FinFET technology based low power 4×4 Wallace tree multipli...
Implementation of FinFET technology based low power 4×4 Wallace tree multipli...TELKOMNIKA JOURNAL
 
Evaluation of the weighted-overlap add model with massive MIMO in a 5G system
Evaluation of the weighted-overlap add model with massive MIMO in a 5G systemEvaluation of the weighted-overlap add model with massive MIMO in a 5G system
Evaluation of the weighted-overlap add model with massive MIMO in a 5G systemTELKOMNIKA JOURNAL
 
Reflector antenna design in different frequencies using frequency selective s...
Reflector antenna design in different frequencies using frequency selective s...Reflector antenna design in different frequencies using frequency selective s...
Reflector antenna design in different frequencies using frequency selective s...TELKOMNIKA JOURNAL
 
Reagentless iron detection in water based on unclad fiber optical sensor
Reagentless iron detection in water based on unclad fiber optical sensorReagentless iron detection in water based on unclad fiber optical sensor
Reagentless iron detection in water based on unclad fiber optical sensorTELKOMNIKA JOURNAL
 
Impact of CuS counter electrode calcination temperature on quantum dot sensit...
Impact of CuS counter electrode calcination temperature on quantum dot sensit...Impact of CuS counter electrode calcination temperature on quantum dot sensit...
Impact of CuS counter electrode calcination temperature on quantum dot sensit...TELKOMNIKA JOURNAL
 
A progressive learning for structural tolerance online sequential extreme lea...
A progressive learning for structural tolerance online sequential extreme lea...A progressive learning for structural tolerance online sequential extreme lea...
A progressive learning for structural tolerance online sequential extreme lea...TELKOMNIKA JOURNAL
 
Electroencephalography-based brain-computer interface using neural networks
Electroencephalography-based brain-computer interface using neural networksElectroencephalography-based brain-computer interface using neural networks
Electroencephalography-based brain-computer interface using neural networksTELKOMNIKA JOURNAL
 
Adaptive segmentation algorithm based on level set model in medical imaging
Adaptive segmentation algorithm based on level set model in medical imagingAdaptive segmentation algorithm based on level set model in medical imaging
Adaptive segmentation algorithm based on level set model in medical imagingTELKOMNIKA JOURNAL
 
Automatic channel selection using shuffled frog leaping algorithm for EEG bas...
Automatic channel selection using shuffled frog leaping algorithm for EEG bas...Automatic channel selection using shuffled frog leaping algorithm for EEG bas...
Automatic channel selection using shuffled frog leaping algorithm for EEG bas...TELKOMNIKA JOURNAL
 

More from TELKOMNIKA JOURNAL (20)

Amazon products reviews classification based on machine learning, deep learni...
Amazon products reviews classification based on machine learning, deep learni...Amazon products reviews classification based on machine learning, deep learni...
Amazon products reviews classification based on machine learning, deep learni...
 
Design, simulation, and analysis of microstrip patch antenna for wireless app...
Design, simulation, and analysis of microstrip patch antenna for wireless app...Design, simulation, and analysis of microstrip patch antenna for wireless app...
Design, simulation, and analysis of microstrip patch antenna for wireless app...
 
Design and simulation an optimal enhanced PI controller for congestion avoida...
Design and simulation an optimal enhanced PI controller for congestion avoida...Design and simulation an optimal enhanced PI controller for congestion avoida...
Design and simulation an optimal enhanced PI controller for congestion avoida...
 
Improving the detection of intrusion in vehicular ad-hoc networks with modifi...
Improving the detection of intrusion in vehicular ad-hoc networks with modifi...Improving the detection of intrusion in vehicular ad-hoc networks with modifi...
Improving the detection of intrusion in vehicular ad-hoc networks with modifi...
 
Conceptual model of internet banking adoption with perceived risk and trust f...
Conceptual model of internet banking adoption with perceived risk and trust f...Conceptual model of internet banking adoption with perceived risk and trust f...
Conceptual model of internet banking adoption with perceived risk and trust f...
 
Efficient combined fuzzy logic and LMS algorithm for smart antenna
Efficient combined fuzzy logic and LMS algorithm for smart antennaEfficient combined fuzzy logic and LMS algorithm for smart antenna
Efficient combined fuzzy logic and LMS algorithm for smart antenna
 
Design and implementation of a LoRa-based system for warning of forest fire
Design and implementation of a LoRa-based system for warning of forest fireDesign and implementation of a LoRa-based system for warning of forest fire
Design and implementation of a LoRa-based system for warning of forest fire
 
Wavelet-based sensing technique in cognitive radio network
Wavelet-based sensing technique in cognitive radio networkWavelet-based sensing technique in cognitive radio network
Wavelet-based sensing technique in cognitive radio network
 
A novel compact dual-band bandstop filter with enhanced rejection bands
A novel compact dual-band bandstop filter with enhanced rejection bandsA novel compact dual-band bandstop filter with enhanced rejection bands
A novel compact dual-band bandstop filter with enhanced rejection bands
 
Deep learning approach to DDoS attack with imbalanced data at the application...
Deep learning approach to DDoS attack with imbalanced data at the application...Deep learning approach to DDoS attack with imbalanced data at the application...
Deep learning approach to DDoS attack with imbalanced data at the application...
 
Brief note on match and miss-match uncertainties
Brief note on match and miss-match uncertaintiesBrief note on match and miss-match uncertainties
Brief note on match and miss-match uncertainties
 
Implementation of FinFET technology based low power 4×4 Wallace tree multipli...
Implementation of FinFET technology based low power 4×4 Wallace tree multipli...Implementation of FinFET technology based low power 4×4 Wallace tree multipli...
Implementation of FinFET technology based low power 4×4 Wallace tree multipli...
 
Evaluation of the weighted-overlap add model with massive MIMO in a 5G system
Evaluation of the weighted-overlap add model with massive MIMO in a 5G systemEvaluation of the weighted-overlap add model with massive MIMO in a 5G system
Evaluation of the weighted-overlap add model with massive MIMO in a 5G system
 
Reflector antenna design in different frequencies using frequency selective s...
Reflector antenna design in different frequencies using frequency selective s...Reflector antenna design in different frequencies using frequency selective s...
Reflector antenna design in different frequencies using frequency selective s...
 
Reagentless iron detection in water based on unclad fiber optical sensor
Reagentless iron detection in water based on unclad fiber optical sensorReagentless iron detection in water based on unclad fiber optical sensor
Reagentless iron detection in water based on unclad fiber optical sensor
 
Impact of CuS counter electrode calcination temperature on quantum dot sensit...
Impact of CuS counter electrode calcination temperature on quantum dot sensit...Impact of CuS counter electrode calcination temperature on quantum dot sensit...
Impact of CuS counter electrode calcination temperature on quantum dot sensit...
 
A progressive learning for structural tolerance online sequential extreme lea...
A progressive learning for structural tolerance online sequential extreme lea...A progressive learning for structural tolerance online sequential extreme lea...
A progressive learning for structural tolerance online sequential extreme lea...
 
Electroencephalography-based brain-computer interface using neural networks
Electroencephalography-based brain-computer interface using neural networksElectroencephalography-based brain-computer interface using neural networks
Electroencephalography-based brain-computer interface using neural networks
 
Adaptive segmentation algorithm based on level set model in medical imaging
Adaptive segmentation algorithm based on level set model in medical imagingAdaptive segmentation algorithm based on level set model in medical imaging
Adaptive segmentation algorithm based on level set model in medical imaging
 
Automatic channel selection using shuffled frog leaping algorithm for EEG bas...
Automatic channel selection using shuffled frog leaping algorithm for EEG bas...Automatic channel selection using shuffled frog leaping algorithm for EEG bas...
Automatic channel selection using shuffled frog leaping algorithm for EEG bas...
 

Recently uploaded

Path loss model, OKUMURA Model, Hata Model
Path loss model, OKUMURA Model, Hata ModelPath loss model, OKUMURA Model, Hata Model
Path loss model, OKUMURA Model, Hata ModelDrAjayKumarYadav4
 
Post office management system project ..pdf
Post office management system project ..pdfPost office management system project ..pdf
Post office management system project ..pdfKamal Acharya
 
INTERRUPT CONTROLLER 8259 MICROPROCESSOR
INTERRUPT CONTROLLER 8259 MICROPROCESSORINTERRUPT CONTROLLER 8259 MICROPROCESSOR
INTERRUPT CONTROLLER 8259 MICROPROCESSORTanishkaHira1
 
Worksharing and 3D Modeling with Revit.pptx
Worksharing and 3D Modeling with Revit.pptxWorksharing and 3D Modeling with Revit.pptx
Worksharing and 3D Modeling with Revit.pptxMustafa Ahmed
 
Electromagnetic relays used for power system .pptx
Electromagnetic relays used for power system .pptxElectromagnetic relays used for power system .pptx
Electromagnetic relays used for power system .pptxNANDHAKUMARA10
 
Fundamentals of Internet of Things (IoT) Part-2
Fundamentals of Internet of Things (IoT) Part-2Fundamentals of Internet of Things (IoT) Part-2
Fundamentals of Internet of Things (IoT) Part-2ChandrakantDivate1
 
Compressing and Sparsifying LLM in GenAI Applications
Compressing and Sparsifying LLM in GenAI ApplicationsCompressing and Sparsifying LLM in GenAI Applications
Compressing and Sparsifying LLM in GenAI ApplicationsMFatihSIRA
 
fitting shop and tools used in fitting shop .ppt
fitting shop and tools used in fitting shop .pptfitting shop and tools used in fitting shop .ppt
fitting shop and tools used in fitting shop .pptAfnanAhmad53
 
Adsorption (mass transfer operations 2) ppt
Adsorption (mass transfer operations 2) pptAdsorption (mass transfer operations 2) ppt
Adsorption (mass transfer operations 2) pptjigup7320
 
Cybercrimes in the Darknet and Their Detections: A Comprehensive Analysis and...
Cybercrimes in the Darknet and Their Detections: A Comprehensive Analysis and...Cybercrimes in the Darknet and Their Detections: A Comprehensive Analysis and...
Cybercrimes in the Darknet and Their Detections: A Comprehensive Analysis and...dannyijwest
 
8th International Conference on Soft Computing, Mathematics and Control (SMC ...
8th International Conference on Soft Computing, Mathematics and Control (SMC ...8th International Conference on Soft Computing, Mathematics and Control (SMC ...
8th International Conference on Soft Computing, Mathematics and Control (SMC ...josephjonse
 
Computer Networks Basics of Network Devices
Computer Networks  Basics of Network DevicesComputer Networks  Basics of Network Devices
Computer Networks Basics of Network DevicesChandrakantDivate1
 
8086 Microprocessor Architecture: 16-bit microprocessor
8086 Microprocessor Architecture: 16-bit microprocessor8086 Microprocessor Architecture: 16-bit microprocessor
8086 Microprocessor Architecture: 16-bit microprocessorAshwiniTodkar4
 
Online food ordering system project report.pdf
Online food ordering system project report.pdfOnline food ordering system project report.pdf
Online food ordering system project report.pdfKamal Acharya
 
School management system project Report.pdf
School management system project Report.pdfSchool management system project Report.pdf
School management system project Report.pdfKamal Acharya
 
Databricks Generative AI Fundamentals .pdf
Databricks Generative AI Fundamentals  .pdfDatabricks Generative AI Fundamentals  .pdf
Databricks Generative AI Fundamentals .pdfVinayVadlagattu
 
Computer Graphics Introduction To Curves
Computer Graphics Introduction To CurvesComputer Graphics Introduction To Curves
Computer Graphics Introduction To CurvesChandrakantDivate1
 
UNIT 4 PTRP final Convergence in probability.pptx
UNIT 4 PTRP final Convergence in probability.pptxUNIT 4 PTRP final Convergence in probability.pptx
UNIT 4 PTRP final Convergence in probability.pptxkalpana413121
 
Ground Improvement Technique: Earth Reinforcement
Ground Improvement Technique: Earth ReinforcementGround Improvement Technique: Earth Reinforcement
Ground Improvement Technique: Earth ReinforcementDr. Deepak Mudgal
 

Recently uploaded (20)

Path loss model, OKUMURA Model, Hata Model
Path loss model, OKUMURA Model, Hata ModelPath loss model, OKUMURA Model, Hata Model
Path loss model, OKUMURA Model, Hata Model
 
Post office management system project ..pdf
Post office management system project ..pdfPost office management system project ..pdf
Post office management system project ..pdf
 
INTERRUPT CONTROLLER 8259 MICROPROCESSOR
INTERRUPT CONTROLLER 8259 MICROPROCESSORINTERRUPT CONTROLLER 8259 MICROPROCESSOR
INTERRUPT CONTROLLER 8259 MICROPROCESSOR
 
Worksharing and 3D Modeling with Revit.pptx
Worksharing and 3D Modeling with Revit.pptxWorksharing and 3D Modeling with Revit.pptx
Worksharing and 3D Modeling with Revit.pptx
 
Electromagnetic relays used for power system .pptx
Electromagnetic relays used for power system .pptxElectromagnetic relays used for power system .pptx
Electromagnetic relays used for power system .pptx
 
Fundamentals of Internet of Things (IoT) Part-2
Fundamentals of Internet of Things (IoT) Part-2Fundamentals of Internet of Things (IoT) Part-2
Fundamentals of Internet of Things (IoT) Part-2
 
Compressing and Sparsifying LLM in GenAI Applications
Compressing and Sparsifying LLM in GenAI ApplicationsCompressing and Sparsifying LLM in GenAI Applications
Compressing and Sparsifying LLM in GenAI Applications
 
fitting shop and tools used in fitting shop .ppt
fitting shop and tools used in fitting shop .pptfitting shop and tools used in fitting shop .ppt
fitting shop and tools used in fitting shop .ppt
 
Adsorption (mass transfer operations 2) ppt
Adsorption (mass transfer operations 2) pptAdsorption (mass transfer operations 2) ppt
Adsorption (mass transfer operations 2) ppt
 
Signal Processing and Linear System Analysis
Signal Processing and Linear System AnalysisSignal Processing and Linear System Analysis
Signal Processing and Linear System Analysis
 
Cybercrimes in the Darknet and Their Detections: A Comprehensive Analysis and...
Cybercrimes in the Darknet and Their Detections: A Comprehensive Analysis and...Cybercrimes in the Darknet and Their Detections: A Comprehensive Analysis and...
Cybercrimes in the Darknet and Their Detections: A Comprehensive Analysis and...
 
8th International Conference on Soft Computing, Mathematics and Control (SMC ...
8th International Conference on Soft Computing, Mathematics and Control (SMC ...8th International Conference on Soft Computing, Mathematics and Control (SMC ...
8th International Conference on Soft Computing, Mathematics and Control (SMC ...
 
Computer Networks Basics of Network Devices
Computer Networks  Basics of Network DevicesComputer Networks  Basics of Network Devices
Computer Networks Basics of Network Devices
 
8086 Microprocessor Architecture: 16-bit microprocessor
8086 Microprocessor Architecture: 16-bit microprocessor8086 Microprocessor Architecture: 16-bit microprocessor
8086 Microprocessor Architecture: 16-bit microprocessor
 
Online food ordering system project report.pdf
Online food ordering system project report.pdfOnline food ordering system project report.pdf
Online food ordering system project report.pdf
 
School management system project Report.pdf
School management system project Report.pdfSchool management system project Report.pdf
School management system project Report.pdf
 
Databricks Generative AI Fundamentals .pdf
Databricks Generative AI Fundamentals  .pdfDatabricks Generative AI Fundamentals  .pdf
Databricks Generative AI Fundamentals .pdf
 
Computer Graphics Introduction To Curves
Computer Graphics Introduction To CurvesComputer Graphics Introduction To Curves
Computer Graphics Introduction To Curves
 
UNIT 4 PTRP final Convergence in probability.pptx
UNIT 4 PTRP final Convergence in probability.pptxUNIT 4 PTRP final Convergence in probability.pptx
UNIT 4 PTRP final Convergence in probability.pptx
 
Ground Improvement Technique: Earth Reinforcement
Ground Improvement Technique: Earth ReinforcementGround Improvement Technique: Earth Reinforcement
Ground Improvement Technique: Earth Reinforcement
 

Identification of paddy leaf diseases based on texture analysis of Blobs and color segmentation

  • 1. TELKOMNIKA Telecommunication, Computing, Electronics and Control Vol. 18, No. 4, August 2020, pp. 2018~2026 ISSN: 1693-6930, accredited First Grade by Kemenristekdikti, Decree No: 21/E/KPT/2018 DOI: 10.12928/TELKOMNIKA.v18i4.14614  2018 Journal homepage: http://journal.uad.ac.id/index.php/TELKOMNIKA Identification of paddy leaf diseases based on texture analysis of Blobs and color segmentation Alex Wenda1 , Inggih Permana2 , Yusmar 3 , Nunik Noviana Kurniawati4 1, 2 Department of Electrical Engineering, Faculty of Science and Technology, State Islamic University of Sultan Syarif Kasim Riau, Indonesia 3 Department of Agrotechnology, Faculty of Agriculture and Animal Science, State Islamic University of Sultan Syarif Kasim Riau, Indonesia 4 Educational Quality Assurance Institutions of Riau Province, Indonesia Article Info ABSTRACT Article history: Received Nov 15, 2019 Revised Mar 29, 2020 Accepted Apr 9, 2020 There are three types of paddy leaf diseases that have similar symptoms, making it difficult for farmers to identify them, namely blast, brown-spot, and narrow brown-spot. This study aims to identification paddy plant diseases based on texture analysis of Blobs and color segmentation. Blobs analysis is used to get the number of objects, area and perimeter. Color segmentation is used to find out some color parameters of paddy leaf disease such as the color of the lesion boundary, the color of the spot of the lesion, and the color of the paddy leaf lesion. To get the best results, four methods have been chosen to obtained the threshold value, Otsu threshold value, variable threshold value, local threshold value and global threshold value. The best accuracy of the four methods using threshold variables is 90.7%. The results of this study indicate that the method used has been very satisfactory in identifying paddy plant disease. Keywords: Blast Blobs Brown-spot Color segmentation Narrow brown-spot This is an open access article under the CC BY-SA license. Corresponding Author: Alex Wenda, Department of Electrical Engineering, Faculty of Science and Technology, State Islamic University of Sultan Syarif Kasim Riau, 155 HR. Soebrantas St., Km.15, Pekanbaru-Riau, Indonesia. Email: alexwenda@uin-suska.ac.id 1. INTRODUCTION There are various types of pests and diseases in paddy plants, including blast, brown spot, narrow brown spot, sheath blight, bacterial leaf blight, tungro, white pest, stem borer, rat pest, green ladybug and stink bug [1, 2]. This study will focus on 3 types of paddy plant diseases, blast, brown spot and narrow brown spot. Three types of this diseases have characteristics that are almost the same as each other so that this makes it difficult for farmers to identify the disease and require special expertise to be able to distinguish the three types of diseases [3, 4]. Apart from that, the three types of diseases are very widespread and can be found in more than 80 countries [2, 5]. The most important thing of the three types of diseases is the result if the paddy plant has been infected with this disease, namely a marked decrease in yield, because it causes the panicle to rot or break, this will inhibit the process of filling the grain, causing the grain to become empty. This will certainly lead to a decrease in paddy production and if production decreases, it will certainly have an impact on losses. The disease caused by this fungus is estimated to have caused reduction of a production in the range of 10-15% in tropical Asia. Reduction are even higher in the East Asia region and some areas that have higher climate temperatures [2, 6].
  • 2. TELKOMNIKA Telecommun Comput El Control  Identification of paddy leaf diseases based on texture analysis of… (Alex Wenda) 2019 At this time the handling of paddy diseases with conventional methods is to make observations using direct observation of the naked eye by experts. If this is done in a very large planting area, it certainly requires a large number of experts and requires a lot of time to monitor and observe it, besides that the level of accuracy is also low [7, 8]. At the same time farmers do not have good knowledge about plant diseases and if they bring in experts, of course, require large costs and long time. Under these conditions, the recommended technique proved useful in monitoring large plant areas is automatic detection of plant diseases by looking at symptoms on plant leaves by utilizing image processing and computer vision techniques [9, 10]. Several studies related to paddy diseases using image processing techniques, among others, have been conducted [11], development of rice plant disease system diagnosis, with an accuracy rate of 79.5% [12]. Identification of rice plant disease using back propagation artificial neural network, with an accuracy rate of 93% [13]. Expert system for management of rice plants with levels accuracy of 85%, [12]. Identification of rice leaf disease using image processing techniques with an accuracy of 88% [14], identification of rice plant diseases based on texture analysis 85% [15, 16] and diseases identification system in paddy plant using image processing with levels accuracy of 94.7% [17]. Various methods have been developed in the research mentioned above, the development of this method to get accurate results with small errors, including using the rule base expert system, fuzzy expert system and artificial intelligent. Based on the background above, this study aims to identification of paddy leaf diseases namely blast, brown spot and narrow brown spot using texture analysis of Blobs and color segmentation. These techniques used to get characteristics of diseased leaf, this characteristic is then used to identify the type of disease using a rule-based expert system. 2. RESEARCH METHOD 2.1. Data collection Capturing images of diseased paddy leaf is the first part of this study. To get an image that has a uniform brightness level, the environment must be controlled, some important parameters are, flash camera and distance of the object from the camera. The distance between the object and the camera is between 15-30 cm and using the flashlight on the camera. The image was taken during the day and the process of taking the paddy leaf image must be carried out quickly after the paddy leaf are cut from the tree. Otherwise, the leaf will immediately roll. Image of paddy leaf is resized into images with a resolution of 105×305 and stored in bitmap format (*.BMP). Examples of sample images and characteristics of the lesion to diseased paddy leaf as shown by Figure 1. (a) (b) (c) Figure 1. (a) Blast, (b) Brown spot (c) Narrow brown spot 2.2. Image segmentation Before doing the image segmentation process, the image is prepared to have dimensions of 105x305 pixels in the RGB color format. This research applies four methods to obtained the threshold value: global threshold value, Otsu threshold value for automatic threshold value [18], local threshold value and the variable threshold value. The RGB image as in shown by Figure 2 (a) will be converted to a gray level image. Furthermore, image segmentation is applied based on gray level threshold segmentation, after which the image repair process is performed using a median filter and morphological operators are applied to remove unnecessary spots by using a region filling technique, so that a binary image that is free from noise is generated as in shown by Figure 2 (b).
  • 3.  ISSN: 1693-6930 TELKOMNIKA Telecommun Comput El Control, Vol. 18, No. 4, August 2020: 2018 - 2026 2020 (a) (b) Figure 2. (a) RGB image, (b) Binary image 2.3. Blobs analysis Blobs analysis is used to extract the features of an object, namely the shape of the object, the object area, the hole area of the object, the perimeter. Object is a lesion on the paddy leaf. Shape texture analysis uses Blobs analysis by calculating the ratio of the boundary box, which is height/width. The boundary of the box is the value of the coordinates of the upper left point, the width and height of the square border of the object, as shown in Figure 3. Figure 3. Boundary box Based on 100 diseased paddy leaf images, consisting of 20 images for each type of disease, analyzed to obtain height and width values and then obtained rules to determine the type of damage, as shown in Figure 4. If value of height and width greather-than or equal to 2.8 and less-than 4.1 the type of object shape is spindle. If value of width less-than or equal to 2.8 the type of object shape is taper. If value of width greather-than or equal to 2.8 the type of object shape is oval. If value of height and width greather-than or equal to 2.8 the type of object shape is round and if value of height and width less-than or equal to 2.8 the type of object shape is spot. Usually there is more than one type of lesion on the paddy leaf disease. Therefore, the number of object form numbers is an important information to determine the symptom of the major lesion type. Based on Malaysia Agricultural Research and Development Institute (MARDI) experts, sequence of types of diseased leaf lesion forms as follows: spindle shape, oval shape/round shape/tapered shape, spot shape. According to MARDI experts, if there is a form of spindle on a diseased leaf, then the type of spotting is spindle. When there are oval, round and taper shapes, the clearest and most obvious shapes will be chosen, as shown in Figure 5. If number of object spindle greather than 0, type of lesion is spindle. If number of object oval greather-than or equal to number of object round and number of object oval greather-than or equal to number of object taper the type of lesion is oval. If number of object round greather-than or equal to number of object taper the type of lesion is round. If number of object oval equal to 0 and number of object round equal to 0 and number of object taper equal to 0 the type of lesion is spot, othewise the type of lesion is taper. In diseased rice leaf usually there is more than one type of object that is in the rice leaf. therefore to get the shape characteristics it is necessary to count the number of objects that appear on the rice leaf using the 8-connected environment technique, as shown in Figure 6.
  • 4. TELKOMNIKA Telecommun Comput El Control  Identification of paddy leaf diseases based on texture analysis of… (Alex Wenda) 2021 Check whether spot or raound h/w £ 2.8 h/w > 2.8 tos = spot tos = round Check whether the spindle, taper or oval 2.8 £ h/w £ 4.1 Check whether taper or oval w £ 2.8 tos = taper tos = oval tos = spindle IIc IIc Y N Y N Y N N Y w: object width h: Object heigh tos : Type ofobject shape Binary Image Figure 4. Flowchart type of object shape NOOspindle > 0 NOOoval NOOround NOOoval NOOtaper Check, whether, round, taper, oval or spot , ks = oval Check, whether round, taper or spot NOOround NOOtaper ks = Round ks = taper NOOoval = 0 NOOround = 0 NOOtaper = 0 ks = spot Y N Y N Y N N Y NOO spindle = Number of object spindle NOOoval = Number of object oval NOOround=Number of object round NOOteper=Number of object taper NOOspot = Number of obpot ks = Kind of shape Check, whether taper or spot Binary image Ks = Spindle Ç Ç Ç ³ ³ ³ Figure 5. Flow chart of the type of lesion
  • 5.  ISSN: 1693-6930 TELKOMNIKA Telecommun Comput El Control, Vol. 18, No. 4, August 2020: 2018 - 2026 2022 The last part of this process is calculating the area of the object. The area of the object is calculated based on the binary image as shown in Figure 6 (b). for example I (x, y) = 0 represents the pixel object and I (x, y) = 1 represents the pixel background. then to calculate the area of an object is: 𝑜𝑏𝑗𝑒𝑐𝑡 = ∑ ∑ 𝐼(𝑥𝑖, 𝑦𝑖)𝑥 𝑖,𝑦 𝑖 𝑛 𝑖=1 , (1) where n is number of the object. By calculating the percentage of lesion paddy leaf, we get the area as shown in (2) and (3), 𝑖𝑚𝑎𝑔𝑒 = 𝑤𝑖𝑑𝑡ℎ  𝑥  ℎ𝑒𝑖𝑔ℎ𝑡, (2) where image is area of the image with width= 105 and height = 305, and 𝐿𝑒𝑠𝑖𝑜𝑛 = ( 𝑜𝑏𝑗𝑒𝑐𝑡 𝑖𝑚𝑎𝑔𝑒 )   𝑥  100%, (3) To get the height and width of each object shape, measurements were taken of 50 images of various types of the lesion so that the rules were obtained as follows;  Spot: width<=34 ∩ height<=34  Round: ((height: width) <=2.8) ∩ (width <=46)  Oval: ((height: width) <=4.1) ∩ (width<=46)  Taper: ((height: width)>4.1) and (width<=15.5)  Spindle: ((width: height > 4.2) ∩ (width > 15.5)) or ((width: height<=4.1) ∩ (width > 46)) (a) (b) Figure 6. (a) 8-Connected neighbourhood pixels, (b) binary image 2.4. Color segmentation Color texture is a spatio-chromatic pattern, which can be defined as a "surface color distribution", as opposed to a gray-scale texture that focuses only on the brightness of the image [18]. Color and texture analyzes have been extensively studied [19]. It is used to classify images but the results are not the best. Some researchers are proposing to combine color and texture analysis to improve classification results. In a study conducted [20-22], texture characterization was first calculated on a gray scale and then combined with color histograms and moments values. While [23] classified images into different color spaces independently or independently using energy parameters to select the space that best rated the classification. The use of RGB color space to represent image data is very common in image processing studies, especially since images generated from cameras are in the form of RGB images. But RGB color space is not a uniform space of perception that can distinguish between colors (for example, Euclidean distance) in three-dimensionality. RGB color space is not suitable for color differences as per human perception [21, 24]. For this reason, the international commission on colorimetry (Commission internationale de onlyéclairage- CIE) defines two uniform color spaces of perception, namely L * a * b * and L * u * v * [23]. Uniform color space perceptions have been widely used in image processing studies [7]. However, no studies have allowed such use of color space in terms of its effectiveness compared to RGB color space [25]. Color texture analysis in this study was used to obtain the symptoms of lesion boundary color, lesion spots color and the lesion leaf color as shown in Figure 7. The color of the lesion boundary is the color of the edge or the boundary of the lesion spot as shown in Figure 7 (a) and the color of the lesion spot is the color of the center of the lesion spot as shown in Figure 7 (b). While the color of lesion leaf is the color of diseased paddy leafe as shown in Figure 7 (c).
  • 6. TELKOMNIKA Telecommun Comput El Control  Identification of paddy leaf diseases based on texture analysis of… (Alex Wenda) 2023 (a) (b) (c) Figure 7. (a) Lesion boundary color, (b) Lesion spot color, (c) Lesion leaf color Boundary color of the object is obtained by specifying 8 coordinates at different locations of the boundary object, i.e. left-top, top-left, top-right, right-top, right-bottom, bottom-right, bottom-left, bottom-left, and top-left as shown in Figure 8 (a). According to experts, for spindle shapes, oval and round shapes, the boundary color of the lesion leaf should be determined, whereas for the tapered shape and the spot bondary color the shape is not required. The color of lesion spots is obtained by defining the center coordinates of the object as shown in Figure 8 (b). While the color of the lesion leaf is obtained by specifying the coordinates of each pixel on the leaf image except for pixels on the object as shown in Figure 8 (c). (a) (b) (c) Figure 8. (a) Boundary coordinate, (b) Spot coordinate, (c) Leaf coordinate This study uses CIE color space L * a * b * and Euclidean distance calculations to obtain similar colors. The following is an algorithm (algorithm 2.1) for converting RGB color space into CIE L * a * b * color space while the formula for calculating Euclidean distance is shown in (4), ∆𝐸 𝑎𝑏 ∗ = [(∆𝐿∗)2 + (∆𝑎∗)2 + (∆𝑏∗)2 ] 1 2 , (4) where ∆𝐿∗ is the difference in brightness between two colors, ∆𝑎∗ and ∆𝑏∗ is the chromatic difference between the two colors. Algorithm 2.1. Color model algorithm CIE L*a*b* Input: color space RGB (𝑅𝑖𝑗, 𝐺𝑖𝑗, 𝐵𝑖𝑗) Output: color space CIE L*a*b* 1: Convert the RGB value (𝑅𝑖𝑗, 𝐺𝑖𝑗, 𝐵𝑖𝑗) into CIE XYZ color model (5). [ 𝑋 𝑌 𝑍 ] = [ . 4124 . 3576 . 1805 . 2126 . 7152 . 0722 . 0193 . 1192 . 9505 ] [ 𝑅 𝐺 𝐵 ] (5) 2: Convert XYZ value into CIE L*a*b* color model by calculate L*, a* dan b* (6.a) and (6.6b). The value of L* (luminance) is derived from (6.a):
  • 7.  ISSN: 1693-6930 TELKOMNIKA Telecommun Comput El Control, Vol. 18, No. 4, August 2020: 2018 - 2026 2024 𝐿∗ = { 116 ( 𝑌 𝑌𝑛 ) 113 , 𝑌 𝑌𝑛 > 0.008856 903.3( 𝑌 𝑌𝑛 ) , 𝑌 𝑌𝑛 ≤ 0.008856 (6.a) The chroma coordinate a* dan b* are obtained from (6.b): 𝑎∗ = 500 [𝑓 ( 𝑋 𝑋 𝑛 ) − 𝑓 ( 𝑌 𝑌𝑛 )] , 𝑏∗ = 200 [𝑓 ( 𝑌 𝑌𝑛 ) − 𝑓 ( 𝑍 𝑍 𝑛 )] , (6.b) where 𝑓 ( 𝛼 𝛼 𝑛 ) = √ 𝛼 𝛼 𝑛 3 , 𝛼 𝛼 𝑛 > 0.008856 , 𝑓 ( 𝛼 𝛼 𝑛 ) = 7.87 𝛼 𝛼 𝑛 + 16 116 , 𝛼 𝛼 𝑛 ≤ 0.008856 α represents X, Y dan Z by using the white point D65 (Xn, Yn ,Zn)= (95.0155, 100, 108.8259) The color difference * abE between two colors, in terms of *** ,, baL is given by the Euclidean metric in (4). The smallest distance ( * abE ) represents the pixel most closely match to the color marker. Experts have visually determined the colors involved in determining lesion boundary color, lesion spot color and lesion leaf color as shown in Figure 9. These colors were obtained from previous researcher [13]. There are three categories for the lesion boundary color, namely brown, orange and yellow as shown in Figure 9. In the lesion spot color, there are two color categories, namely gray and brown as shown in Figure 10. While the lesion leaf color, there are four color categories, namely brown, orange, yellow and green as shown in Figure 11. (a) (a) (b) (b) (c) Figure 9. Lesion boundary color; (a) brown; (b) orange; (c) yellow Figure 10. Lesion spot color; (a) gray; (b) brown (a) (c) (b) (d) Figure 11. lesion leaf color (a) brown; (b) orange; (c) yellow; (d) green 2.5. Classification The final part of the identification of paddy leaf disease is classification. It is an important step after the segmentation process as well as texture analysis. A rule-based system becomes very useful for classifying images if the number of classes is fixed and known. Based on interviews with experts, rules have been developed based on characteristics such as area, number of objects, color, shape, and perimeter.
  • 8. TELKOMNIKA Telecommun Comput El Control  Identification of paddy leaf diseases based on texture analysis of… (Alex Wenda) 2025 3. RESULTS AND ANALYSIS To get the best results, four methods have been chosen to determine the threshold value, Otsu threshold value, variable threshold value, local threshold value and global threshold value. The Otsu method to obtain threshold values automatically by separating univariate data into two groups by considering variance between classes. The second method applies global threshold values for all images. Threshold values are set at 95 for all images, this is the average value of the variable threshold value. The third method uses the variable threshold value. This is chosen manually to get the best results. And the last method is the local threshold value by making fixed-sized blocks in the image and then each block is looking for the threshold value. Seventy-five samples consisting of 26 images of blast, 18 images of brown spot and 31 images of narrow brown spot were tested using four threshold methods and compared with experts. So that the accuracy of the four methods is 49.3%, 56%, 60% and 90.7% for the Otsu method, global threshold, local threshold and variable threshold respectively as shown in Table 1. Because the intensity values are different for each image, global threshold values, local threshold values and automatic threshold values using the Otsu method cannot perform segmentation tasks accurately. This is caused by differences in time and distance when shooting. Shooting depends on the light source. This paper uses sunlight as a light source. That makes the source of illumination can not be controlled so that it is perfectly centered to the surface of the image being seen and it affects the intensity value of the image. The error rate for each different threshold value method is shown in Table 2. Incorrect amounts in Table 1 have been analyzed to get the error rate. Errors can occur in the process of segmentation, feature extraction, or classification. Determination of the threshold value is an important step in the segmentation process. Inaccurate determination of threshold values can result in inaccurate segmentation results and leads to incorrect classification. Table 1. Accuracy rates for threshold value Threshold type Correct Incorrect Accuracy rate (% Correct) Variable 68 7 90.7% Global 42 33 56% Local 46 29 60% Otsu 37 38 49.3% Table 2. Error rates for threshold method Error Variable Global Local Otsu Segmentation - - - 44.4% Feature extraction 9.3% 61.5% 62.8% 33.4% Classification 90.7% 38.5% 37.2% 22.2% 4. CONCLUSION The image processing techniques were used to establish the identification of paddy leaf diseases based on texture analysis of blobs and color segmentation. Five characteristics; lesion percentage, lesion type, boundary lesion color, spot lesion color, and lesion paddy leaf color were tested for the classification task. The ratio of height and width of the lesion object provided a unique shape characteristic for determine type of the lesion. Four thresholding methods have been applied to get the best results in identifying seventy-five images of diseased paddy leaf. The best accuracy of the four methods using threshold variables is around 90.7%. That's because the intensity values are different for each image, so the global threshold and automatic threshold values using the Otsu method cannot segment tasks accurately. REFERENCES [1] S. Savary, A. Nelson, L. Willocquet, I. Pangga, and J. Aunario, “Modeling and mapping potential epidemics of rice diseases globally,” Crop Prot., vol. 34, pp. 6-17, 2012. [2] Scardaci, “Rice Blast: A New Disease in California,” Agronomy Fact Sheat Series. Department of Agromomy and Range Science, 1997. [3] Z. Liu, J. Huang, J. Shi, R. Tao, W. Zhou, and L. Zhang, “Characterizing and estimating rice brown spot disease severity using stepwise regression, principal component regression and partial least-square regression,” J. Zhejiang Univ. Sci. B, vol. 8, no. 10, pp. 738-744, 2007. [4] T. Kobayashi, E. Kanda, K. Kitada, K. Ishiguro, and Y. Torigoe, “Detection of rice panicle blast with multispectral radiometer and the potential of using airborne multispectral scanners,” Phytopathology, vol. 91, no. 3, pp. 316-323, 2001. [5] S. Savary et al., “International agriccltural research tackling the effects of global and climate changes on plant
  • 9.  ISSN: 1693-6930 TELKOMNIKA Telecommun Comput El Control, Vol. 18, No. 4, August 2020: 2018 - 2026 2026 diseases in the developing world,” Plant Dis., vol. 95, no. 10, pp. 1204-1216, 2011. [6] S. Savary, A. Mila, L. Willocquet, P. D. Esker, O. Carisse, and N. McRoberts, “Risk factors for crop health under global change and agricultural shifts: A framework of analyses using rice in tropical and subtropical asia as a model,” Phytopathology, vol. 101, no. 6, pp. 696-709, 2011. [7] V. Singh and A. K. Misra, “Detection of plant leaf diseases using image segmentation and soft computing techniques,” Inf. Process. Agric., vol. 4, no. 1, pp. 41-49, 2017. [8] P. No, M. Suresha, K. N. Shreekanth, and B. V Thirumalesh, “Researh Article Diagnosis and Classification of Diseases in Paddy Leaves,” vol. 6, no. 10, pp. 6448–6452, 2017. [9] S. Arivazhagan, R. N. Shebiah, S. Ananthi, and S. Vishnu Varthini, “Detection of unhealthy region of plant leaves and classification of plant leaf diseases using texture features,” Agric. Eng. Int. CIGR J., vol. 15, no. 1, pp. 211-217, 2013. [10] N. P. Dhaygude, S B., & Kumbhar, “Agricultural Plant Leaf Disease Detection Using Image Processing,” Int. J. Adv. Res. Electr. Electron. Instrum. Eng., vol. 2, no. 1, pp. 599-602, 2013. [11] Rossilawati S. et al., “The development of diseases diagnosing system in paddy plant (E-Paddy),” Pros. Antarabangsa Teknol. Mklm., pp. 424-432, 2003. [12] S. Phadikar and J. Sil, “Rice disease identification using pattern recognition techniques,” Proc. 11th Int. Conf. Comput. Inf. Technol. ICCIT 2008, pp. 420-423, 2008. [13] TNAU “Expert system for paddy,” 2014. [Online]. Available: http://www.agritech.tnau.ac.in/expert_system/ paddy/Index.html [14] S. Phadikar, “Classification of Rice Leaf Diseases Based onMorphological Changes,” Int. J. Inf. Electron. Eng., vol. 2, no. 3, pp. 460-463, 2012. [15] N. N. Kurniawati, S. N. H. S. Abdullah, S. Abdullah, and S. Abdullah, “Texture analysis for diagnosing paddy disease,” Proc. 2009 Int. Conf. Electr. Eng. Informatics, ICEEI 2009, pp. 23-27, 2009. [16] N. N. Kurniawati, S. N. H. S. Abdullah, S. Abdullah, and S. Abdullah, “Investigation on image processing techniques for diagnosing paddy diseases,” 2009 International Conference of Soft Computing and Pattern Recognition, 2009. [17] A. Wenda, N. P. Miefthawati, and M. Zein, “The Development of Diseases Identification System in Paddy Plant Using Image Processing Technique,” Proceeding International Conference on Science and Engineering, vol. 2, pp. 231-236, 2019. [18] M. Szpringer, “Pourazowe zniekszta??cenie przednich zeb??w sta??ych i zwiazane z tym trudno??ci lecznicze.,” Czas. Stomatol., vol. 26, no. 8, pp. 855-860, 1973. [19] H. Permuter, J. Francos, and I. Jermyn, “A study of Gaussian mixture models of color and texture features for image classification and segmentation,” Pattern Recognit., vol. 39, no. 4, pp. 695-706, 2006. [20] M. M. P., Petrou, and C. Petrou, "Image Processing: The Fundamentals, 2nd Edition," 2nd ed. Wiley, 2010. [21] G. Paschos, “Perceptually uniform color spaces for color texture analysis: An empirical evaluation,” IEEE Trans. Image Process., vol. 10, no. 6, pp. 932-937, 2001. [22] A. Asfarian, Y. Herdiyeni, A. Rauf, and K. H. Mutaqin, “Paddy diseases identification with texture analysis using fractal descriptors based on fourier spectrum,” Proceeding-2013 Int. Conf. Comput. Control. Informatics Its Appl. “Recent Challenges Comput. Control Informatics”, IC3INA 2013, pp. 77-81, 2013. [23] S. N. Ghaiwat and P. Arora, “Detection and Classification of Plant Leaf Diseases Using Image processing Techniques: A Review,” Int. J. Recent Adv. Eng. Technol., vol. 2, no. 3, pp. 2347-2812, 2014. [24] K. M. Chen and S. Y. Chen, “Color texture segmentation using feature distributions,” Pattern Recognit. Lett., vol. 23, no. 7, pp. 755-771, 2002. [25] M. Sarifuddin and R. Missaoui, “A new perceptually uniform color space with associated color similarity measure for content-based image and video retrieval,” Proc. ACM SIGIR 2005 Work. Multimed. Inf. Retr., 2005.