Rajesh 2020
Rajesh 2020
Abstract-Agricultural productivity is very dependent on which occurs when they came on the leaves of plants very
the economy. Plant diseases play an important role in early. More researchers have proposed leaf disease
agriculture because plant diseases are very natural and detection techniques. The existing systems have less
failure to care will have serious consequences for plants detection accuracy. This proposed system uses a decision
and therefore affect the quality, quantity, or productivity tree to identify and classify leaf disease and increases its
of the product. Timely and accurate diagnosis of leaf detection accuracy with less time compared with the
diseases plays a major part in preventing loss in existing system.
productivity and loss or reduction of agricultural
products. Detection of plant diseases by automated KEYWORDS: Plant disease and pest detection, Pre-
techniques is beneficial because it reduces monitoring processing, Feature Extraction, Decision Tree Method,
efforts on large plants and detects an indication of disease
Classification.
1. INTRODUCTION Brown and yellow spots, and early and late starch are
frequently observed in plants, while others are fungal,
Machine Learning is the scientific research of viral, and bacterial. Image analysis is used to assess the
statistical procedures and methods which they are used area affected, and to determine the colour variation of
by computer systems designed to perform such the area affected. Image segmentation is the mechanism
functions without specific instructions, rather than whereby an image is divided or clustered into several
trusting in the models and conclusions. This is believed sections. Today there are many ways to group images,
to be part of artificial intelligence[3][12]. Machine from simple threshold methods to sophisticated
Learning algorithms set up a mathematical model based methods for segmenting images. The process of
on data examples called "training data" to make segmentation is based on various features in the image.
predictions without the completion of a task being In proposed system leaf infection detection and
explicitly programmed. diagnosis is made through a decision tree method. This
India is an agriculture-dependent country. situation is proved using execution time calculation. In
70% of the Indian economy depends on agriculture but the literature, studies are usually carried out with
leaf infection phenomena cause the loss of major crops synthetic images of plants and pests. In this dataset, the
results in economic loss[11][13]. In plants, diseases proposed system was tested, and the results clearly
usually occur on leaves, fruit, buds, and branches. This show that it can be used in real applications. The study
situation causes plants to be damaged. For this reason, it is structured according to the following manner. While
is very important to determine the disease first and take the related work is outlined in detail in Section 2,
the necessary precautions before spreading to other Section 3 presents the model proposed. Section 4
trees[1][2]. Therefore, the fight against diseases and reports discussions and results. The conclusion is finally
plant pests is the most important issue in agriculture. set out in Section 5.
The current method for detecting plant diseases is a 2. RELATED WORKS
simple observation with the naked eye of professionals
who identify and detect plant diseases[4][5] This The authors in the paper [6] illustrate that in the
requires a large team of experts and ongoing monitoring processing flow developed, where the initial colour
from the factory, which spends a lot of money on large conversion form is made for RGB picture input,
companies. Therefore, consulting experts are even cost because RGB is used for, to create colours or change
and time taking process. In such circumstances, this images. Change RGB as a colour descriptor, using HSI.
proposed method is useful in observing the area. Also, Next, the removal of green pixels and masking is done
image processing is maintained to allow automatic using previously calculated threshold levels for the
monitoring, review of processes and robot guidance useful segments extracted at this stage, first when the
based on images. image is segmented. At last, segmentation happens. In
Malusdomestica, the authors present evidence of illness
Visual recognition of plant diseases is even using effective methods such as grouping K, texture and
riskier and less accurate and can particularly be done in colour analysis [7]. Classification and detection of
some areas. Using self-detection techniques requires different ponds using the texture and colour
very little effort, very little time and more accurate.
Authorized licensed use limited to: University of Vermont Libraries. Downloaded on July 26,2020 at 04:58:33 UTC from IEEE Xplore. Restrictions apply.
Proceedings of the Fourth International Conference on Trends in Electronics and Informatics (ICOEI 2020)
IEEE Xplore Part Number: CFP20J32-ART; ISBN: 978-1-7281-5518-0
characteristics normally found in normal and affected The segmentation algorithm takes a picture as a source
areas. The authors describe an algorithm that uses and presents a specific collection. Feature extraction is a
image processing techniques to segment disease spots type of size reduction that effectively shows interesting
on plant leaves [8]. Images use a media filter that calms parts of the image as a concise vector. This approach is
them down. In the final step, threshold calculations can useful when large image sizes and reduced performance
be made using the Otsu method for colour components are needed for fast tasks such as matching and taking
to find the location of the disease. To eliminate that pictures. Decision Tree Algorithms are used in this
noise, the CIELAB colour model is used. Kulkarni et al. proposed method. This algorithm serves to identify
introduce early detection methods and precise detection diseases of the plant leaf. The knowledgebase is a
of plant infections using neural networks and multiple collection of data organized in a form that facilitates
optimization techniques. The classification based on analysis through an automatic deductive process. The
ANN classifies different plant diseases and uses a mix Machine Learning Classifier used here is a decision tree
of texture, shape, and properties to correctly identify algorithm.
this disease [9]. Mrunalini et al. [10] develop methods
for the diagnosis and detection of various diseases Decision tree classifiers are used to identify healthy and
involving plants. The neural network is often used to unhealthy leaves. To remove branches where the
detect disease automatically within the leaves. The algorithm is 25 percent or safer, the standard 25 percent
suggested solution will contribute significantly to the pruning reliability is used to prevent the presence of
accurate identification of leaves and seems to be an certain branches that will not represent aggregation.
effective alternative to resolving vapor and root disease, This prevents data from overflowing. The minimum
which needs fewer analytical effort. case parameter is the stop criterion for further data
division into particular decision nodes. Trees growing at
3. PROPOSED SYSTEM a given node of decision are stopped when at least one
class has the same or fewer cases than the minimum
The main purpose of this proposed system is to detect case. As a result, trees cannot be divided into nodes that
the leaf disease and identify what type of disease. are too specific and contain little supporting data. A
mean receiver operating curve (ROC) was created to
analyze the sensitivity and specificity of the solution
algorithm. The area under the curve (AUC) acts as a
measure of the algorithm's overall performance. Along
with the high AUC, the algorithm with maximum
sensitiveness was chosen.
In results, a decision tree with 1,000 leaves was built for
leaf detection. The resultant diagnostic algorithm is
demonstrated in Fig.2 of Healthy and Unhealthy leaves.
Authorized licensed use limited to: University of Vermont Libraries. Downloaded on July 26,2020 at 04:58:33 UTC from IEEE Xplore. Restrictions apply.
Proceedings of the Fourth International Conference on Trends in Electronics and Informatics (ICOEI 2020)
IEEE Xplore Part Number: CFP20J32-ART; ISBN: 978-1-7281-5518-0
Authorized licensed use limited to: University of Vermont Libraries. Downloaded on July 26,2020 at 04:58:33 UTC from IEEE Xplore. Restrictions apply.
Proceedings of the Fourth International Conference on Trends in Electronics and Informatics (ICOEI 2020)
IEEE Xplore Part Number: CFP20J32-ART; ISBN: 978-1-7281-5518-0
Authorized licensed use limited to: University of Vermont Libraries. Downloaded on July 26,2020 at 04:58:33 UTC from IEEE Xplore. Restrictions apply.