SlideShare a Scribd company logo
1 of 3
Download to read offline
Nandhini. P et al Int. Journal of Engineering Research and Applications
ISSN : 2248-9622, Vol. 4, Issue 2( Version 5), February 2014, pp.01-03

RESEARCH ARTICLE

www.ijera.com

OPEN ACCESS

Image Segmentation for Food Quality Evaluation Using
Computer Vision System
Nandhini. P *, Dr. J. Jaya**
*(PG Scholar, Akshaya College of Engineering and Technolgy, TN, India)
** (Principal, Akshaya College of Engineering and Technology, TN, India)

ABSTRACT
Quality evaluation is an important factor in food processing industries using the computer vision system where
human inspection systems provide high variability. In many countries food processing industries aims at
producing defect free food materials to the consumers. Human evaluation techniques suffer from high labour
costs, inconsistency and variability. Thus this paper provides various steps for identifying defects in the food
material using the computer vision systems. Various steps in computer vision system are image acquisition,
Preprocessing, image segmentation, feature identification and classification. The proposed framework provides
the comparison of various filters where the hybrid median filter was selected as the filter with the high PSNR
value and is used in preprocessing. Image segmentation techniques such as Colour based binary Image
segmentation, Particle swarm optimization are compared and image segmentation parameters such as accuracy,
sensitivity , specificity are calculated and found that colour based binary image segmentation is well suited for
food quality evaluation. Finally this paper provides an efficient method for identifying the defected parts in food
materials.
Keywords – food quality, computer vision, parameters, food products ,defects

I. INTRODUCTION
Image processing is a technique to enhance
the input image to provide a clearer data. Digital
image processing, where the digital images are
processed using the computer. Digital images are
composed of large number of elements called pixels,
each pixel represents the image detail. Computer
vision system deals with processing of image data
with various steps. It provides a clear vision and high
reliability in data processing. Human vision systems
for the data analysis provided a poorer details and is
time consuming such that computer vision system
provides a finer detail.

II. FOOD QUALITY EVALUATION
Food quality evaluation plays an important
role in providing defect free food products to the
consumers .Quality which defines the internal and
external characteristics of the materials .In food
quality the external characteristics depends on colour,
shape ,size and the internal characteristics as physical
and chemical. In food processing industries the food
products are continuously over the sieves such that
hundreds of food products are scanned in fraction of
second. CCD cameras are used to monitor the
movement of the food products and finally the
defected materials are thrown away from the sieves.

www.ijera.com

III. COMPUTER VISION
TECHNOLOGY
Computer vision technology is defined as
the method of automating and integrating a wide
range of processes and it performs various typical
tasks like image capturing or image acquisition,
preprocessing,
image
segmentation,
feature
extraction and feature classification applications
range from various tasks like machine vision system,
food quality evaluation, pattern recognition.

IV. STEPS IN COMPUTER VISION
TECHNOLOGY
The organization of a computer vision
system is highly based on applications where standalone applications which solve a specific
measurement or detection problem and others
constitute a sub-system of a large designs. Computer
vision system provides a data. Typical functions
which are found in many computer vision systems.
Computer vision system or computer aided system
provides various steps to identify the defected parts
of the input image. This technique provides a fast and
efficient way to obtain the required solutions with
various image representations. The block diagram of
the computer vision system are represented below

1|P age
Nandhini. P et al Int. Journal of Engineering Research and Applications
ISSN : 2248-9622, Vol. 4, Issue 2( Version 5), February 2014, pp.01-03

Image Acquisition

segmentation

Preprocessing

Filtering

Feature Extraction

www.ijera.com

The actual amount of attenuation for each frequency
varies depending on specific filter design. The
frequency components referred here are pixels.
D. High pass filter
A high-pass filter is a filter that passes highfrequency components and attenuates the components
with frequencies lower than the cutoff frequency. The
actual amount of attenuation for each frequency
varies depending on specific filter design. The
frequency components referred here are pixels.

Accepted

classification

Rejected
Premium

Fig 1: Block diagram of Computer vision system

V. IMAGE ACQUISITION
Image acquisition is the process of capturing or
acquiring the images from various hardware sources
as digital cameras. The pixel values typically
correspond to light intensity in one or several spectral
bands for gray images or colour images, but can also
be related to various physical measures, such as
depth, absorption or reflectance of sonic or
electromagnetic waves, or nuclear magnetic
resonance.

VI. PREPROCESSING
In order to enhance the brightness of the
image and to remove the film artifacts. Filtering is
done called the preprocessing. In this paper
preprocessing are done using various filters such as
low pass filter, high pass filters, median filter,
Gaussian filter, wiener filter, progressive switching
median filter to obtain the proper filtered image.
A. Median filtering
Median filtering is a non linear digital filter
used to remove the black and white dots in the image
called the salt and pepper noise and it also preserves
the edges ,the high frequency components.
B. Gaussian filter
Gaussian smoothing is effective for
removing Gaussian noise. The weights give higher
significance to pixels near the edge reduces edge
blurring. Gaussian filter will not blur the image too
much Good to be used in edge detector to reduce
noises.
C. Low pass filter
A low-pass filter is a filter that passes lowfrequency components and attenuates the components
with frequencies higher than the cutoff frequency.
www.ijera.com

E. Hybrid median filter
Hybrid median filter is same as the median
filter except that the spatial directions are calculated
diagonally as MR is the median of horizontal and
vertical pixels R. MD is the median of diagonal D
pixels.
F. Wiener filter
The Wiener filtering is an optimal filter it
minimizes the overall mean square error in the
process of inverse filtering and noise smoothing. In
wiener filter the power spectra of original noise must
be known.
G. Progressive switching median filter
The progressive switching median filter
(PSM) filter uses a switching function which includes
two stages of noisy image processing for the removal
of impulse noise. In the first stage only a switching
scheme are used to detect proportion of noise pixels.
Detection and filtering of corrupted nosie pixels of
digital image where applied through several
iterations.

VII.

IMAGE SEGMENTATION

Image segmentation is the process of
dividing an image into multiple parts. This is used to
identify objects and relevant information in digital
images. Image segmentation is the process of
partitioning a digital image into multiple segments,
sets of pixels, also known as superpixels. The goal of
segmentation is to simplify or change the
representation of an image into something that is
more meaningful and easier to analyze.
A. Colour based Binary Image Segmentation
Image segmentation is used to locate objects
and separate the foreground from the background.
The result of image segmentation is a set of segments
that collectively cover the entire image .In colour
based binary image segmentation the brightness of
the input colour images are removed by adjusting the
threshold values. Then the colour image is converted
to binary image and the edge detection is applied.
Then colour inversion is done to identify the defected
2|P age
Nandhini. P et al Int. Journal of Engineering Research and Applications
ISSN : 2248-9622, Vol. 4, Issue 2( Version 5), February 2014, pp.01-03
parts. Finally the binary image is converted to colour
image and the defected parts are easily identified.
B. Particle Swarm Optimization
PSO is a computational method that
optimizes a problem by iteratively improving a
candidate solution with a proper quality
measurement. PSO optimizes a problem by having a
group of solutions and moving these particles around
the search-space by a simple mathematical formulae.
Each particle's movement is influenced by its local
best known position but, is guided toward the best
known positions in the search-space, which are
updated as better positions are found by other
particles. This is expected to move the swarm toward
the best solutions.
C.Parameters of image segmentation
Accuracy: Determines the efficiency of the
system
Accuracy = ((True positive + true negative)/(true
positive+ True negative+False positive+false
negative))*100
(1)
Specificity:Fraction of negative samples predicted as
a positive class
Specificity =True negative/(true negative+false
positive)*100
(2)
Sensitivity:Fraction of positive samples predicted
correctly by the model
Sensitivity = True positive/(True positive+False
negative)*100
(3)

X. CONCLUSION AND FUTURE
WORK
The Quality of the food materials are
identified using the computer aided system. The key
idea of the proposed method is to identify the
defected parts of food materials. The proposed
framework provides the comparison of various filters
and the hybrid median filter was selected as the filter
with the high PSNR values and was used in the
preprocessing stage. Image segmentation process
namely Colour based binary Image segmentation and
Particle swarm optimization techniques were
compared then their parameters such as accuracy,
specificity, sensitivity were measured and found that
the color based binary image segmentation were well
suited for image segmentation. Finally the defected
parts were being segmented from the original image.
The future work is based on feature classification and
feature selection of food products by Artificial Neural
Networks to classify the quality of food as accepted,
rejected and premium.

REFERENCES
[1]

[2]

VIII. SOFTWARE USED
MATLAB is a high-level language used for
performing
mathematical
calculations
and
programming in image processing. Data can be
analyzed using MATLAB, develop algorithms, and
create models and applications. The language, tools,
and built-in math functions enable us to explore
multiple approaches and reach a solution faster than
with spreadsheets or traditional programming
languages.

IX. RESULTS AND DISCUSSION

[3]

[4]

A. Parameters of image segmentation
Food
materials

Accuracy %

Specificity %

Sensitivity %

CBBIS

PSO

CBBIS

PSO

CBBIS

PSO

Mango

70.66

56.71

99.95

88.64

91.26

81.45

Tomato

87.44

82.04

99.07

85.26

95.37

83.45

Pumpkin

80.13

64.41

99.93

86.29

93.06

77.65

Onion

81.62

68.17

99.83

89.82

94.61

81.74

Potato

69.80

64.87

99.90

91.63

91.76

83.94

[5]

www.ijera.com

www.ijera.com

Ali Adelkhani, Babak Beheshti, Saeid
Minaei, Payam Javadikia and Mahdi
Ghasemi-Varnamkhasti. (2013),” Taste
characterization of orange using image
processing combined with ANFIS”, Journal
of
international
Measurement
of
confederation, Vol.46, No.9, PP. 3573–
3580.
Belen Diezmaa, Lourdes Lleoa, Jean Michel
Rogerb, Ana Herrero Langreob, Loredana
Lunadeic and Margarita Ruiz-Altisent.
(2013), “Examination of the quality of
spinach
leaves
using
hyperspectral
imaging”, Journal of Postharvest Biology
and Technology, Vol.85, PP. 8–17.
Cheng.H, Jiang.X, Sun.Y and Wang. J.
(2001),“Color
image
segmentation:
advances and prospects”, Journal of Pattern
Recognition society, Vol. 34,No.12, PP.
2259–2281.
Craig B. Koskiniemi , Van-Den Truong ,
Roger F. Mc Feeters and Josip
Simunovic.(2013). “Quality evaluation of
packaged acidified vegetables subjected to
continuous
microwave
pasteurization”
,Journal
of
food
science
and
technology,Vol.54 , PP.157-164.
Domingo Mery , Franco Pedreschi and
Alvaro Soto. (2012), “Automated Design of
a Computer Vision System for Visual Food
Quality Evaluation” Journal of Food
Bioprocess Technology, Vol.6, No.8, PP.
0934-2.

3|P age

More Related Content

What's hot

An adaptive threshold segmentation for detection of nuclei in cervical cells ...
An adaptive threshold segmentation for detection of nuclei in cervical cells ...An adaptive threshold segmentation for detection of nuclei in cervical cells ...
An adaptive threshold segmentation for detection of nuclei in cervical cells ...csandit
 
Performance of Various Order Statistics Filters in Impulse and Mixed Noise Re...
Performance of Various Order Statistics Filters in Impulse and Mixed Noise Re...Performance of Various Order Statistics Filters in Impulse and Mixed Noise Re...
Performance of Various Order Statistics Filters in Impulse and Mixed Noise Re...sipij
 
IRJET- Nail based Disease Analysis at Earlier Stage using Median Filter i...
IRJET-  	  Nail based Disease Analysis at Earlier Stage using Median Filter i...IRJET-  	  Nail based Disease Analysis at Earlier Stage using Median Filter i...
IRJET- Nail based Disease Analysis at Earlier Stage using Median Filter i...IRJET Journal
 
Analysis PSNR of High Density Salt and Pepper Impulse Noise Using Median Filter
Analysis PSNR of High Density Salt and Pepper Impulse Noise Using Median FilterAnalysis PSNR of High Density Salt and Pepper Impulse Noise Using Median Filter
Analysis PSNR of High Density Salt and Pepper Impulse Noise Using Median Filterijtsrd
 
Volume 2-issue-6-1974-1978
Volume 2-issue-6-1974-1978Volume 2-issue-6-1974-1978
Volume 2-issue-6-1974-1978Editor IJARCET
 
A review on digital image processing paper
A review on digital image processing paperA review on digital image processing paper
A review on digital image processing paperCharlie716895
 
Medical Image Fusion Using Discrete Wavelet Transform
Medical Image Fusion Using Discrete Wavelet TransformMedical Image Fusion Using Discrete Wavelet Transform
Medical Image Fusion Using Discrete Wavelet TransformIJERA Editor
 
An Efficient Image Denoising Approach for the Recovery of Impulse Noise
An Efficient Image Denoising Approach for the Recovery of Impulse NoiseAn Efficient Image Denoising Approach for the Recovery of Impulse Noise
An Efficient Image Denoising Approach for the Recovery of Impulse NoisejournalBEEI
 
AN EMERGING TREND OF FEATURE EXTRACTION METHOD IN VIDEO PROCESSING
AN EMERGING TREND OF FEATURE EXTRACTION METHOD IN VIDEO PROCESSINGAN EMERGING TREND OF FEATURE EXTRACTION METHOD IN VIDEO PROCESSING
AN EMERGING TREND OF FEATURE EXTRACTION METHOD IN VIDEO PROCESSINGcscpconf
 
IRJET- Analytical Study of Various Filters in Lung CT Images
IRJET- Analytical Study of Various Filters in Lung CT ImagesIRJET- Analytical Study of Various Filters in Lung CT Images
IRJET- Analytical Study of Various Filters in Lung CT ImagesIRJET Journal
 
Development and Implementation of VLSI Reconfigurable Architecture for Gabor ...
Development and Implementation of VLSI Reconfigurable Architecture for Gabor ...Development and Implementation of VLSI Reconfigurable Architecture for Gabor ...
Development and Implementation of VLSI Reconfigurable Architecture for Gabor ...Dr. Amarjeet Singh
 
Automatic Detection of Radius of Bone Fracture
Automatic Detection of Radius of Bone FractureAutomatic Detection of Radius of Bone Fracture
Automatic Detection of Radius of Bone FractureIRJET Journal
 
Efficient analysis mri us 1
Efficient analysis mri us 1Efficient analysis mri us 1
Efficient analysis mri us 1Mhmd Abuazoum
 
IRJET- Performance Analysis of Non Linear Filtering for Image Denoising
IRJET- Performance Analysis of Non Linear Filtering for Image DenoisingIRJET- Performance Analysis of Non Linear Filtering for Image Denoising
IRJET- Performance Analysis of Non Linear Filtering for Image DenoisingIRJET Journal
 
IRJET- A Fruit Quality Inspection Sytem using Faster Region Convolutional...
IRJET-  	  A Fruit Quality Inspection Sytem using Faster Region Convolutional...IRJET-  	  A Fruit Quality Inspection Sytem using Faster Region Convolutional...
IRJET- A Fruit Quality Inspection Sytem using Faster Region Convolutional...IRJET Journal
 
Biomedical image processing ppt
Biomedical image processing pptBiomedical image processing ppt
Biomedical image processing pptPriyanka Goswami
 

What's hot (20)

An adaptive threshold segmentation for detection of nuclei in cervical cells ...
An adaptive threshold segmentation for detection of nuclei in cervical cells ...An adaptive threshold segmentation for detection of nuclei in cervical cells ...
An adaptive threshold segmentation for detection of nuclei in cervical cells ...
 
Performance of Various Order Statistics Filters in Impulse and Mixed Noise Re...
Performance of Various Order Statistics Filters in Impulse and Mixed Noise Re...Performance of Various Order Statistics Filters in Impulse and Mixed Noise Re...
Performance of Various Order Statistics Filters in Impulse and Mixed Noise Re...
 
IRJET- Nail based Disease Analysis at Earlier Stage using Median Filter i...
IRJET-  	  Nail based Disease Analysis at Earlier Stage using Median Filter i...IRJET-  	  Nail based Disease Analysis at Earlier Stage using Median Filter i...
IRJET- Nail based Disease Analysis at Earlier Stage using Median Filter i...
 
15ICRASE130513 (1)
15ICRASE130513 (1)15ICRASE130513 (1)
15ICRASE130513 (1)
 
Analysis PSNR of High Density Salt and Pepper Impulse Noise Using Median Filter
Analysis PSNR of High Density Salt and Pepper Impulse Noise Using Median FilterAnalysis PSNR of High Density Salt and Pepper Impulse Noise Using Median Filter
Analysis PSNR of High Density Salt and Pepper Impulse Noise Using Median Filter
 
Volume 2-issue-6-1974-1978
Volume 2-issue-6-1974-1978Volume 2-issue-6-1974-1978
Volume 2-issue-6-1974-1978
 
Bx4301429434
Bx4301429434Bx4301429434
Bx4301429434
 
Ap4301221223
Ap4301221223Ap4301221223
Ap4301221223
 
A review on digital image processing paper
A review on digital image processing paperA review on digital image processing paper
A review on digital image processing paper
 
Medical Image Fusion Using Discrete Wavelet Transform
Medical Image Fusion Using Discrete Wavelet TransformMedical Image Fusion Using Discrete Wavelet Transform
Medical Image Fusion Using Discrete Wavelet Transform
 
Ca4201508513
Ca4201508513Ca4201508513
Ca4201508513
 
An Efficient Image Denoising Approach for the Recovery of Impulse Noise
An Efficient Image Denoising Approach for the Recovery of Impulse NoiseAn Efficient Image Denoising Approach for the Recovery of Impulse Noise
An Efficient Image Denoising Approach for the Recovery of Impulse Noise
 
AN EMERGING TREND OF FEATURE EXTRACTION METHOD IN VIDEO PROCESSING
AN EMERGING TREND OF FEATURE EXTRACTION METHOD IN VIDEO PROCESSINGAN EMERGING TREND OF FEATURE EXTRACTION METHOD IN VIDEO PROCESSING
AN EMERGING TREND OF FEATURE EXTRACTION METHOD IN VIDEO PROCESSING
 
IRJET- Analytical Study of Various Filters in Lung CT Images
IRJET- Analytical Study of Various Filters in Lung CT ImagesIRJET- Analytical Study of Various Filters in Lung CT Images
IRJET- Analytical Study of Various Filters in Lung CT Images
 
Development and Implementation of VLSI Reconfigurable Architecture for Gabor ...
Development and Implementation of VLSI Reconfigurable Architecture for Gabor ...Development and Implementation of VLSI Reconfigurable Architecture for Gabor ...
Development and Implementation of VLSI Reconfigurable Architecture for Gabor ...
 
Automatic Detection of Radius of Bone Fracture
Automatic Detection of Radius of Bone FractureAutomatic Detection of Radius of Bone Fracture
Automatic Detection of Radius of Bone Fracture
 
Efficient analysis mri us 1
Efficient analysis mri us 1Efficient analysis mri us 1
Efficient analysis mri us 1
 
IRJET- Performance Analysis of Non Linear Filtering for Image Denoising
IRJET- Performance Analysis of Non Linear Filtering for Image DenoisingIRJET- Performance Analysis of Non Linear Filtering for Image Denoising
IRJET- Performance Analysis of Non Linear Filtering for Image Denoising
 
IRJET- A Fruit Quality Inspection Sytem using Faster Region Convolutional...
IRJET-  	  A Fruit Quality Inspection Sytem using Faster Region Convolutional...IRJET-  	  A Fruit Quality Inspection Sytem using Faster Region Convolutional...
IRJET- A Fruit Quality Inspection Sytem using Faster Region Convolutional...
 
Biomedical image processing ppt
Biomedical image processing pptBiomedical image processing ppt
Biomedical image processing ppt
 

Viewers also liked

Driverless Vehicles: Future Outlook on Intelligent Transportation
Driverless Vehicles: Future Outlook on Intelligent TransportationDriverless Vehicles: Future Outlook on Intelligent Transportation
Driverless Vehicles: Future Outlook on Intelligent TransportationIJERA Editor
 
Screening and acclimation of efficient simultaneous nitrification and denitri...
Screening and acclimation of efficient simultaneous nitrification and denitri...Screening and acclimation of efficient simultaneous nitrification and denitri...
Screening and acclimation of efficient simultaneous nitrification and denitri...IJERA Editor
 
Review of Space-charge Measurement using Pulsed Electro- Acoustic Method: Adv...
Review of Space-charge Measurement using Pulsed Electro- Acoustic Method: Adv...Review of Space-charge Measurement using Pulsed Electro- Acoustic Method: Adv...
Review of Space-charge Measurement using Pulsed Electro- Acoustic Method: Adv...IJERA Editor
 
Collapse Behaviour and Energy Absorption of Aluminium Tubes Filled with Wood ...
Collapse Behaviour and Energy Absorption of Aluminium Tubes Filled with Wood ...Collapse Behaviour and Energy Absorption of Aluminium Tubes Filled with Wood ...
Collapse Behaviour and Energy Absorption of Aluminium Tubes Filled with Wood ...IJERA Editor
 
Automated Live Forensics Analysis for Volatile Data Acquisition
Automated Live Forensics Analysis for Volatile Data AcquisitionAutomated Live Forensics Analysis for Volatile Data Acquisition
Automated Live Forensics Analysis for Volatile Data AcquisitionIJERA Editor
 
In silico approach for viral mutations and sustainability of immunizations
In silico approach for viral mutations and sustainability of immunizationsIn silico approach for viral mutations and sustainability of immunizations
In silico approach for viral mutations and sustainability of immunizationsIJERA Editor
 
Antagonism of lactic acid bacteria against pathogenic agents not related to g...
Antagonism of lactic acid bacteria against pathogenic agents not related to g...Antagonism of lactic acid bacteria against pathogenic agents not related to g...
Antagonism of lactic acid bacteria against pathogenic agents not related to g...IJERA Editor
 
Development of User-Friendly Software to Design Dairy Heat Exchanger and Perf...
Development of User-Friendly Software to Design Dairy Heat Exchanger and Perf...Development of User-Friendly Software to Design Dairy Heat Exchanger and Perf...
Development of User-Friendly Software to Design Dairy Heat Exchanger and Perf...IJERA Editor
 

Viewers also liked (20)

S4408100102
S4408100102S4408100102
S4408100102
 
H42034752
H42034752H42034752
H42034752
 
T04507112117
T04507112117T04507112117
T04507112117
 
Driverless Vehicles: Future Outlook on Intelligent Transportation
Driverless Vehicles: Future Outlook on Intelligent TransportationDriverless Vehicles: Future Outlook on Intelligent Transportation
Driverless Vehicles: Future Outlook on Intelligent Transportation
 
Screening and acclimation of efficient simultaneous nitrification and denitri...
Screening and acclimation of efficient simultaneous nitrification and denitri...Screening and acclimation of efficient simultaneous nitrification and denitri...
Screening and acclimation of efficient simultaneous nitrification and denitri...
 
Da4201691696
Da4201691696Da4201691696
Da4201691696
 
E046023036
E046023036E046023036
E046023036
 
Review of Space-charge Measurement using Pulsed Electro- Acoustic Method: Adv...
Review of Space-charge Measurement using Pulsed Electro- Acoustic Method: Adv...Review of Space-charge Measurement using Pulsed Electro- Acoustic Method: Adv...
Review of Space-charge Measurement using Pulsed Electro- Acoustic Method: Adv...
 
Aq04605306316
Aq04605306316Aq04605306316
Aq04605306316
 
Ch4301475486
Ch4301475486Ch4301475486
Ch4301475486
 
I44084954
I44084954I44084954
I44084954
 
Collapse Behaviour and Energy Absorption of Aluminium Tubes Filled with Wood ...
Collapse Behaviour and Energy Absorption of Aluminium Tubes Filled with Wood ...Collapse Behaviour and Energy Absorption of Aluminium Tubes Filled with Wood ...
Collapse Behaviour and Energy Absorption of Aluminium Tubes Filled with Wood ...
 
Automated Live Forensics Analysis for Volatile Data Acquisition
Automated Live Forensics Analysis for Volatile Data AcquisitionAutomated Live Forensics Analysis for Volatile Data Acquisition
Automated Live Forensics Analysis for Volatile Data Acquisition
 
In silico approach for viral mutations and sustainability of immunizations
In silico approach for viral mutations and sustainability of immunizationsIn silico approach for viral mutations and sustainability of immunizations
In silico approach for viral mutations and sustainability of immunizations
 
Antagonism of lactic acid bacteria against pathogenic agents not related to g...
Antagonism of lactic acid bacteria against pathogenic agents not related to g...Antagonism of lactic acid bacteria against pathogenic agents not related to g...
Antagonism of lactic acid bacteria against pathogenic agents not related to g...
 
V04404131134
V04404131134V04404131134
V04404131134
 
I045054954
I045054954I045054954
I045054954
 
Cd4201522527
Cd4201522527Cd4201522527
Cd4201522527
 
T04404121128
T04404121128T04404121128
T04404121128
 
Development of User-Friendly Software to Design Dairy Heat Exchanger and Perf...
Development of User-Friendly Software to Design Dairy Heat Exchanger and Perf...Development of User-Friendly Software to Design Dairy Heat Exchanger and Perf...
Development of User-Friendly Software to Design Dairy Heat Exchanger and Perf...
 

Similar to A42050103

Lung Cancer Detection using Image Processing Techniques
Lung Cancer Detection using Image Processing TechniquesLung Cancer Detection using Image Processing Techniques
Lung Cancer Detection using Image Processing TechniquesIRJET Journal
 
Brain tumor pattern recognition using correlation filter
Brain tumor pattern recognition using correlation filterBrain tumor pattern recognition using correlation filter
Brain tumor pattern recognition using correlation filtereSAT Publishing House
 
IRJET - Change Detection in Satellite Images using Convolutional Neural N...
IRJET -  	  Change Detection in Satellite Images using Convolutional Neural N...IRJET -  	  Change Detection in Satellite Images using Convolutional Neural N...
IRJET - Change Detection in Satellite Images using Convolutional Neural N...IRJET Journal
 
Fake Multi Biometric Detection using Image Quality Assessment
Fake Multi Biometric Detection using Image Quality AssessmentFake Multi Biometric Detection using Image Quality Assessment
Fake Multi Biometric Detection using Image Quality Assessmentijsrd.com
 
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
 
IRJET- Analysing Wound Area Measurement using Android App
IRJET- Analysing Wound Area Measurement using Android AppIRJET- Analysing Wound Area Measurement using Android App
IRJET- Analysing Wound Area Measurement using Android AppIRJET Journal
 
Image Segmentation Based Survey on the Lung Cancer MRI Images
Image Segmentation Based Survey on the Lung Cancer MRI ImagesImage Segmentation Based Survey on the Lung Cancer MRI Images
Image Segmentation Based Survey on the Lung Cancer MRI ImagesIIRindia
 
Paper id 21201419
Paper id 21201419Paper id 21201419
Paper id 21201419IJRAT
 
A REVIEW ON BRAIN TUMOR DETECTION FOR HIGHER ACCURACY USING DEEP NEURAL NETWO...
A REVIEW ON BRAIN TUMOR DETECTION FOR HIGHER ACCURACY USING DEEP NEURAL NETWO...A REVIEW ON BRAIN TUMOR DETECTION FOR HIGHER ACCURACY USING DEEP NEURAL NETWO...
A REVIEW ON BRAIN TUMOR DETECTION FOR HIGHER ACCURACY USING DEEP NEURAL NETWO...IRJET Journal
 
IRJET- Nail based Disease Analysis at Earlier Stage using Median Filter in Im...
IRJET- Nail based Disease Analysis at Earlier Stage using Median Filter in Im...IRJET- Nail based Disease Analysis at Earlier Stage using Median Filter in Im...
IRJET- Nail based Disease Analysis at Earlier Stage using Median Filter in Im...IRJET Journal
 
IRJET- Kidney Stone Classification using Deep Neural Networks and Facilitatin...
IRJET- Kidney Stone Classification using Deep Neural Networks and Facilitatin...IRJET- Kidney Stone Classification using Deep Neural Networks and Facilitatin...
IRJET- Kidney Stone Classification using Deep Neural Networks and Facilitatin...IRJET Journal
 
IRJET- Kidney Stone Classification using Deep Neural Networks and Facilitatin...
IRJET- Kidney Stone Classification using Deep Neural Networks and Facilitatin...IRJET- Kidney Stone Classification using Deep Neural Networks and Facilitatin...
IRJET- Kidney Stone Classification using Deep Neural Networks and Facilitatin...IRJET Journal
 
IRJET - Skin Disease Identification using Image Processing and Machine Le...
IRJET -  	  Skin Disease Identification using Image Processing and Machine Le...IRJET -  	  Skin Disease Identification using Image Processing and Machine Le...
IRJET - Skin Disease Identification using Image Processing and Machine Le...IRJET Journal
 
IRJET - Simulation of Colour Image Processing Techniques on VHDL
IRJET - Simulation of Colour Image Processing Techniques on VHDLIRJET - Simulation of Colour Image Processing Techniques on VHDL
IRJET - Simulation of Colour Image Processing Techniques on VHDLIRJET Journal
 
IMPROVING IMAGE RESOLUTION THROUGH THE CRA ALGORITHM INVOLVED RECYCLING PROCE...
IMPROVING IMAGE RESOLUTION THROUGH THE CRA ALGORITHM INVOLVED RECYCLING PROCE...IMPROVING IMAGE RESOLUTION THROUGH THE CRA ALGORITHM INVOLVED RECYCLING PROCE...
IMPROVING IMAGE RESOLUTION THROUGH THE CRA ALGORITHM INVOLVED RECYCLING PROCE...cscpconf
 
Improving image resolution through the cra algorithm involved recycling proce...
Improving image resolution through the cra algorithm involved recycling proce...Improving image resolution through the cra algorithm involved recycling proce...
Improving image resolution through the cra algorithm involved recycling proce...csandit
 
The quality identification of fruits in image processing using matlab
The quality identification of fruits in image processing using matlabThe quality identification of fruits in image processing using matlab
The quality identification of fruits in image processing using matlabeSAT Publishing House
 
IRJET - Plant Leaf Disease Diagnosis from Color Imagery using Co-Occurrence M...
IRJET - Plant Leaf Disease Diagnosis from Color Imagery using Co-Occurrence M...IRJET - Plant Leaf Disease Diagnosis from Color Imagery using Co-Occurrence M...
IRJET - Plant Leaf Disease Diagnosis from Color Imagery using Co-Occurrence M...IRJET Journal
 

Similar to A42050103 (20)

Lung Cancer Detection using Image Processing Techniques
Lung Cancer Detection using Image Processing TechniquesLung Cancer Detection using Image Processing Techniques
Lung Cancer Detection using Image Processing Techniques
 
Brain tumor pattern recognition using correlation filter
Brain tumor pattern recognition using correlation filterBrain tumor pattern recognition using correlation filter
Brain tumor pattern recognition using correlation filter
 
IRJET - Change Detection in Satellite Images using Convolutional Neural N...
IRJET -  	  Change Detection in Satellite Images using Convolutional Neural N...IRJET -  	  Change Detection in Satellite Images using Convolutional Neural N...
IRJET - Change Detection in Satellite Images using Convolutional Neural N...
 
Fake Multi Biometric Detection using Image Quality Assessment
Fake Multi Biometric Detection using Image Quality AssessmentFake Multi Biometric Detection using Image Quality Assessment
Fake Multi Biometric Detection using Image Quality Assessment
 
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- Analysing Wound Area Measurement using Android App
IRJET- Analysing Wound Area Measurement using Android AppIRJET- Analysing Wound Area Measurement using Android App
IRJET- Analysing Wound Area Measurement using Android App
 
final_project
final_projectfinal_project
final_project
 
Image Segmentation Based Survey on the Lung Cancer MRI Images
Image Segmentation Based Survey on the Lung Cancer MRI ImagesImage Segmentation Based Survey on the Lung Cancer MRI Images
Image Segmentation Based Survey on the Lung Cancer MRI Images
 
T2_219a.pdf
T2_219a.pdfT2_219a.pdf
T2_219a.pdf
 
Paper id 21201419
Paper id 21201419Paper id 21201419
Paper id 21201419
 
A REVIEW ON BRAIN TUMOR DETECTION FOR HIGHER ACCURACY USING DEEP NEURAL NETWO...
A REVIEW ON BRAIN TUMOR DETECTION FOR HIGHER ACCURACY USING DEEP NEURAL NETWO...A REVIEW ON BRAIN TUMOR DETECTION FOR HIGHER ACCURACY USING DEEP NEURAL NETWO...
A REVIEW ON BRAIN TUMOR DETECTION FOR HIGHER ACCURACY USING DEEP NEURAL NETWO...
 
IRJET- Nail based Disease Analysis at Earlier Stage using Median Filter in Im...
IRJET- Nail based Disease Analysis at Earlier Stage using Median Filter in Im...IRJET- Nail based Disease Analysis at Earlier Stage using Median Filter in Im...
IRJET- Nail based Disease Analysis at Earlier Stage using Median Filter in Im...
 
IRJET- Kidney Stone Classification using Deep Neural Networks and Facilitatin...
IRJET- Kidney Stone Classification using Deep Neural Networks and Facilitatin...IRJET- Kidney Stone Classification using Deep Neural Networks and Facilitatin...
IRJET- Kidney Stone Classification using Deep Neural Networks and Facilitatin...
 
IRJET- Kidney Stone Classification using Deep Neural Networks and Facilitatin...
IRJET- Kidney Stone Classification using Deep Neural Networks and Facilitatin...IRJET- Kidney Stone Classification using Deep Neural Networks and Facilitatin...
IRJET- Kidney Stone Classification using Deep Neural Networks and Facilitatin...
 
IRJET - Skin Disease Identification using Image Processing and Machine Le...
IRJET -  	  Skin Disease Identification using Image Processing and Machine Le...IRJET -  	  Skin Disease Identification using Image Processing and Machine Le...
IRJET - Skin Disease Identification using Image Processing and Machine Le...
 
IRJET - Simulation of Colour Image Processing Techniques on VHDL
IRJET - Simulation of Colour Image Processing Techniques on VHDLIRJET - Simulation of Colour Image Processing Techniques on VHDL
IRJET - Simulation of Colour Image Processing Techniques on VHDL
 
IMPROVING IMAGE RESOLUTION THROUGH THE CRA ALGORITHM INVOLVED RECYCLING PROCE...
IMPROVING IMAGE RESOLUTION THROUGH THE CRA ALGORITHM INVOLVED RECYCLING PROCE...IMPROVING IMAGE RESOLUTION THROUGH THE CRA ALGORITHM INVOLVED RECYCLING PROCE...
IMPROVING IMAGE RESOLUTION THROUGH THE CRA ALGORITHM INVOLVED RECYCLING PROCE...
 
Improving image resolution through the cra algorithm involved recycling proce...
Improving image resolution through the cra algorithm involved recycling proce...Improving image resolution through the cra algorithm involved recycling proce...
Improving image resolution through the cra algorithm involved recycling proce...
 
The quality identification of fruits in image processing using matlab
The quality identification of fruits in image processing using matlabThe quality identification of fruits in image processing using matlab
The quality identification of fruits in image processing using matlab
 
IRJET - Plant Leaf Disease Diagnosis from Color Imagery using Co-Occurrence M...
IRJET - Plant Leaf Disease Diagnosis from Color Imagery using Co-Occurrence M...IRJET - Plant Leaf Disease Diagnosis from Color Imagery using Co-Occurrence M...
IRJET - Plant Leaf Disease Diagnosis from Color Imagery using Co-Occurrence M...
 

Recently uploaded

Pigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping ElbowsPigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping ElbowsPigging Solutions
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsMaria Levchenko
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonetsnaman860154
 
Azure Monitor & Application Insight to monitor Infrastructure & Application
Azure Monitor & Application Insight to monitor Infrastructure & ApplicationAzure Monitor & Application Insight to monitor Infrastructure & Application
Azure Monitor & Application Insight to monitor Infrastructure & ApplicationAndikSusilo4
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationRadu Cotescu
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking MenDelhi Call girls
 
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...HostedbyConfluent
 
Benefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other FrameworksBenefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other FrameworksSoftradix Technologies
 
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024BookNet Canada
 
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationBeyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationSafe Software
 
Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101Paola De la Torre
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationRidwan Fadjar
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slidespraypatel2
 
Maximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptxMaximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptxOnBoard
 
Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesSinan KOZAK
 
Understanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitectureUnderstanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitecturePixlogix Infotech
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationMichael W. Hawkins
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsEnterprise Knowledge
 
AI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsAI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsMemoori
 
Key Features Of Token Development (1).pptx
Key  Features Of Token  Development (1).pptxKey  Features Of Token  Development (1).pptx
Key Features Of Token Development (1).pptxLBM Solutions
 

Recently uploaded (20)

Pigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping ElbowsPigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping Elbows
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed texts
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonets
 
Azure Monitor & Application Insight to monitor Infrastructure & Application
Azure Monitor & Application Insight to monitor Infrastructure & ApplicationAzure Monitor & Application Insight to monitor Infrastructure & Application
Azure Monitor & Application Insight to monitor Infrastructure & Application
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organization
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men
 
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
 
Benefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other FrameworksBenefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other Frameworks
 
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
 
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationBeyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
 
Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 Presentation
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slides
 
Maximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptxMaximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptx
 
Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen Frames
 
Understanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitectureUnderstanding the Laravel MVC Architecture
Understanding the Laravel MVC Architecture
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day Presentation
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI Solutions
 
AI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsAI as an Interface for Commercial Buildings
AI as an Interface for Commercial Buildings
 
Key Features Of Token Development (1).pptx
Key  Features Of Token  Development (1).pptxKey  Features Of Token  Development (1).pptx
Key Features Of Token Development (1).pptx
 

A42050103

  • 1. Nandhini. P et al Int. Journal of Engineering Research and Applications ISSN : 2248-9622, Vol. 4, Issue 2( Version 5), February 2014, pp.01-03 RESEARCH ARTICLE www.ijera.com OPEN ACCESS Image Segmentation for Food Quality Evaluation Using Computer Vision System Nandhini. P *, Dr. J. Jaya** *(PG Scholar, Akshaya College of Engineering and Technolgy, TN, India) ** (Principal, Akshaya College of Engineering and Technology, TN, India) ABSTRACT Quality evaluation is an important factor in food processing industries using the computer vision system where human inspection systems provide high variability. In many countries food processing industries aims at producing defect free food materials to the consumers. Human evaluation techniques suffer from high labour costs, inconsistency and variability. Thus this paper provides various steps for identifying defects in the food material using the computer vision systems. Various steps in computer vision system are image acquisition, Preprocessing, image segmentation, feature identification and classification. The proposed framework provides the comparison of various filters where the hybrid median filter was selected as the filter with the high PSNR value and is used in preprocessing. Image segmentation techniques such as Colour based binary Image segmentation, Particle swarm optimization are compared and image segmentation parameters such as accuracy, sensitivity , specificity are calculated and found that colour based binary image segmentation is well suited for food quality evaluation. Finally this paper provides an efficient method for identifying the defected parts in food materials. Keywords – food quality, computer vision, parameters, food products ,defects I. INTRODUCTION Image processing is a technique to enhance the input image to provide a clearer data. Digital image processing, where the digital images are processed using the computer. Digital images are composed of large number of elements called pixels, each pixel represents the image detail. Computer vision system deals with processing of image data with various steps. It provides a clear vision and high reliability in data processing. Human vision systems for the data analysis provided a poorer details and is time consuming such that computer vision system provides a finer detail. II. FOOD QUALITY EVALUATION Food quality evaluation plays an important role in providing defect free food products to the consumers .Quality which defines the internal and external characteristics of the materials .In food quality the external characteristics depends on colour, shape ,size and the internal characteristics as physical and chemical. In food processing industries the food products are continuously over the sieves such that hundreds of food products are scanned in fraction of second. CCD cameras are used to monitor the movement of the food products and finally the defected materials are thrown away from the sieves. www.ijera.com III. COMPUTER VISION TECHNOLOGY Computer vision technology is defined as the method of automating and integrating a wide range of processes and it performs various typical tasks like image capturing or image acquisition, preprocessing, image segmentation, feature extraction and feature classification applications range from various tasks like machine vision system, food quality evaluation, pattern recognition. IV. STEPS IN COMPUTER VISION TECHNOLOGY The organization of a computer vision system is highly based on applications where standalone applications which solve a specific measurement or detection problem and others constitute a sub-system of a large designs. Computer vision system provides a data. Typical functions which are found in many computer vision systems. Computer vision system or computer aided system provides various steps to identify the defected parts of the input image. This technique provides a fast and efficient way to obtain the required solutions with various image representations. The block diagram of the computer vision system are represented below 1|P age
  • 2. Nandhini. P et al Int. Journal of Engineering Research and Applications ISSN : 2248-9622, Vol. 4, Issue 2( Version 5), February 2014, pp.01-03 Image Acquisition segmentation Preprocessing Filtering Feature Extraction www.ijera.com The actual amount of attenuation for each frequency varies depending on specific filter design. The frequency components referred here are pixels. D. High pass filter A high-pass filter is a filter that passes highfrequency components and attenuates the components with frequencies lower than the cutoff frequency. The actual amount of attenuation for each frequency varies depending on specific filter design. The frequency components referred here are pixels. Accepted classification Rejected Premium Fig 1: Block diagram of Computer vision system V. IMAGE ACQUISITION Image acquisition is the process of capturing or acquiring the images from various hardware sources as digital cameras. The pixel values typically correspond to light intensity in one or several spectral bands for gray images or colour images, but can also be related to various physical measures, such as depth, absorption or reflectance of sonic or electromagnetic waves, or nuclear magnetic resonance. VI. PREPROCESSING In order to enhance the brightness of the image and to remove the film artifacts. Filtering is done called the preprocessing. In this paper preprocessing are done using various filters such as low pass filter, high pass filters, median filter, Gaussian filter, wiener filter, progressive switching median filter to obtain the proper filtered image. A. Median filtering Median filtering is a non linear digital filter used to remove the black and white dots in the image called the salt and pepper noise and it also preserves the edges ,the high frequency components. B. Gaussian filter Gaussian smoothing is effective for removing Gaussian noise. The weights give higher significance to pixels near the edge reduces edge blurring. Gaussian filter will not blur the image too much Good to be used in edge detector to reduce noises. C. Low pass filter A low-pass filter is a filter that passes lowfrequency components and attenuates the components with frequencies higher than the cutoff frequency. www.ijera.com E. Hybrid median filter Hybrid median filter is same as the median filter except that the spatial directions are calculated diagonally as MR is the median of horizontal and vertical pixels R. MD is the median of diagonal D pixels. F. Wiener filter The Wiener filtering is an optimal filter it minimizes the overall mean square error in the process of inverse filtering and noise smoothing. In wiener filter the power spectra of original noise must be known. G. Progressive switching median filter The progressive switching median filter (PSM) filter uses a switching function which includes two stages of noisy image processing for the removal of impulse noise. In the first stage only a switching scheme are used to detect proportion of noise pixels. Detection and filtering of corrupted nosie pixels of digital image where applied through several iterations. VII. IMAGE SEGMENTATION Image segmentation is the process of dividing an image into multiple parts. This is used to identify objects and relevant information in digital images. Image segmentation is the process of partitioning a digital image into multiple segments, sets of pixels, also known as superpixels. The goal of segmentation is to simplify or change the representation of an image into something that is more meaningful and easier to analyze. A. Colour based Binary Image Segmentation Image segmentation is used to locate objects and separate the foreground from the background. The result of image segmentation is a set of segments that collectively cover the entire image .In colour based binary image segmentation the brightness of the input colour images are removed by adjusting the threshold values. Then the colour image is converted to binary image and the edge detection is applied. Then colour inversion is done to identify the defected 2|P age
  • 3. Nandhini. P et al Int. Journal of Engineering Research and Applications ISSN : 2248-9622, Vol. 4, Issue 2( Version 5), February 2014, pp.01-03 parts. Finally the binary image is converted to colour image and the defected parts are easily identified. B. Particle Swarm Optimization PSO is a computational method that optimizes a problem by iteratively improving a candidate solution with a proper quality measurement. PSO optimizes a problem by having a group of solutions and moving these particles around the search-space by a simple mathematical formulae. Each particle's movement is influenced by its local best known position but, is guided toward the best known positions in the search-space, which are updated as better positions are found by other particles. This is expected to move the swarm toward the best solutions. C.Parameters of image segmentation Accuracy: Determines the efficiency of the system Accuracy = ((True positive + true negative)/(true positive+ True negative+False positive+false negative))*100 (1) Specificity:Fraction of negative samples predicted as a positive class Specificity =True negative/(true negative+false positive)*100 (2) Sensitivity:Fraction of positive samples predicted correctly by the model Sensitivity = True positive/(True positive+False negative)*100 (3) X. CONCLUSION AND FUTURE WORK The Quality of the food materials are identified using the computer aided system. The key idea of the proposed method is to identify the defected parts of food materials. The proposed framework provides the comparison of various filters and the hybrid median filter was selected as the filter with the high PSNR values and was used in the preprocessing stage. Image segmentation process namely Colour based binary Image segmentation and Particle swarm optimization techniques were compared then their parameters such as accuracy, specificity, sensitivity were measured and found that the color based binary image segmentation were well suited for image segmentation. Finally the defected parts were being segmented from the original image. The future work is based on feature classification and feature selection of food products by Artificial Neural Networks to classify the quality of food as accepted, rejected and premium. REFERENCES [1] [2] VIII. SOFTWARE USED MATLAB is a high-level language used for performing mathematical calculations and programming in image processing. Data can be analyzed using MATLAB, develop algorithms, and create models and applications. The language, tools, and built-in math functions enable us to explore multiple approaches and reach a solution faster than with spreadsheets or traditional programming languages. IX. RESULTS AND DISCUSSION [3] [4] A. Parameters of image segmentation Food materials Accuracy % Specificity % Sensitivity % CBBIS PSO CBBIS PSO CBBIS PSO Mango 70.66 56.71 99.95 88.64 91.26 81.45 Tomato 87.44 82.04 99.07 85.26 95.37 83.45 Pumpkin 80.13 64.41 99.93 86.29 93.06 77.65 Onion 81.62 68.17 99.83 89.82 94.61 81.74 Potato 69.80 64.87 99.90 91.63 91.76 83.94 [5] www.ijera.com www.ijera.com Ali Adelkhani, Babak Beheshti, Saeid Minaei, Payam Javadikia and Mahdi Ghasemi-Varnamkhasti. (2013),” Taste characterization of orange using image processing combined with ANFIS”, Journal of international Measurement of confederation, Vol.46, No.9, PP. 3573– 3580. Belen Diezmaa, Lourdes Lleoa, Jean Michel Rogerb, Ana Herrero Langreob, Loredana Lunadeic and Margarita Ruiz-Altisent. (2013), “Examination of the quality of spinach leaves using hyperspectral imaging”, Journal of Postharvest Biology and Technology, Vol.85, PP. 8–17. Cheng.H, Jiang.X, Sun.Y and Wang. J. (2001),“Color image segmentation: advances and prospects”, Journal of Pattern Recognition society, Vol. 34,No.12, PP. 2259–2281. Craig B. Koskiniemi , Van-Den Truong , Roger F. Mc Feeters and Josip Simunovic.(2013). “Quality evaluation of packaged acidified vegetables subjected to continuous microwave pasteurization” ,Journal of food science and technology,Vol.54 , PP.157-164. Domingo Mery , Franco Pedreschi and Alvaro Soto. (2012), “Automated Design of a Computer Vision System for Visual Food Quality Evaluation” Journal of Food Bioprocess Technology, Vol.6, No.8, PP. 0934-2. 3|P age