Fruit Classification System Using Computer Vision: A Review
Fruit Classification System Using Computer Vision: A Review
www.ijtrd.com
Fruit Classification System Using Computer Vision:
A Review
1
Raja Sekar L, 2Ambika N, 3Divya V and 4Kowsalya T,
1
Assistant Professor, 2,3,4UG Scholar,
1,2,3,4
Department of EIE, Bannari Amman Institute of Technology, Sathyamangalam, Erode, India
Abstract— Automation in food processing comes into play to Using computer vision, image processing is used to automatic
increase productivity, quality and profitable growth of the detection and classification of plant disease from colour,
country. Fruit grading is an important process for producers texture and shape [5].Food quality can be improved by quality
which affects the fruits quality evaluation and export market. inspection using computer vision [6].
Although the grading and sorting can be done by the human,
II. BASIC STEPS OF IMAGE PROCESSING
but it is slow, labour intensive and tedious. Hence, there is a
need of an intelligent fruit grading system. In recent years, Step1: Image Acquisition: This is the first step of image
researchers had developed numerous algorithms for fruit processing in which camera is used for capturing fruits images
sorting using computer vision. Colour, textural and in digital form and store in any digital media.
morphological features are the most commonly used to
Step2: Image Pre-processing: This section removes noise,
identify the diseases, maturity and class of the fruits.
smoothen the image also perform resizing of images. RGB
Techniques include clustering and color based segmentation,
artificial neural network and different classifiers based images are converted to the grey images also contrast of image
classification of diseases. The main focus of our work is is increased at certain level.
obtaining the analysis of different fruit diseases detection Step3: Image Segmentation: Segmentation is used for
techniques. Subsequently, these features are used to train soft partitioning an image into various parts.
computing technique network. In this paper, use of image
processing in agriculture has been reviewed so as to provide an Step4: Feature Extraction: This section is used for obtaining
insight to the use of vision based systems by highlighting their features like color, texture and shape which reduce resources
advantages and disadvantages.. to describe large set of data before classification of image.
Keywords— Fruit diseases, SVM classifier, segmentation, Step5: Classification: This section analyzes numerical property
Feature extraction, Automation, Fruit classification, computer of image features and organize its data into categories. It use
vision, colour, morphological, texture. neural network which performs training and classification of
fruits diseases.
I. INTRODUCTION
III. COMPUTER VISION
In recent years, use of image processing has been increasing
day by day in different areas such as industrial image Computer vision is used to gather the information from the
processing, medical imaging, real time imaging, texture images which are captured from the real time world. It is a
classification, object recognition, etc. Image processing and field that includes methods for image acquisition, processing,
computer vision in agriculture is another fast growing research analyzing and understanding the images in order to gather
field. It is an important analysing tool for pre-harvest to post- symbolic and numerical information. Basically its aim is to
harvest of crops. It has lots of applications in agriculture. The duplicate the effect of human vision by electronically
cultivation of crops can be improved by the technological perceiving, understanding and classification of
support. Fruits and vegetables losses are caused by disease. images[7].Computer vision is widely used in post-harvest
Diseases are seen on the leaves and fruits of plant, therefore industries for quality inspection and grading of fruits and
disease detection plays an important role in cultivation of vegetables.
crops. Pathogens, fungi, microorganism, bacteria and viruses A .Computer Vision Setup
are types of fruit diseases also unhealthy environment is
responsible for diseases. There are lots of techniques to A computer vision system constitutes of five components :
identify diseases in fruits in its early stages. The old method of illumination, a camera, an image capture board also known as
disease detection in fruit is naked eye observation and it‘s not a frame grabber or digitizer, computer hardware and software
effective. Using digital method, the disease detection can [8].
efficient, accurately, time consuming is less, saves time. B. Colour Features
Different image processing techniques and lots of algorithms
have been developed by researchers with the help of Images are captured in RGB colour models. It is most common
MATLAB for accurate fruit disease identification. In land Colour model in image processing and based on primary
identification, image processing is used for identification of colours red(R), green (G), blue (B). Basically, for colour
land that will be suitable for agriculture [1]. In plant nitrogen features, every image is separated into red, green and blue
identification, image processing can be used for estimation of planes, respectively, and through these planes, mean, median,
plant nitrogen identification and chlorophyll identification [2]. standard deviation are calculated [9]. NTSC or YIQ colour
In pest control, image processing is a good tool for space consists of three components luminance (Y), which
identification of pest infected areas because it favors to build represents gray scale information, hue (I) and saturation (Q),
up the pest population [3] [4]. which carry information of a signal.