SlideShare a Scribd company logo
1 of 7
Download to read offline
IOSR Journal of Electronics and Communication Engineering (IOSR-JECE)
e-ISSN: 2278-2834,p- ISSN: 2278-8735.Volume 6, Issue 4(May. - Jun. 2013), PP 68-74
www.iosrjournals.org
www.iosrjournals.org 68 | Page
Pest Control in Agricultural Plantations Using Image Processing
Murali Krishnan1
; Jabert.G2
1. M.E.Communication Systems (Electronics and Communication),Bannari Amman Institute of Technology.
Abstract: Monocropped plantations are unique to India and a handful of countries throughout the globe.
Essentially, the FOREST approach of growing coffee along with in India has enabled the plantation to fight
many outbreaks of pests and diseases. Mono cropped Plantations are under constant threat of pest and disease
incidence because it favours the build up of pest population. To cope with these problems, an automatic pest
detection algorithm using image processing techniques in MATLAB has been proposed in this paper. Image
acquisition devices are used to acquire images of plantations at regular intervals. These images are then
subjected to pre-processing, transformation and clustering.
I. Introduction
Today there are more than 250 organic pesticides and thousands of formulations. The coffee industry
unfortunately relies on these poisons to protect the plant and berries from insect attack and disease spread. In
some advanced countries aerial spraying of these hazardous chemicals is carried out to save on labour costs.
Most, coffee farmers advocate the use of BROAD SPECTRUM pesticides. These are more dangerous than
systemic pesticides because they act on many insects both beneficial and harmful. There is every chance that
these chemicals can easily drift or get washed or leached by heavy showers and reach groundwater or open
estuaries there by contaminating the earth's precious water reserve. However, the cultivation of these crops for
optimum yield and quality produce is highly technical. A lot of research has been done on greenhouse agro
systems
And more generally on protected crops to control pests and diseases by biological means instead of
pesticides. Research in agriculture is aimed towards increase of productivity and food quality at reduced
expenditure and with increased profit, which has received importance in recent time. A strong demand now
exists in many countries for non -chemical control methods for pests or diseases. However no automatic
methods are available which precisely and periodically detect the pests on plants. In fact, in production
conditions, greenhouse staff periodically observes plants and search for pests. This manual method is time
consuming. With the recent advancement in image processing pattern recognition techniques, it is possible to
develop an autonomous system for disease classification of crops.
In this paper, we focus on early pest detection. First, this implies to regularly observe the plants.
Disease images are acquired using cameras or scanners. Then the acquired image has to be processed to
interpret the image contents by image processing methods. The focus of this paper is on the
interpretation of image for pest detection.
II. Image Segmentation
In computer vision, segmentation is the process of partitioning a digital image into multiple segments
(sets of pixels, also known as super pixels). The goal of segmentation is to simplify and/or change the
representation of an image into something that is more meaningful and easier to analyse. Image segmentation is
typically used to locate objects and boundaries (lines, curves, etc.) in images. More precisely, image
segmentation is the process of assigning a label to every pixel in an image such that pixels with the same label
share certain visual characteristics.
The result of image segmentation is a set of segments that collectively cover the entire image, or a set
of contours extracted from the image. Each of the pixels in a region is similar with respect to some characteristic
or computed property, such as colour, intensity, or texture.
Clustering Method
This is an iterative technique that is used to partition an image into clusters. Procedure of clustering
method is explained in figure 2.1. Clusters can be selected manually, randomly, or based on some conditions.
Distance between the pixel and cluster centre is calculated by the squared or absolute difference between a pixel
and a cluster centre.
Clusters can be selected manually, randomly, or based on some conditions. Distance between the pixel
and cluster centre is calculated by the squared or absolute difference between a pixel and a cluster centre. The
difference is typically based on pixel colour, intensity, texture, and location, or a weighted combination of these
Pest Control in Agricultural Plantations using image Processing
www.iosrjournals.org 69 | Page
factors. More commonly used clustering algorithms are K – means algorithm, fuzzy c-means algorithm,
expectation – maximization (EM) algorithm. The quality of the final result of the clustering method depends
mainly on the initial set of clusters. Since the algorithm is extremely fast, a collective method is to run the
algorithm several times and select the best clustering obtainable.
Fig1.Flow chart for clustering Algorithm
A drawback of the clustering algorithm is that the number of clusters k is an input parameter. A wrong
choice of k may yield poor results. The algorithm also assumes that the variance is an appropriate measure of
cluster scatter. The following method can be employed to find the cluster centres.
1. Compute the intensity distribution (also called the histogram) of the intensities.
2. Initialize the centroids with k random intensities.
C(i) =argminj||X(i)-μj||2
3. Cluster the points based on distance of their intensities from the centroid intensities.
4. Compute the new centroid for each of the clusters.
Where k is a parameter of the algorithm (the number of clusters to be found), i iterates over the all the
intensities, j iterates over all the centroids and μi are the centroid intensities. The k-means clustering was
invented in 1956. The most common form of the algorithm uses an iterative refinement heuristic known as
Lloyd's algorithm. Since the algorithm is extremely fast, a common method is to run the algorithm several times
and return the best clustering found.
ADVANTAGES OF k-means clustering
In particular when using heuristics such as Lloyd's algorithm is rather easy to implement and apply
even on large data sets. As such, it has been successfully used in various topics, ranging from market
segmentation, computer vision, geo-statistics to agriculture. It often is used as a pre-processing step for other
algorithms. For example, to find a starting configuration. Other existing methods for image segmentation are
compression based, histogram based, region growing methods , edge detection, split and merge methods, based
on partial differential equations etc.
III. Proposed Method
The segmentation algorithm alone cannot provide good quality output, it needs pre-processing step.
Pre-processing may consist of various steps like de-noising and image enhancement. De-noising provided with
the rank filter, which well suited for the pest image. It is non-linear filter, which preserve the shape, edge and
other information without lack of clarity (Krit somkanth, 2011), (R M Hodgson 1985). Due to the irregularities
and drawbacks in pest images, it is mandatory to include the pre-processing step before the segmentation
process for the quality and accurate output. The proposed method is shown in figure 2.
Pest Control in Agricultural Plantations using image Processing
www.iosrjournals.org 70 | Page
Fig.2.block diagram for the proposed method
In the proposed method, pre-processing is added before the segmentation and volume estimation is
added after the segmentation. Also an image subtraction step is added after the algorithm. Proposed method
reduces the problems due to noises and other irregularities in acquired images and also it overcome the
disadvantages like intensity in homogeneity and artefacts, etc.
IV. Experimental Results And Discussion
Fig3.Selection of coffee plantations affected with pests
The figure3 shows the ROI selection of a infarction region. This selection helps to analyse the needed
region alone. In this method, the pixels inside the rectangular mask alone are taken and the remaining pixels are
left. It done by regularly capturing the field Images.
Pest Control in Agricultural Plantations using image Processing
www.iosrjournals.org 71 | Page
Fig.4. clustering based on intensity and threshold seperation
Clustering To Separate Plant And Pest
Masking and Removing green pixels: Masking means setting the pixel value in an image to zero or some
other background value. In this step, we identify mostly the green coloured pixels. After that, based on
specified threshold value that is computed for these pixels. The green components of the pixel intensities are
set to zero if it is less than the pre-computed threshold value. Then red, green and blue components of this
pixel is assigned zero value by mapping RGB components. The green coloured pixels mostly represent the
healthy areas of the leaf and they do not add any valuable weight to disease identification .
Segmentation: From the above steps, the infected portion of the leaf is extracted. The infected region is then
segmented into a number of patches of equal size. In this approach patch size of 32X32 is taken.
Obtaining Useful Segments: In this step the useful segments are obtained. The size of the patch is chosen in
such a way that the significant information is not lost. Not all segments contain significant amount of
information. So the patches which are having more than fifty percent of the information are taken into account
for the further analysis.
Pest Control in Agricultural Plantations using image Processing
www.iosrjournals.org 72 | Page
Fig5. clustering to separate plant areas
Pest Control in Agricultural Plantations using image Processing
www.iosrjournals.org 73 | Page
Final Clustering To Separate Pest Images Based On Image Subtraction
The final clustering called differential clustering is done by subtracting the clustered plant image from
the acquired image. Thus from the difference image, we obtain the pest image as shown .
.
Fig6.final clustered image of the pest
V. Conclusion
The use of Artificial insecticides and nematicides have been degrading the quality of plantation crops
for many years. In this paper a novel algorithm is presented for easily identifying the pest infected areas of
these crops. The algorithm can be further modified for finding the diseased areas in the crops by using
sophisticated softwares and better image acquisition devices. All over the world agriculture experts are
working on eradication of bioagressors and infected coffee plantation are one of the challenges out of it.
Image Processing technique plays a vital role in it. Our first objective is to detect diseases like coffee berry on
plantations and other bioagressors (aphids) or plant diseases . Cognitive approach introduce new objects to
detect or new image processing programs to extract the corresponding information. We propose an original
approach for early detection of the of pest on crops. To detect biological objects on a complex background,
we combined scanner image acquisition, sampling optimization, and advanced cognitive vision. It
illustrates the collaboration of complementary disciplines and techniques, which led to an automated, robust
and versatile system. The prototype system proved reliable for rapid detection of pests. It is rather simple to
use and exhibits the same performance level as a classical manual approach. Our goal is rather to better spot
the starting points of bioagressors attacks and to count these so that necessary action can be taken.
Refrences
[1]. Gonzalez, R., R. Woods and S. Eddins, 2004. Digital Image Processing using MATLAB. 1st Edn., Printice Hall, ISBN:
0130085197, pp: 624.
[2]. W. Petry and W. Kuhbauch, “Automated discrimination of weed species with quantitative image analysis,” Journal of
Agronomy & Crop Science, vol. 163, pp. 345-351, 1989.
[3]. R.D. Tillet, “Image analysis for agricultural processes: a review of potential opportunities,” Journal of Agricultural
Engineering Research, vol. 12, pp. 247-258, 1991.
[4]. J. Hemming and T. Rath, “Computer-vision based weed identification under field conditions using controlled lighting,”
Journal of Agricultural Engineering Research, vol. 78- 3, pp. 233-243, March 2001
[ 5 ] . ALFANO, J. R. (2009). Roadmap for future research on plant pathogen effectors. Molecular Plant Pathology 10,805–
813.
[6]. ALFANO, J. R. & COLLMER, A. (2004). Type III secretion system effector proteins: double agents in bacterial diseaseand
plant defence. Annual Review of Phytopathology 42,385–414.
[7]. Alexander, M. 1977. Introduction to soil Microbiology. 2nd edition. New York. John Wiley and sons.
Pest Control in Agricultural Plantations using image Processing
www.iosrjournals.org 74 | Page
[8]. Alexander, M. 1974. Microbial Ecology. New York. John Wiley and sons.
[9]. Baker. E. F and R.J. Cook, 1974. Biological control of plant pathogens. W.H. Freeman & Co. Sanfransisco, 433pp.
[10]. Baker. E. F. 1987. Evolving concepts of biological control of plant pathogens. Annul. Rev. Phytopathol., 25: 67-85.
Murali Krishnan received his B-Tech degree in Electronics and Communications
Engineering from Government Engineering College, Attingal Kerala under Cochin
University of science and technology (2006-10).He is currently acquiring his M.E post
graduation in Communication Systems from Bannari Amman Institute of Technonlogy,
Sathyamangalam.

More Related Content

Viewers also liked

Structural, Dielectric and Optical properties of Sputtered TiO2 nano-films
Structural, Dielectric and Optical properties of Sputtered TiO2 nano-filmsStructural, Dielectric and Optical properties of Sputtered TiO2 nano-films
Structural, Dielectric and Optical properties of Sputtered TiO2 nano-filmsIOSR Journals
 
Awareness of Orthodontic Treatment in School Children of Karnataka State – A ...
Awareness of Orthodontic Treatment in School Children of Karnataka State – A ...Awareness of Orthodontic Treatment in School Children of Karnataka State – A ...
Awareness of Orthodontic Treatment in School Children of Karnataka State – A ...IOSR Journals
 
Synthesis, spectroscopic, electrochemical, magnetic properties and super oxid...
Synthesis, spectroscopic, electrochemical, magnetic properties and super oxid...Synthesis, spectroscopic, electrochemical, magnetic properties and super oxid...
Synthesis, spectroscopic, electrochemical, magnetic properties and super oxid...IOSR Journals
 
Cationic and anionic dye adsorption by agricultural solid wastes: A comprehen...
Cationic and anionic dye adsorption by agricultural solid wastes: A comprehen...Cationic and anionic dye adsorption by agricultural solid wastes: A comprehen...
Cationic and anionic dye adsorption by agricultural solid wastes: A comprehen...IOSR Journals
 
Investigation of the Anodic Dissolution of Zinc in Sodium Chloride Electrolyt...
Investigation of the Anodic Dissolution of Zinc in Sodium Chloride Electrolyt...Investigation of the Anodic Dissolution of Zinc in Sodium Chloride Electrolyt...
Investigation of the Anodic Dissolution of Zinc in Sodium Chloride Electrolyt...IOSR Journals
 
Modeling Liquid Terminal Operation and Service System in a Port Using Linier ...
Modeling Liquid Terminal Operation and Service System in a Port Using Linier ...Modeling Liquid Terminal Operation and Service System in a Port Using Linier ...
Modeling Liquid Terminal Operation and Service System in a Port Using Linier ...IOSR Journals
 
Insulin like growth factor and risk of breast cancer
Insulin like growth factor and risk of breast cancerInsulin like growth factor and risk of breast cancer
Insulin like growth factor and risk of breast cancerIOSR Journals
 
Environmental Implications of Promotional Campaigns in Enugu Metropolis
Environmental Implications of Promotional Campaigns in Enugu MetropolisEnvironmental Implications of Promotional Campaigns in Enugu Metropolis
Environmental Implications of Promotional Campaigns in Enugu MetropolisIOSR Journals
 
Discovery of superluminal velocities of X-rays and Bharat Radiation challengi...
Discovery of superluminal velocities of X-rays and Bharat Radiation challengi...Discovery of superluminal velocities of X-rays and Bharat Radiation challengi...
Discovery of superluminal velocities of X-rays and Bharat Radiation challengi...IOSR Journals
 
Effect of Spiritual Intelligence and Asta Brata Leadership to the Culture of ...
Effect of Spiritual Intelligence and Asta Brata Leadership to the Culture of ...Effect of Spiritual Intelligence and Asta Brata Leadership to the Culture of ...
Effect of Spiritual Intelligence and Asta Brata Leadership to the Culture of ...IOSR Journals
 
GMR Materials: A New Generation of Miniaturizated Technology
GMR Materials: A New Generation of Miniaturizated TechnologyGMR Materials: A New Generation of Miniaturizated Technology
GMR Materials: A New Generation of Miniaturizated TechnologyIOSR Journals
 
A Novel Mechanism for Low Bit-Rate Compression
A Novel Mechanism for Low Bit-Rate CompressionA Novel Mechanism for Low Bit-Rate Compression
A Novel Mechanism for Low Bit-Rate CompressionIOSR Journals
 
Security System Based on Ultrasonic Sensor Technology
Security System Based on Ultrasonic Sensor TechnologySecurity System Based on Ultrasonic Sensor Technology
Security System Based on Ultrasonic Sensor TechnologyIOSR Journals
 
Chemical Studies on Impact of Air Pollution on Wheat Crops of Vindhya Region ...
Chemical Studies on Impact of Air Pollution on Wheat Crops of Vindhya Region ...Chemical Studies on Impact of Air Pollution on Wheat Crops of Vindhya Region ...
Chemical Studies on Impact of Air Pollution on Wheat Crops of Vindhya Region ...IOSR Journals
 
Performance Analysis of Various Symbol Detection Techniques in Wireless MIMO ...
Performance Analysis of Various Symbol Detection Techniques in Wireless MIMO ...Performance Analysis of Various Symbol Detection Techniques in Wireless MIMO ...
Performance Analysis of Various Symbol Detection Techniques in Wireless MIMO ...IOSR Journals
 
Effects Of Using Gagne’s Learning Hierarchy On Chemistry Students’ Academic A...
Effects Of Using Gagne’s Learning Hierarchy On Chemistry Students’ Academic A...Effects Of Using Gagne’s Learning Hierarchy On Chemistry Students’ Academic A...
Effects Of Using Gagne’s Learning Hierarchy On Chemistry Students’ Academic A...IOSR Journals
 
Optical and Morphological Characterization of BaSeThinFilms Synthesized via C...
Optical and Morphological Characterization of BaSeThinFilms Synthesized via C...Optical and Morphological Characterization of BaSeThinFilms Synthesized via C...
Optical and Morphological Characterization of BaSeThinFilms Synthesized via C...IOSR Journals
 
Virtual teams versus face to face teams: A review of literature
Virtual teams versus face to face teams: A review of literatureVirtual teams versus face to face teams: A review of literature
Virtual teams versus face to face teams: A review of literatureIOSR Journals
 
Presenting a Pattern for Increasing the Relative Efficiency of the Bank by Us...
Presenting a Pattern for Increasing the Relative Efficiency of the Bank by Us...Presenting a Pattern for Increasing the Relative Efficiency of the Bank by Us...
Presenting a Pattern for Increasing the Relative Efficiency of the Bank by Us...IOSR Journals
 
Recognition of Numerals Using Neural Network
Recognition of Numerals Using Neural NetworkRecognition of Numerals Using Neural Network
Recognition of Numerals Using Neural NetworkIOSR Journals
 

Viewers also liked (20)

Structural, Dielectric and Optical properties of Sputtered TiO2 nano-films
Structural, Dielectric and Optical properties of Sputtered TiO2 nano-filmsStructural, Dielectric and Optical properties of Sputtered TiO2 nano-films
Structural, Dielectric and Optical properties of Sputtered TiO2 nano-films
 
Awareness of Orthodontic Treatment in School Children of Karnataka State – A ...
Awareness of Orthodontic Treatment in School Children of Karnataka State – A ...Awareness of Orthodontic Treatment in School Children of Karnataka State – A ...
Awareness of Orthodontic Treatment in School Children of Karnataka State – A ...
 
Synthesis, spectroscopic, electrochemical, magnetic properties and super oxid...
Synthesis, spectroscopic, electrochemical, magnetic properties and super oxid...Synthesis, spectroscopic, electrochemical, magnetic properties and super oxid...
Synthesis, spectroscopic, electrochemical, magnetic properties and super oxid...
 
Cationic and anionic dye adsorption by agricultural solid wastes: A comprehen...
Cationic and anionic dye adsorption by agricultural solid wastes: A comprehen...Cationic and anionic dye adsorption by agricultural solid wastes: A comprehen...
Cationic and anionic dye adsorption by agricultural solid wastes: A comprehen...
 
Investigation of the Anodic Dissolution of Zinc in Sodium Chloride Electrolyt...
Investigation of the Anodic Dissolution of Zinc in Sodium Chloride Electrolyt...Investigation of the Anodic Dissolution of Zinc in Sodium Chloride Electrolyt...
Investigation of the Anodic Dissolution of Zinc in Sodium Chloride Electrolyt...
 
Modeling Liquid Terminal Operation and Service System in a Port Using Linier ...
Modeling Liquid Terminal Operation and Service System in a Port Using Linier ...Modeling Liquid Terminal Operation and Service System in a Port Using Linier ...
Modeling Liquid Terminal Operation and Service System in a Port Using Linier ...
 
Insulin like growth factor and risk of breast cancer
Insulin like growth factor and risk of breast cancerInsulin like growth factor and risk of breast cancer
Insulin like growth factor and risk of breast cancer
 
Environmental Implications of Promotional Campaigns in Enugu Metropolis
Environmental Implications of Promotional Campaigns in Enugu MetropolisEnvironmental Implications of Promotional Campaigns in Enugu Metropolis
Environmental Implications of Promotional Campaigns in Enugu Metropolis
 
Discovery of superluminal velocities of X-rays and Bharat Radiation challengi...
Discovery of superluminal velocities of X-rays and Bharat Radiation challengi...Discovery of superluminal velocities of X-rays and Bharat Radiation challengi...
Discovery of superluminal velocities of X-rays and Bharat Radiation challengi...
 
Effect of Spiritual Intelligence and Asta Brata Leadership to the Culture of ...
Effect of Spiritual Intelligence and Asta Brata Leadership to the Culture of ...Effect of Spiritual Intelligence and Asta Brata Leadership to the Culture of ...
Effect of Spiritual Intelligence and Asta Brata Leadership to the Culture of ...
 
GMR Materials: A New Generation of Miniaturizated Technology
GMR Materials: A New Generation of Miniaturizated TechnologyGMR Materials: A New Generation of Miniaturizated Technology
GMR Materials: A New Generation of Miniaturizated Technology
 
A Novel Mechanism for Low Bit-Rate Compression
A Novel Mechanism for Low Bit-Rate CompressionA Novel Mechanism for Low Bit-Rate Compression
A Novel Mechanism for Low Bit-Rate Compression
 
Security System Based on Ultrasonic Sensor Technology
Security System Based on Ultrasonic Sensor TechnologySecurity System Based on Ultrasonic Sensor Technology
Security System Based on Ultrasonic Sensor Technology
 
Chemical Studies on Impact of Air Pollution on Wheat Crops of Vindhya Region ...
Chemical Studies on Impact of Air Pollution on Wheat Crops of Vindhya Region ...Chemical Studies on Impact of Air Pollution on Wheat Crops of Vindhya Region ...
Chemical Studies on Impact of Air Pollution on Wheat Crops of Vindhya Region ...
 
Performance Analysis of Various Symbol Detection Techniques in Wireless MIMO ...
Performance Analysis of Various Symbol Detection Techniques in Wireless MIMO ...Performance Analysis of Various Symbol Detection Techniques in Wireless MIMO ...
Performance Analysis of Various Symbol Detection Techniques in Wireless MIMO ...
 
Effects Of Using Gagne’s Learning Hierarchy On Chemistry Students’ Academic A...
Effects Of Using Gagne’s Learning Hierarchy On Chemistry Students’ Academic A...Effects Of Using Gagne’s Learning Hierarchy On Chemistry Students’ Academic A...
Effects Of Using Gagne’s Learning Hierarchy On Chemistry Students’ Academic A...
 
Optical and Morphological Characterization of BaSeThinFilms Synthesized via C...
Optical and Morphological Characterization of BaSeThinFilms Synthesized via C...Optical and Morphological Characterization of BaSeThinFilms Synthesized via C...
Optical and Morphological Characterization of BaSeThinFilms Synthesized via C...
 
Virtual teams versus face to face teams: A review of literature
Virtual teams versus face to face teams: A review of literatureVirtual teams versus face to face teams: A review of literature
Virtual teams versus face to face teams: A review of literature
 
Presenting a Pattern for Increasing the Relative Efficiency of the Bank by Us...
Presenting a Pattern for Increasing the Relative Efficiency of the Bank by Us...Presenting a Pattern for Increasing the Relative Efficiency of the Bank by Us...
Presenting a Pattern for Increasing the Relative Efficiency of the Bank by Us...
 
Recognition of Numerals Using Neural Network
Recognition of Numerals Using Neural NetworkRecognition of Numerals Using Neural Network
Recognition of Numerals Using Neural Network
 

Similar to Pest Control in Agricultural Plantations Using Image Processing

IRJET- Detection of Plant Leaf Diseases using Image Processing and Soft-C...
IRJET-  	  Detection of Plant Leaf Diseases using Image Processing and Soft-C...IRJET-  	  Detection of Plant Leaf Diseases using Image Processing and Soft-C...
IRJET- Detection of Plant Leaf Diseases using Image Processing and Soft-C...IRJET Journal
 
Computerized spoiled tomato detection
Computerized spoiled tomato detectionComputerized spoiled tomato detection
Computerized spoiled tomato detectioneSAT Journals
 
Computerized spoiled tomato detection
Computerized spoiled tomato detectionComputerized spoiled tomato detection
Computerized spoiled tomato detectioneSAT Publishing House
 
Paper id 71201958
Paper id 71201958Paper id 71201958
Paper id 71201958IJRAT
 
A STUDY ON WEED DISCRIMINATION THROUGH WAVELET TRANSFORM, TEXTURE FEATURE EXT...
A STUDY ON WEED DISCRIMINATION THROUGH WAVELET TRANSFORM, TEXTURE FEATURE EXT...A STUDY ON WEED DISCRIMINATION THROUGH WAVELET TRANSFORM, TEXTURE FEATURE EXT...
A STUDY ON WEED DISCRIMINATION THROUGH WAVELET TRANSFORM, TEXTURE FEATURE EXT...ijcsit
 
K-Means Segmentation Method for Automatic Leaf Disease Detection
K-Means Segmentation Method for Automatic Leaf Disease DetectionK-Means Segmentation Method for Automatic Leaf Disease Detection
K-Means Segmentation Method for Automatic Leaf Disease DetectionIJERA Editor
 
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
 
IJSRED-V2I2P60
IJSRED-V2I2P60IJSRED-V2I2P60
IJSRED-V2I2P60IJSRED
 
Plant Leaf Disease Detection and Classification Using Image Processing
Plant Leaf Disease Detection and Classification Using Image ProcessingPlant Leaf Disease Detection and Classification Using Image Processing
Plant Leaf Disease Detection and Classification Using Image ProcessingIRJET Journal
 
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
 
V1_issue1paperSEVEN_F59
V1_issue1paperSEVEN_F59V1_issue1paperSEVEN_F59
V1_issue1paperSEVEN_F59Danish Gondal
 
IRJET- Texture based Features Approach for Crop Diseases Classification and D...
IRJET- Texture based Features Approach for Crop Diseases Classification and D...IRJET- Texture based Features Approach for Crop Diseases Classification and D...
IRJET- Texture based Features Approach for Crop Diseases Classification and D...IRJET Journal
 
Weed and crop segmentation and classification using area thresholding
Weed and crop segmentation and classification using area thresholdingWeed and crop segmentation and classification using area thresholding
Weed and crop segmentation and classification using area thresholdingeSAT Publishing House
 
Weed and crop segmentation and classification using area thresholding
Weed and crop segmentation and classification using area thresholdingWeed and crop segmentation and classification using area thresholding
Weed and crop segmentation and classification using area thresholdingeSAT Journals
 
IRJET- Crop Pest Detection and Classification by K-Means and EM Clustering
IRJET-  	  Crop Pest Detection and Classification by K-Means and EM ClusteringIRJET-  	  Crop Pest Detection and Classification by K-Means and EM Clustering
IRJET- Crop Pest Detection and Classification by K-Means and EM ClusteringIRJET Journal
 
IRJET- Comparative Study of Artificial Neural Networks and Convolutional N...
IRJET- 	  Comparative Study of Artificial Neural Networks and Convolutional N...IRJET- 	  Comparative Study of Artificial Neural Networks and Convolutional N...
IRJET- Comparative Study of Artificial Neural Networks and Convolutional N...IRJET Journal
 
A Study of Image Processing in Agriculture
A Study of Image Processing in AgricultureA Study of Image Processing in Agriculture
A Study of Image Processing in AgricultureEswar Publications
 
IRJET- Leaf Disease Detection using Image Processing
IRJET- Leaf Disease Detection using Image ProcessingIRJET- Leaf Disease Detection using Image Processing
IRJET- Leaf Disease Detection using Image ProcessingIRJET Journal
 
Automatic detection of lung cancer in ct images
Automatic detection of lung cancer in ct imagesAutomatic detection of lung cancer in ct images
Automatic detection of lung cancer in ct imageseSAT Publishing House
 

Similar to Pest Control in Agricultural Plantations Using Image Processing (20)

IRJET- Detection of Plant Leaf Diseases using Image Processing and Soft-C...
IRJET-  	  Detection of Plant Leaf Diseases using Image Processing and Soft-C...IRJET-  	  Detection of Plant Leaf Diseases using Image Processing and Soft-C...
IRJET- Detection of Plant Leaf Diseases using Image Processing and Soft-C...
 
Computerized spoiled tomato detection
Computerized spoiled tomato detectionComputerized spoiled tomato detection
Computerized spoiled tomato detection
 
Computerized spoiled tomato detection
Computerized spoiled tomato detectionComputerized spoiled tomato detection
Computerized spoiled tomato detection
 
Paper id 71201958
Paper id 71201958Paper id 71201958
Paper id 71201958
 
T2_219a.pdf
T2_219a.pdfT2_219a.pdf
T2_219a.pdf
 
A STUDY ON WEED DISCRIMINATION THROUGH WAVELET TRANSFORM, TEXTURE FEATURE EXT...
A STUDY ON WEED DISCRIMINATION THROUGH WAVELET TRANSFORM, TEXTURE FEATURE EXT...A STUDY ON WEED DISCRIMINATION THROUGH WAVELET TRANSFORM, TEXTURE FEATURE EXT...
A STUDY ON WEED DISCRIMINATION THROUGH WAVELET TRANSFORM, TEXTURE FEATURE EXT...
 
K-Means Segmentation Method for Automatic Leaf Disease Detection
K-Means Segmentation Method for Automatic Leaf Disease DetectionK-Means Segmentation Method for Automatic Leaf Disease Detection
K-Means Segmentation Method for Automatic Leaf Disease Detection
 
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
 
IJSRED-V2I2P60
IJSRED-V2I2P60IJSRED-V2I2P60
IJSRED-V2I2P60
 
Plant Leaf Disease Detection and Classification Using Image Processing
Plant Leaf Disease Detection and Classification Using Image ProcessingPlant Leaf Disease Detection and Classification Using Image Processing
Plant Leaf Disease Detection and Classification Using Image Processing
 
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...
 
V1_issue1paperSEVEN_F59
V1_issue1paperSEVEN_F59V1_issue1paperSEVEN_F59
V1_issue1paperSEVEN_F59
 
IRJET- Texture based Features Approach for Crop Diseases Classification and D...
IRJET- Texture based Features Approach for Crop Diseases Classification and D...IRJET- Texture based Features Approach for Crop Diseases Classification and D...
IRJET- Texture based Features Approach for Crop Diseases Classification and D...
 
Weed and crop segmentation and classification using area thresholding
Weed and crop segmentation and classification using area thresholdingWeed and crop segmentation and classification using area thresholding
Weed and crop segmentation and classification using area thresholding
 
Weed and crop segmentation and classification using area thresholding
Weed and crop segmentation and classification using area thresholdingWeed and crop segmentation and classification using area thresholding
Weed and crop segmentation and classification using area thresholding
 
IRJET- Crop Pest Detection and Classification by K-Means and EM Clustering
IRJET-  	  Crop Pest Detection and Classification by K-Means and EM ClusteringIRJET-  	  Crop Pest Detection and Classification by K-Means and EM Clustering
IRJET- Crop Pest Detection and Classification by K-Means and EM Clustering
 
IRJET- Comparative Study of Artificial Neural Networks and Convolutional N...
IRJET- 	  Comparative Study of Artificial Neural Networks and Convolutional N...IRJET- 	  Comparative Study of Artificial Neural Networks and Convolutional N...
IRJET- Comparative Study of Artificial Neural Networks and Convolutional N...
 
A Study of Image Processing in Agriculture
A Study of Image Processing in AgricultureA Study of Image Processing in Agriculture
A Study of Image Processing in Agriculture
 
IRJET- Leaf Disease Detection using Image Processing
IRJET- Leaf Disease Detection using Image ProcessingIRJET- Leaf Disease Detection using Image Processing
IRJET- Leaf Disease Detection using Image Processing
 
Automatic detection of lung cancer in ct images
Automatic detection of lung cancer in ct imagesAutomatic detection of lung cancer in ct images
Automatic detection of lung cancer in ct images
 

More from IOSR Journals (20)

A011140104
A011140104A011140104
A011140104
 
M0111397100
M0111397100M0111397100
M0111397100
 
L011138596
L011138596L011138596
L011138596
 
K011138084
K011138084K011138084
K011138084
 
J011137479
J011137479J011137479
J011137479
 
I011136673
I011136673I011136673
I011136673
 
G011134454
G011134454G011134454
G011134454
 
H011135565
H011135565H011135565
H011135565
 
F011134043
F011134043F011134043
F011134043
 
E011133639
E011133639E011133639
E011133639
 
D011132635
D011132635D011132635
D011132635
 
C011131925
C011131925C011131925
C011131925
 
B011130918
B011130918B011130918
B011130918
 
A011130108
A011130108A011130108
A011130108
 
I011125160
I011125160I011125160
I011125160
 
H011124050
H011124050H011124050
H011124050
 
G011123539
G011123539G011123539
G011123539
 
F011123134
F011123134F011123134
F011123134
 
E011122530
E011122530E011122530
E011122530
 
D011121524
D011121524D011121524
D011121524
 

Recently uploaded

VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130Suhani Kapoor
 
What are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxWhat are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxwendy cai
 
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxJoão Esperancinha
 
Porous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingPorous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingrakeshbaidya232001
 
Current Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCLCurrent Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCLDeelipZope
 
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escortsranjana rawat
 
Internship report on mechanical engineering
Internship report on mechanical engineeringInternship report on mechanical engineering
Internship report on mechanical engineeringmalavadedarshan25
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCall Girls in Nagpur High Profile
 
IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024Mark Billinghurst
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxpurnimasatapathy1234
 
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Serviceranjana rawat
 
Analog to Digital and Digital to Analog Converter
Analog to Digital and Digital to Analog ConverterAnalog to Digital and Digital to Analog Converter
Analog to Digital and Digital to Analog ConverterAbhinavSharma374939
 
GDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSCAESB
 
Processing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxProcessing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxpranjaldaimarysona
 
Biology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptxBiology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptxDeepakSakkari2
 

Recently uploaded (20)

9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
 
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
 
What are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxWhat are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptx
 
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
 
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
 
Porous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingPorous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writing
 
Current Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCLCurrent Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCL
 
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
 
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
 
Internship report on mechanical engineering
Internship report on mechanical engineeringInternship report on mechanical engineering
Internship report on mechanical engineering
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
 
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCRCall Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
 
IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptx
 
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
 
Analog to Digital and Digital to Analog Converter
Analog to Digital and Digital to Analog ConverterAnalog to Digital and Digital to Analog Converter
Analog to Digital and Digital to Analog Converter
 
GDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentation
 
Processing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxProcessing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptx
 
Biology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptxBiology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptx
 

Pest Control in Agricultural Plantations Using Image Processing

  • 1. IOSR Journal of Electronics and Communication Engineering (IOSR-JECE) e-ISSN: 2278-2834,p- ISSN: 2278-8735.Volume 6, Issue 4(May. - Jun. 2013), PP 68-74 www.iosrjournals.org www.iosrjournals.org 68 | Page Pest Control in Agricultural Plantations Using Image Processing Murali Krishnan1 ; Jabert.G2 1. M.E.Communication Systems (Electronics and Communication),Bannari Amman Institute of Technology. Abstract: Monocropped plantations are unique to India and a handful of countries throughout the globe. Essentially, the FOREST approach of growing coffee along with in India has enabled the plantation to fight many outbreaks of pests and diseases. Mono cropped Plantations are under constant threat of pest and disease incidence because it favours the build up of pest population. To cope with these problems, an automatic pest detection algorithm using image processing techniques in MATLAB has been proposed in this paper. Image acquisition devices are used to acquire images of plantations at regular intervals. These images are then subjected to pre-processing, transformation and clustering. I. Introduction Today there are more than 250 organic pesticides and thousands of formulations. The coffee industry unfortunately relies on these poisons to protect the plant and berries from insect attack and disease spread. In some advanced countries aerial spraying of these hazardous chemicals is carried out to save on labour costs. Most, coffee farmers advocate the use of BROAD SPECTRUM pesticides. These are more dangerous than systemic pesticides because they act on many insects both beneficial and harmful. There is every chance that these chemicals can easily drift or get washed or leached by heavy showers and reach groundwater or open estuaries there by contaminating the earth's precious water reserve. However, the cultivation of these crops for optimum yield and quality produce is highly technical. A lot of research has been done on greenhouse agro systems And more generally on protected crops to control pests and diseases by biological means instead of pesticides. Research in agriculture is aimed towards increase of productivity and food quality at reduced expenditure and with increased profit, which has received importance in recent time. A strong demand now exists in many countries for non -chemical control methods for pests or diseases. However no automatic methods are available which precisely and periodically detect the pests on plants. In fact, in production conditions, greenhouse staff periodically observes plants and search for pests. This manual method is time consuming. With the recent advancement in image processing pattern recognition techniques, it is possible to develop an autonomous system for disease classification of crops. In this paper, we focus on early pest detection. First, this implies to regularly observe the plants. Disease images are acquired using cameras or scanners. Then the acquired image has to be processed to interpret the image contents by image processing methods. The focus of this paper is on the interpretation of image for pest detection. II. Image Segmentation In computer vision, segmentation is the process of partitioning a digital image into multiple segments (sets of pixels, also known as super pixels). The goal of segmentation is to simplify and/or change the representation of an image into something that is more meaningful and easier to analyse. Image segmentation is typically used to locate objects and boundaries (lines, curves, etc.) in images. More precisely, image segmentation is the process of assigning a label to every pixel in an image such that pixels with the same label share certain visual characteristics. The result of image segmentation is a set of segments that collectively cover the entire image, or a set of contours extracted from the image. Each of the pixels in a region is similar with respect to some characteristic or computed property, such as colour, intensity, or texture. Clustering Method This is an iterative technique that is used to partition an image into clusters. Procedure of clustering method is explained in figure 2.1. Clusters can be selected manually, randomly, or based on some conditions. Distance between the pixel and cluster centre is calculated by the squared or absolute difference between a pixel and a cluster centre. Clusters can be selected manually, randomly, or based on some conditions. Distance between the pixel and cluster centre is calculated by the squared or absolute difference between a pixel and a cluster centre. The difference is typically based on pixel colour, intensity, texture, and location, or a weighted combination of these
  • 2. Pest Control in Agricultural Plantations using image Processing www.iosrjournals.org 69 | Page factors. More commonly used clustering algorithms are K – means algorithm, fuzzy c-means algorithm, expectation – maximization (EM) algorithm. The quality of the final result of the clustering method depends mainly on the initial set of clusters. Since the algorithm is extremely fast, a collective method is to run the algorithm several times and select the best clustering obtainable. Fig1.Flow chart for clustering Algorithm A drawback of the clustering algorithm is that the number of clusters k is an input parameter. A wrong choice of k may yield poor results. The algorithm also assumes that the variance is an appropriate measure of cluster scatter. The following method can be employed to find the cluster centres. 1. Compute the intensity distribution (also called the histogram) of the intensities. 2. Initialize the centroids with k random intensities. C(i) =argminj||X(i)-μj||2 3. Cluster the points based on distance of their intensities from the centroid intensities. 4. Compute the new centroid for each of the clusters. Where k is a parameter of the algorithm (the number of clusters to be found), i iterates over the all the intensities, j iterates over all the centroids and μi are the centroid intensities. The k-means clustering was invented in 1956. The most common form of the algorithm uses an iterative refinement heuristic known as Lloyd's algorithm. Since the algorithm is extremely fast, a common method is to run the algorithm several times and return the best clustering found. ADVANTAGES OF k-means clustering In particular when using heuristics such as Lloyd's algorithm is rather easy to implement and apply even on large data sets. As such, it has been successfully used in various topics, ranging from market segmentation, computer vision, geo-statistics to agriculture. It often is used as a pre-processing step for other algorithms. For example, to find a starting configuration. Other existing methods for image segmentation are compression based, histogram based, region growing methods , edge detection, split and merge methods, based on partial differential equations etc. III. Proposed Method The segmentation algorithm alone cannot provide good quality output, it needs pre-processing step. Pre-processing may consist of various steps like de-noising and image enhancement. De-noising provided with the rank filter, which well suited for the pest image. It is non-linear filter, which preserve the shape, edge and other information without lack of clarity (Krit somkanth, 2011), (R M Hodgson 1985). Due to the irregularities and drawbacks in pest images, it is mandatory to include the pre-processing step before the segmentation process for the quality and accurate output. The proposed method is shown in figure 2.
  • 3. Pest Control in Agricultural Plantations using image Processing www.iosrjournals.org 70 | Page Fig.2.block diagram for the proposed method In the proposed method, pre-processing is added before the segmentation and volume estimation is added after the segmentation. Also an image subtraction step is added after the algorithm. Proposed method reduces the problems due to noises and other irregularities in acquired images and also it overcome the disadvantages like intensity in homogeneity and artefacts, etc. IV. Experimental Results And Discussion Fig3.Selection of coffee plantations affected with pests The figure3 shows the ROI selection of a infarction region. This selection helps to analyse the needed region alone. In this method, the pixels inside the rectangular mask alone are taken and the remaining pixels are left. It done by regularly capturing the field Images.
  • 4. Pest Control in Agricultural Plantations using image Processing www.iosrjournals.org 71 | Page Fig.4. clustering based on intensity and threshold seperation Clustering To Separate Plant And Pest Masking and Removing green pixels: Masking means setting the pixel value in an image to zero or some other background value. In this step, we identify mostly the green coloured pixels. After that, based on specified threshold value that is computed for these pixels. The green components of the pixel intensities are set to zero if it is less than the pre-computed threshold value. Then red, green and blue components of this pixel is assigned zero value by mapping RGB components. The green coloured pixels mostly represent the healthy areas of the leaf and they do not add any valuable weight to disease identification . Segmentation: From the above steps, the infected portion of the leaf is extracted. The infected region is then segmented into a number of patches of equal size. In this approach patch size of 32X32 is taken. Obtaining Useful Segments: In this step the useful segments are obtained. The size of the patch is chosen in such a way that the significant information is not lost. Not all segments contain significant amount of information. So the patches which are having more than fifty percent of the information are taken into account for the further analysis.
  • 5. Pest Control in Agricultural Plantations using image Processing www.iosrjournals.org 72 | Page Fig5. clustering to separate plant areas
  • 6. Pest Control in Agricultural Plantations using image Processing www.iosrjournals.org 73 | Page Final Clustering To Separate Pest Images Based On Image Subtraction The final clustering called differential clustering is done by subtracting the clustered plant image from the acquired image. Thus from the difference image, we obtain the pest image as shown . . Fig6.final clustered image of the pest V. Conclusion The use of Artificial insecticides and nematicides have been degrading the quality of plantation crops for many years. In this paper a novel algorithm is presented for easily identifying the pest infected areas of these crops. The algorithm can be further modified for finding the diseased areas in the crops by using sophisticated softwares and better image acquisition devices. All over the world agriculture experts are working on eradication of bioagressors and infected coffee plantation are one of the challenges out of it. Image Processing technique plays a vital role in it. Our first objective is to detect diseases like coffee berry on plantations and other bioagressors (aphids) or plant diseases . Cognitive approach introduce new objects to detect or new image processing programs to extract the corresponding information. We propose an original approach for early detection of the of pest on crops. To detect biological objects on a complex background, we combined scanner image acquisition, sampling optimization, and advanced cognitive vision. It illustrates the collaboration of complementary disciplines and techniques, which led to an automated, robust and versatile system. The prototype system proved reliable for rapid detection of pests. It is rather simple to use and exhibits the same performance level as a classical manual approach. Our goal is rather to better spot the starting points of bioagressors attacks and to count these so that necessary action can be taken. Refrences [1]. Gonzalez, R., R. Woods and S. Eddins, 2004. Digital Image Processing using MATLAB. 1st Edn., Printice Hall, ISBN: 0130085197, pp: 624. [2]. W. Petry and W. Kuhbauch, “Automated discrimination of weed species with quantitative image analysis,” Journal of Agronomy & Crop Science, vol. 163, pp. 345-351, 1989. [3]. R.D. Tillet, “Image analysis for agricultural processes: a review of potential opportunities,” Journal of Agricultural Engineering Research, vol. 12, pp. 247-258, 1991. [4]. J. Hemming and T. Rath, “Computer-vision based weed identification under field conditions using controlled lighting,” Journal of Agricultural Engineering Research, vol. 78- 3, pp. 233-243, March 2001 [ 5 ] . ALFANO, J. R. (2009). Roadmap for future research on plant pathogen effectors. Molecular Plant Pathology 10,805– 813. [6]. ALFANO, J. R. & COLLMER, A. (2004). Type III secretion system effector proteins: double agents in bacterial diseaseand plant defence. Annual Review of Phytopathology 42,385–414. [7]. Alexander, M. 1977. Introduction to soil Microbiology. 2nd edition. New York. John Wiley and sons.
  • 7. Pest Control in Agricultural Plantations using image Processing www.iosrjournals.org 74 | Page [8]. Alexander, M. 1974. Microbial Ecology. New York. John Wiley and sons. [9]. Baker. E. F and R.J. Cook, 1974. Biological control of plant pathogens. W.H. Freeman & Co. Sanfransisco, 433pp. [10]. Baker. E. F. 1987. Evolving concepts of biological control of plant pathogens. Annul. Rev. Phytopathol., 25: 67-85. Murali Krishnan received his B-Tech degree in Electronics and Communications Engineering from Government Engineering College, Attingal Kerala under Cochin University of science and technology (2006-10).He is currently acquiring his M.E post graduation in Communication Systems from Bannari Amman Institute of Technonlogy, Sathyamangalam.