SlideShare ist ein Scribd-Unternehmen logo
1 von 7
Downloaden Sie, um offline zu lesen
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.

Weitere ähnliche Inhalte

Was ist angesagt?

Application of edge detection
Application of edge detectionApplication of edge detection
Application of edge detectionNaresh Biloniya
 
Computer graphics(parametric cubic curves)
Computer graphics(parametric cubic curves)Computer graphics(parametric cubic curves)
Computer graphics(parametric cubic curves)Sinthia Sarker
 
Adaptive Median Filters
Adaptive Median FiltersAdaptive Median Filters
Adaptive Median FiltersAmnaakhaan
 
DIGITAL IMAGE PROCESSING - Day 4 Image Transform
DIGITAL IMAGE PROCESSING - Day 4 Image TransformDIGITAL IMAGE PROCESSING - Day 4 Image Transform
DIGITAL IMAGE PROCESSING - Day 4 Image Transformvijayanand Kandaswamy
 
Digital image processing ppt
Digital image processing pptDigital image processing ppt
Digital image processing pptkhanam22
 
Introduction to Image Compression
Introduction to Image CompressionIntroduction to Image Compression
Introduction to Image CompressionKalyan Acharjya
 
Intensity Transformation
Intensity TransformationIntensity Transformation
Intensity TransformationAmnaakhaan
 
Color Image Processing
Color Image ProcessingColor Image Processing
Color Image Processingkiruthiammu
 
fuzzy image processing
fuzzy image processingfuzzy image processing
fuzzy image processingamalalhait
 
Thresholding.ppt
Thresholding.pptThresholding.ppt
Thresholding.pptshankar64
 
06 spatial filtering DIP
06 spatial filtering DIP06 spatial filtering DIP
06 spatial filtering DIPbabak danyal
 
Image Restoration And Reconstruction
Image Restoration And ReconstructionImage Restoration And Reconstruction
Image Restoration And ReconstructionAmnaakhaan
 

Was ist angesagt? (20)

Application of edge detection
Application of edge detectionApplication of edge detection
Application of edge detection
 
Digital Image Processing
Digital Image ProcessingDigital Image Processing
Digital Image Processing
 
Computer graphics(parametric cubic curves)
Computer graphics(parametric cubic curves)Computer graphics(parametric cubic curves)
Computer graphics(parametric cubic curves)
 
Adaptive Median Filters
Adaptive Median FiltersAdaptive Median Filters
Adaptive Median Filters
 
DIGITAL IMAGE PROCESSING - Day 4 Image Transform
DIGITAL IMAGE PROCESSING - Day 4 Image TransformDIGITAL IMAGE PROCESSING - Day 4 Image Transform
DIGITAL IMAGE PROCESSING - Day 4 Image Transform
 
Ai in agriculture
Ai in agricultureAi in agriculture
Ai in agriculture
 
Depth Buffer Method
Depth Buffer MethodDepth Buffer Method
Depth Buffer Method
 
Image enhancement
Image enhancementImage enhancement
Image enhancement
 
Hit and-miss transform
Hit and-miss transformHit and-miss transform
Hit and-miss transform
 
Digital image processing ppt
Digital image processing pptDigital image processing ppt
Digital image processing ppt
 
Introduction to Image Compression
Introduction to Image CompressionIntroduction to Image Compression
Introduction to Image Compression
 
Intensity Transformation
Intensity TransformationIntensity Transformation
Intensity Transformation
 
Color Image Processing
Color Image ProcessingColor Image Processing
Color Image Processing
 
fuzzy image processing
fuzzy image processingfuzzy image processing
fuzzy image processing
 
Thresholding.ppt
Thresholding.pptThresholding.ppt
Thresholding.ppt
 
Image compression .
Image compression .Image compression .
Image compression .
 
06 spatial filtering DIP
06 spatial filtering DIP06 spatial filtering DIP
06 spatial filtering DIP
 
Computer graphics realism
Computer graphics realismComputer graphics realism
Computer graphics realism
 
Image Restoration And Reconstruction
Image Restoration And ReconstructionImage Restoration And Reconstruction
Image Restoration And Reconstruction
 
Watershed
WatershedWatershed
Watershed
 

Andere mochten auch

Intrusion Detection Systems By Anamoly-Based Using Neural Network
Intrusion Detection Systems By Anamoly-Based Using Neural NetworkIntrusion Detection Systems By Anamoly-Based Using Neural Network
Intrusion Detection Systems By Anamoly-Based Using Neural NetworkIOSR Journals
 
Collaboration in Buyer-Seller Relationships as a New Approach to Competitive ...
Collaboration in Buyer-Seller Relationships as a New Approach to Competitive ...Collaboration in Buyer-Seller Relationships as a New Approach to Competitive ...
Collaboration in Buyer-Seller Relationships as a New Approach to Competitive ...IOSR Journals
 
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
 

Andere mochten auch (20)

Intrusion Detection Systems By Anamoly-Based Using Neural Network
Intrusion Detection Systems By Anamoly-Based Using Neural NetworkIntrusion Detection Systems By Anamoly-Based Using Neural Network
Intrusion Detection Systems By Anamoly-Based Using Neural Network
 
Collaboration in Buyer-Seller Relationships as a New Approach to Competitive ...
Collaboration in Buyer-Seller Relationships as a New Approach to Competitive ...Collaboration in Buyer-Seller Relationships as a New Approach to Competitive ...
Collaboration in Buyer-Seller Relationships as a New Approach to Competitive ...
 
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
 

Ähnlich wie 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
 

Ähnlich wie 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
 

Mehr von 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
 

Kürzlich hochgeladen

Thermal Engineering -unit - III & IV.ppt
Thermal Engineering -unit - III & IV.pptThermal Engineering -unit - III & IV.ppt
Thermal Engineering -unit - III & IV.pptDineshKumar4165
 
University management System project report..pdf
University management System project report..pdfUniversity management System project report..pdf
University management System project report..pdfKamal Acharya
 
Unleashing the Power of the SORA AI lastest leap
Unleashing the Power of the SORA AI lastest leapUnleashing the Power of the SORA AI lastest leap
Unleashing the Power of the SORA AI lastest leapRishantSharmaFr
 
Top Rated Call Girls In chittoor 📱 {7001035870} VIP Escorts chittoor
Top Rated Call Girls In chittoor 📱 {7001035870} VIP Escorts chittoorTop Rated Call Girls In chittoor 📱 {7001035870} VIP Escorts chittoor
Top Rated Call Girls In chittoor 📱 {7001035870} VIP Escorts chittoordharasingh5698
 
data_management_and _data_science_cheat_sheet.pdf
data_management_and _data_science_cheat_sheet.pdfdata_management_and _data_science_cheat_sheet.pdf
data_management_and _data_science_cheat_sheet.pdfJiananWang21
 
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...SUHANI PANDEY
 
Generative AI or GenAI technology based PPT
Generative AI or GenAI technology based PPTGenerative AI or GenAI technology based PPT
Generative AI or GenAI technology based PPTbhaskargani46
 
Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...
Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...
Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...Arindam Chakraborty, Ph.D., P.E. (CA, TX)
 
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756dollysharma2066
 
Unit 2- Effective stress & Permeability.pdf
Unit 2- Effective stress & Permeability.pdfUnit 2- Effective stress & Permeability.pdf
Unit 2- Effective stress & Permeability.pdfRagavanV2
 
Thermal Engineering-R & A / C - unit - V
Thermal Engineering-R & A / C - unit - VThermal Engineering-R & A / C - unit - V
Thermal Engineering-R & A / C - unit - VDineshKumar4165
 
UNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its PerformanceUNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its Performancesivaprakash250
 
Double Revolving field theory-how the rotor develops torque
Double Revolving field theory-how the rotor develops torqueDouble Revolving field theory-how the rotor develops torque
Double Revolving field theory-how the rotor develops torqueBhangaleSonal
 
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdfONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdfKamal Acharya
 
Thermal Engineering Unit - I & II . ppt
Thermal Engineering  Unit - I & II . pptThermal Engineering  Unit - I & II . ppt
Thermal Engineering Unit - I & II . pptDineshKumar4165
 
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete RecordCCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete RecordAsst.prof M.Gokilavani
 
Booking open Available Pune Call Girls Pargaon 6297143586 Call Hot Indian Gi...
Booking open Available Pune Call Girls Pargaon  6297143586 Call Hot Indian Gi...Booking open Available Pune Call Girls Pargaon  6297143586 Call Hot Indian Gi...
Booking open Available Pune Call Girls Pargaon 6297143586 Call Hot Indian Gi...Call Girls in Nagpur High Profile
 
chapter 5.pptx: drainage and irrigation engineering
chapter 5.pptx: drainage and irrigation engineeringchapter 5.pptx: drainage and irrigation engineering
chapter 5.pptx: drainage and irrigation engineeringmulugeta48
 

Kürzlich hochgeladen (20)

Thermal Engineering -unit - III & IV.ppt
Thermal Engineering -unit - III & IV.pptThermal Engineering -unit - III & IV.ppt
Thermal Engineering -unit - III & IV.ppt
 
University management System project report..pdf
University management System project report..pdfUniversity management System project report..pdf
University management System project report..pdf
 
Unleashing the Power of the SORA AI lastest leap
Unleashing the Power of the SORA AI lastest leapUnleashing the Power of the SORA AI lastest leap
Unleashing the Power of the SORA AI lastest leap
 
Top Rated Call Girls In chittoor 📱 {7001035870} VIP Escorts chittoor
Top Rated Call Girls In chittoor 📱 {7001035870} VIP Escorts chittoorTop Rated Call Girls In chittoor 📱 {7001035870} VIP Escorts chittoor
Top Rated Call Girls In chittoor 📱 {7001035870} VIP Escorts chittoor
 
Water Industry Process Automation & Control Monthly - April 2024
Water Industry Process Automation & Control Monthly - April 2024Water Industry Process Automation & Control Monthly - April 2024
Water Industry Process Automation & Control Monthly - April 2024
 
data_management_and _data_science_cheat_sheet.pdf
data_management_and _data_science_cheat_sheet.pdfdata_management_and _data_science_cheat_sheet.pdf
data_management_and _data_science_cheat_sheet.pdf
 
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...
 
Generative AI or GenAI technology based PPT
Generative AI or GenAI technology based PPTGenerative AI or GenAI technology based PPT
Generative AI or GenAI technology based PPT
 
Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...
Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...
Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...
 
(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7
(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7
(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7
 
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
 
Unit 2- Effective stress & Permeability.pdf
Unit 2- Effective stress & Permeability.pdfUnit 2- Effective stress & Permeability.pdf
Unit 2- Effective stress & Permeability.pdf
 
Thermal Engineering-R & A / C - unit - V
Thermal Engineering-R & A / C - unit - VThermal Engineering-R & A / C - unit - V
Thermal Engineering-R & A / C - unit - V
 
UNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its PerformanceUNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its Performance
 
Double Revolving field theory-how the rotor develops torque
Double Revolving field theory-how the rotor develops torqueDouble Revolving field theory-how the rotor develops torque
Double Revolving field theory-how the rotor develops torque
 
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdfONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
 
Thermal Engineering Unit - I & II . ppt
Thermal Engineering  Unit - I & II . pptThermal Engineering  Unit - I & II . ppt
Thermal Engineering Unit - I & II . ppt
 
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete RecordCCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
 
Booking open Available Pune Call Girls Pargaon 6297143586 Call Hot Indian Gi...
Booking open Available Pune Call Girls Pargaon  6297143586 Call Hot Indian Gi...Booking open Available Pune Call Girls Pargaon  6297143586 Call Hot Indian Gi...
Booking open Available Pune Call Girls Pargaon 6297143586 Call Hot Indian Gi...
 
chapter 5.pptx: drainage and irrigation engineering
chapter 5.pptx: drainage and irrigation engineeringchapter 5.pptx: drainage and irrigation engineering
chapter 5.pptx: drainage and irrigation engineering
 

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.