Towards Automatic Detection and Quantification of Mildew on
Grape Leaf Disks
Razib Iqbal, Kyle Sargent and Laszlo Kovacs
College of Natural and Applied Sciences, Missouri State University, Springfield, MO, U.S.A.
Keywords: Background Removal, Downy Mildew, Grape Leaf, HSV Masking, Image Analysis.
Abstract: Downy and powdery mildews are the most serious diseases of the grapevine. A sustainable way to control
these pathogens is the breeding and deployment of resistant grape cultivars. For breeding efforts to be
effective, accurate quantification of the resistance phenotype is essential. In this paper, we present a computer-
based image recognition, processing, and analysis technique for enhancing the detection and quantification of
Plasmopara viticola and Erysiphe necator the causal agents of downy and powdery mildew, respectively. We
propose a multi-step approach that utilizes background removal and Hue-Saturation-Value (HSV) masking
as opposed to multi-faceted color channel breakdowns, photo texture evaluations, or classification-based
algorithms for the detection of mildew. Our experimental results show that our method provides reliable
results and fast performance.
1 INTRODUCTION
Plants can be classified based on two distinctions of
infection, namely, non-infected (or normal) and
infected (Awate et al, 2015). In the infected plants
category, the growth of pathogen on plants is a major
problem in the agricultural industry. To prevent it,
many cultivators turn to harmful pesticides to
slow/prevent the infection of it. While this practice is
effective, it has many drawbacks. Instead, biologists
have looked into breeding the plants selectively in
order to breed samples that are naturally resistant to
certain pathogens. In order to determine success in
this manner, we need to analyze infected samples and
determine the rate and amount of growth of infection
on those samples. In this paper, we focus on grape leaf
disks and the methods for detection and quantification
of the mildew at both the microscopic level and
human eye-level.
The existing methods for detecting mildew
include color-space analysis, texture analysis, support
vectors, and visual analysis (Awate et al, 2015;
Sandika et al, 2016; Li et al, 2011; Vijayakumar,
2012). Hardware-based image analyses, such as
(Cruz et al, 2016), rely on the capabilities of the
hardware and the cost of the hardware is a factor in
determining the aspects of the analysis. In
comparison, visual analysis even though the most
accessible and cost-efficient detection method has
factors of bias from human perception. Its primary
use is when quick and non-accurate readings are
required to give a baseline for further analysis at a
later point. Since this method is often accompanied
by result variation, we have turned to computer-based
image analysis for reliable and deterministic output
that is useful to the end user.
Color space analysis can be further divided into
multiple different categories, such as RGB color-
space analysis, BGR color-space analysis and Hue-
Saturation-Value (HSV) color space analysis. As per
(Vijayakumar, 2012), the RGB color-space can be
split between the individual color channels to point
out anomaly values caused by the growth of mildew.
This method allows for a histogram approach, which
accompanies calculating the mean value of each color
channel and tracking changes in said values. HSV and
BGR color spaces, also maintain the abilities from the
RGB color-space analysis technique. However,
creating a histogram of all colors in a single image
can be very cumbersome on a machine depending on
two factors: image quality and image resolution. Due
to this, we elected to use color space masking to
alleviate the necessity of histogram creation or any
other expensive color channel tracking approaches.
Our proposed approach tends to provide a reliable
method for quantifying the mildew growth on grape
leaves.
Iqbal, R., Sargent, K. and Kovacs, L.