SlideShare a Scribd company logo
POST-HARVEST QUALITY EVALUATION
SYSTEM ON CONVEYOR BELT FOR
MECHANICALLY
HARVESTED CITRUS
Daeun Choi
Won Suk Lee
Reza Ehsani
Fritz Roka
Ce Yang
Contents
1 Motivation
2 Material and Method
3 Result
2
4 Conclusion
Contents
1 Motivation
2 Material and Method
3 Result
3
4 Conclusion
Motivation
4
 Post-harvest citrus quality evaluation system
Machine Vision
 Replace human workforce
 Non-destructive evaluation
 Fast, accurate and reducing cost
V
Vision sensor
5
Image adopted from Shin, J., W. S. Lee, and R. Ehsani. 2012.
Postharvest citrus mass and size estimation using logistic
classification model and watershed algorithm. Biosystems
Engineering 113(1): 42-53
Previous Works
 Blasco, J., N. Aleixos, and E. Molto. 2006. Computer vision detection
of peel defects in citrus by means of a region oriented segmentation
algorithm. Journal of Food Engineering 81: 535-543.
Region-oriented segmentation algorithm for detecting the most common peel
defects of citrus fruits
 Kohno, Y., N. Kondo, M. Iida, M. Kurita, T. Shiigi, Y. Ogawa, T. Kaichi
and S. Okamoto. 2011. Development of a Mobile Grading Machine for
Citrus Fruit, Engineering in Agriculture, Environment and Food
4(1):7-11.
Ripeness and diameter estimation using RGB color images
 Cubero, S., N. Aleixos, F. Albert, A. Torregrosa, C. Ortiz, O. Garcia-
Navarrete and J. Blasco. 2013. Optimised computer vision system
for automatic pre-grading of citrus fruit in the field using a mobile
platform. Precision Agric. 15: 80-94
Size and color index estimation using Lab color space
6
Motivation
 Mechanical harvester- canopy shaker
7
Tree
Challenges of Mechanical
Harvesting
 Valencia – One of major variety of citrus
8
Fruit for
following year Fruit for
harvesting
Challenges of Mechanical
Harvesting
9
Mechanical harvester using physical force to harvest citrus
Unavoidable removal of green citrus for following year
(Valencia)
Motivation
10
Objective
11
Develop a fruit inspection system for harvested
citrus fruit on a conveyor belt to identify
healthy, abnormal and small immature fruit for
following year.
Contents
1 Motivation
2 Material and Method
3 Result
12
4 Conclusion
 Conveyor belt system - driven by a tractor
pump
 Rotating speed - 48 cm/s
Hardware System
Prototype system for
inspecting citrus on a
conveyor belt
13
Imaging System
 GigE RGB camera (SXG10C, Baumer)
 ½” CCD, 1024*1024
 Shutter speed: 3 ms
 Focal length: 6 mm
 FOV: 80 cm by 60 cm
 Image acquired in every
1.5 sec
14
Inside of imaging box
Image used for experiment
 Typical image used for experiment
 Total 5 trials (average 18 images per trial)
 1 image including 10-30 fruit
15
Immature
Types of Citrus Fruit
16
Healthy
Abnormal
Total of 91 images including 617 healthy,
283 abnormal and 237 immature citrus
Machine Vision Algorithm
17
Color
correction
Background
removal
Circular Hough
transform
(CHT)
Classification
Mass
estimation
Color Correction
R* = R*0.7367 + 37.72
G* = G*0.6194 + 27.82
B* = B*0.6459 + 27.33
18
Background Removal
R Threshold = 50
G Threshold = 50
19
 Three classes for histogram analysis
 Mature: healthy, abnormal
 Green: small young fruit for following year
 Background: conveyor belt
Background Removal
20
Original image After thresholding
Finding Potential Areas
 Remained background, branches, leaves
 Most distinctive feature of citrus: circular shape
Circular Hough Transform
- finding circular object
- Input: image,
diameters
21
Finding Potential Areas
22
Compare
diameters and
center position
Circular Hough
Transform
Removing
falsely detected
circles
• Ensemble learning
multiple weak learners are trained
and combine their outputs to have
better accuracy.
 Random Forest: revised bagging
method with decision tree for
better generalization.
 Given a training set of size n, draw a sample
of size n*<n (resampling) and
For i = 1:M
Train classifier Ci, choose a different subset
of features randomly at each split.
end
Final classifier is a majority vote of C1 .. CM
Random Forest Classifier
23
Random Forest Classifier
• Features
 Color information
- Histogram in R, G, B, H, S, V, Y, Cb, Cr, L, a, b and
gray-scale
- Mean, standard deviation
 Size information: area, diameter
 Texture
- GLCM: contrast, energy, homogeneity, correlation
- 4 directions: minimum, maximum and average
24
Mass estimation
 Diameter in cm and in pixels comparison
 Regression analysis between mass, diameters
 400 oranges (350 mature, 50 immature)
Mass = 0.09*Diameter2
-4.90*Diameter + 80.97
R2 = 0.96
25
Contents
1 Motivation
2 Material and Method
3 Result
26
4 Conclusion
Image Analysis Result
Trial
No.
Healthy
Oranges
Abnormal
Oranges
Immature Oranges
for Following Year
Leaf &
Conveyor belt
1
Total 88 26 43 248
Correct
Identification (%)
86 (97.7) 22 (84.6) 38 (88.4) 246 (99.2)
2
Total 104 35 22 87
Correct
Identification (%)
97 (93.3) 29 (82.9) 18 (81.8) 78 (89.7)
3
Total 188 91 71 199
Correct
Identification
(%)
176 (93.6) 79 (86.8) 64 (90.1) 181 (91.0)
4
Total 138 76 35 233
Correct
Identification (%)
129 (93.5) 65 (85.5) 32 (91.4) 218 (93.6)
5
Total 99 55 66 180
Correct
Identification (%)
91 (91.9) 42 (76.4) 55 (83.3) 167 (92.7)
Average
Total 123.4 56.6 47.4 189.4
Correct
Identification (%)
115.8
(94.0)
47.4 (83.2) 41.4 (87.0) 178 (93.2)
27
Correctly Identified (%) = 100*Correctly identified object by the algorithm/Ground truth
The number of fruit correctly identified by the algorithm along with
the number of actual fruit by manual counting
Mass Estimation Result
28
Mass estimation results of each trial by the algorithm (kg)
Trial No. Actual Mass Estimated Mass R2
RMSE
1 22.4 27.6
2 32.9 33.7
3 50.2 58.13 0.96 4.09
4 43.8 48.0
5 36.4 38.8
Average 37.1 41.2
Contents
1 Motivation
2 Material and Method
3 Result
29
4 Conclusion
Conclusion
1. A prototype system for fruit inspection of
harvested citrus fruit on a conveyor belt was
developed.
2. Overall classification result was good for
healthy fruit.
3. Irregular patterns of abnormal citrus caused
to lower prediction ability of the classifier.
4. Identifying immature fruit on the conveyor
belt can be used to find effect of mechanical
harvesters for following year crops.
5. Distinguishing healthy and abnormal fruit can
be used for quality evaluation of harvested fruit.
30
Dana Choi | Post harvest quality evaluation system on conveyor belt for mechanically harvested citrus

More Related Content

What's hot

Multi Class Cervical Cancer Classification by using ERSTCM, EMSD & CFE method...
Multi Class Cervical Cancer Classification by using ERSTCM, EMSD & CFE method...Multi Class Cervical Cancer Classification by using ERSTCM, EMSD & CFE method...
Multi Class Cervical Cancer Classification by using ERSTCM, EMSD & CFE method...
IOSRjournaljce
 
A study of region based segmentation methods for mammograms
A study of region based segmentation methods for mammogramsA study of region based segmentation methods for mammograms
A study of region based segmentation methods for mammograms
eSAT Journals
 

What's hot (15)

Automated bone metastasis detection
Automated bone metastasis detection Automated bone metastasis detection
Automated bone metastasis detection
 
IRJET- A Survey on Categorization of Breast Cancer in Histopathological Images
IRJET- A Survey on Categorization of Breast Cancer in Histopathological ImagesIRJET- A Survey on Categorization of Breast Cancer in Histopathological Images
IRJET- A Survey on Categorization of Breast Cancer in Histopathological Images
 
BFO – AIS: A FRAME WORK FOR MEDICAL IMAGE CLASSIFICATION USING SOFT COMPUTING...
BFO – AIS: A FRAME WORK FOR MEDICAL IMAGE CLASSIFICATION USING SOFT COMPUTING...BFO – AIS: A FRAME WORK FOR MEDICAL IMAGE CLASSIFICATION USING SOFT COMPUTING...
BFO – AIS: A FRAME WORK FOR MEDICAL IMAGE CLASSIFICATION USING SOFT COMPUTING...
 
Multi Class Cervical Cancer Classification by using ERSTCM, EMSD & CFE method...
Multi Class Cervical Cancer Classification by using ERSTCM, EMSD & CFE method...Multi Class Cervical Cancer Classification by using ERSTCM, EMSD & CFE method...
Multi Class Cervical Cancer Classification by using ERSTCM, EMSD & CFE method...
 
Skin Cancer Detection
Skin Cancer DetectionSkin Cancer Detection
Skin Cancer Detection
 
A study of region based segmentation methods for mammograms
A study of region based segmentation methods for mammogramsA study of region based segmentation methods for mammograms
A study of region based segmentation methods for mammograms
 
A study of region based segmentation methods for
A study of region based segmentation methods forA study of region based segmentation methods for
A study of region based segmentation methods for
 
Ol3425172524
Ol3425172524Ol3425172524
Ol3425172524
 
GENETIC ALGORITHM (GA) OPTIMIZATION USING DIABETES EXPERIMENTAL DATA
GENETIC ALGORITHM (GA) OPTIMIZATION USING DIABETES EXPERIMENTAL DATAGENETIC ALGORITHM (GA) OPTIMIZATION USING DIABETES EXPERIMENTAL DATA
GENETIC ALGORITHM (GA) OPTIMIZATION USING DIABETES EXPERIMENTAL DATA
 
P033079086
P033079086P033079086
P033079086
 
IRJET- Detection & Classification of Melanoma Skin Cancer
IRJET-  	  Detection & Classification of Melanoma Skin CancerIRJET-  	  Detection & Classification of Melanoma Skin Cancer
IRJET- Detection & Classification of Melanoma Skin Cancer
 
AN EFFECTIVE AND EFFICIENT FEATURE SELECTION METHOD FOR LUNG CANCER DETECTION
AN EFFECTIVE AND EFFICIENT FEATURE SELECTION METHOD FOR LUNG CANCER DETECTIONAN EFFECTIVE AND EFFICIENT FEATURE SELECTION METHOD FOR LUNG CANCER DETECTION
AN EFFECTIVE AND EFFICIENT FEATURE SELECTION METHOD FOR LUNG CANCER DETECTION
 
The Effects of Sleep Deprivation, Caffeine, and Alcohol on Simulated Neurosur...
The Effects of Sleep Deprivation, Caffeine, and Alcohol on Simulated Neurosur...The Effects of Sleep Deprivation, Caffeine, and Alcohol on Simulated Neurosur...
The Effects of Sleep Deprivation, Caffeine, and Alcohol on Simulated Neurosur...
 
IRJET - Liver Cancer Detection using Image Processing
IRJET - Liver Cancer Detection using Image ProcessingIRJET - Liver Cancer Detection using Image Processing
IRJET - Liver Cancer Detection using Image Processing
 
3d ultrasound-guided-robotic-needle-steering-in-biological-tissue
3d ultrasound-guided-robotic-needle-steering-in-biological-tissue3d ultrasound-guided-robotic-needle-steering-in-biological-tissue
3d ultrasound-guided-robotic-needle-steering-in-biological-tissue
 

Similar to Dana Choi | Post harvest quality evaluation system on conveyor belt for mechanically harvested citrus

Design of an Intelligent System for Improving Classification of Cancer Diseases
Design of an Intelligent System for Improving Classification of Cancer DiseasesDesign of an Intelligent System for Improving Classification of Cancer Diseases
Design of an Intelligent System for Improving Classification of Cancer Diseases
Mohamed Loey
 
ML edddddddddddddddddddddddddxduated detection.pptx
ML edddddddddddddddddddddddddxduated detection.pptxML edddddddddddddddddddddddddxduated detection.pptx
ML edddddddddddddddddddddddddxduated detection.pptx
RamithaDevi
 
Cervical Spine Range of Motion Measurement Utilizing Image Analysis - VISAPP2022
Cervical Spine Range of Motion Measurement Utilizing Image Analysis - VISAPP2022Cervical Spine Range of Motion Measurement Utilizing Image Analysis - VISAPP2022
Cervical Spine Range of Motion Measurement Utilizing Image Analysis - VISAPP2022
sugiuralab
 
A MODIFIED BINARY PSO BASED FEATURE SELECTION FOR AUTOMATIC LESION DETECTION ...
A MODIFIED BINARY PSO BASED FEATURE SELECTION FOR AUTOMATIC LESION DETECTION ...A MODIFIED BINARY PSO BASED FEATURE SELECTION FOR AUTOMATIC LESION DETECTION ...
A MODIFIED BINARY PSO BASED FEATURE SELECTION FOR AUTOMATIC LESION DETECTION ...
ijcsit
 
A MODIFIED BINARY PSO BASED FEATURE SELECTION FOR AUTOMATIC LESION DETECTION ...
A MODIFIED BINARY PSO BASED FEATURE SELECTION FOR AUTOMATIC LESION DETECTION ...A MODIFIED BINARY PSO BASED FEATURE SELECTION FOR AUTOMATIC LESION DETECTION ...
A MODIFIED BINARY PSO BASED FEATURE SELECTION FOR AUTOMATIC LESION DETECTION ...
AIRCC Publishing Corporation
 
A comparison of three chromatographic retention time prediction models
A comparison of three chromatographic retention time prediction modelsA comparison of three chromatographic retention time prediction models
A comparison of three chromatographic retention time prediction models
Andrew McEachran
 
Detecting in situ melanoma using multi parameter extraction and neural classi...
Detecting in situ melanoma using multi parameter extraction and neural classi...Detecting in situ melanoma using multi parameter extraction and neural classi...
Detecting in situ melanoma using multi parameter extraction and neural classi...
IAEME Publication
 

Similar to Dana Choi | Post harvest quality evaluation system on conveyor belt for mechanically harvested citrus (20)

Design of an Intelligent System for Improving Classification of Cancer Diseases
Design of an Intelligent System for Improving Classification of Cancer DiseasesDesign of an Intelligent System for Improving Classification of Cancer Diseases
Design of an Intelligent System for Improving Classification of Cancer Diseases
 
ML edddddddddddddddddddddddddxduated detection.pptx
ML edddddddddddddddddddddddddxduated detection.pptxML edddddddddddddddddddddddddxduated detection.pptx
ML edddddddddddddddddddddddddxduated detection.pptx
 
Knee Osteoarthritis Classification System Examination on Wearable Daily-Use I...
Knee Osteoarthritis Classification System Examination on Wearable Daily-Use I...Knee Osteoarthritis Classification System Examination on Wearable Daily-Use I...
Knee Osteoarthritis Classification System Examination on Wearable Daily-Use I...
 
Cervical Spine Range of Motion Measurement Utilizing Image Analysis - VISAPP2022
Cervical Spine Range of Motion Measurement Utilizing Image Analysis - VISAPP2022Cervical Spine Range of Motion Measurement Utilizing Image Analysis - VISAPP2022
Cervical Spine Range of Motion Measurement Utilizing Image Analysis - VISAPP2022
 
Computer aided detection of pulmonary nodules using genetic programming
Computer aided detection of pulmonary nodules using genetic programmingComputer aided detection of pulmonary nodules using genetic programming
Computer aided detection of pulmonary nodules using genetic programming
 
Lung nodule diagnosis from CT images based on ensemble learning
Lung nodule diagnosis from CT images based on ensemble learningLung nodule diagnosis from CT images based on ensemble learning
Lung nodule diagnosis from CT images based on ensemble learning
 
Pest Control in Agricultural Plantations Using Image Processing
Pest Control in Agricultural Plantations Using Image ProcessingPest Control in Agricultural Plantations Using Image Processing
Pest Control in Agricultural Plantations Using Image Processing
 
A Study of Wearable Accelerometers Layout for Human Activity Recognition(Asia...
A Study of Wearable Accelerometers Layout for Human Activity Recognition(Asia...A Study of Wearable Accelerometers Layout for Human Activity Recognition(Asia...
A Study of Wearable Accelerometers Layout for Human Activity Recognition(Asia...
 
Early Detection of Lung Cancer Using Neural Network Techniques
Early Detection of Lung Cancer Using Neural Network TechniquesEarly Detection of Lung Cancer Using Neural Network Techniques
Early Detection of Lung Cancer Using Neural Network Techniques
 
Wearable Accelerometer Optimal Positions for Human Motion Recognition(LifeTec...
Wearable Accelerometer Optimal Positions for Human Motion Recognition(LifeTec...Wearable Accelerometer Optimal Positions for Human Motion Recognition(LifeTec...
Wearable Accelerometer Optimal Positions for Human Motion Recognition(LifeTec...
 
A MODIFIED BINARY PSO BASED FEATURE SELECTION FOR AUTOMATIC LESION DETECTION ...
A MODIFIED BINARY PSO BASED FEATURE SELECTION FOR AUTOMATIC LESION DETECTION ...A MODIFIED BINARY PSO BASED FEATURE SELECTION FOR AUTOMATIC LESION DETECTION ...
A MODIFIED BINARY PSO BASED FEATURE SELECTION FOR AUTOMATIC LESION DETECTION ...
 
A MODIFIED BINARY PSO BASED FEATURE SELECTION FOR AUTOMATIC LESION DETECTION ...
A MODIFIED BINARY PSO BASED FEATURE SELECTION FOR AUTOMATIC LESION DETECTION ...A MODIFIED BINARY PSO BASED FEATURE SELECTION FOR AUTOMATIC LESION DETECTION ...
A MODIFIED BINARY PSO BASED FEATURE SELECTION FOR AUTOMATIC LESION DETECTION ...
 
CT liver segmentation using artificial bee colony optimization
CT liver segmentation using artificial bee colony optimizationCT liver segmentation using artificial bee colony optimization
CT liver segmentation using artificial bee colony optimization
 
Application of genetic algorithm for liver cancer detection
Application of genetic algorithm for liver cancer detectionApplication of genetic algorithm for liver cancer detection
Application of genetic algorithm for liver cancer detection
 
A comparison of three chromatographic retention time prediction models
A comparison of three chromatographic retention time prediction modelsA comparison of three chromatographic retention time prediction models
A comparison of three chromatographic retention time prediction models
 
An innovative approach for feature selection based on chicken swarm optimization
An innovative approach for feature selection based on chicken swarm optimizationAn innovative approach for feature selection based on chicken swarm optimization
An innovative approach for feature selection based on chicken swarm optimization
 
Multi-Attribute Decision Making with VIKOR Method for Any Purpose Decision
Multi-Attribute Decision Making with VIKOR Method for Any Purpose DecisionMulti-Attribute Decision Making with VIKOR Method for Any Purpose Decision
Multi-Attribute Decision Making with VIKOR Method for Any Purpose Decision
 
BFO – AIS: A Framework for Medical Image Classification Using Soft Computing ...
BFO – AIS: A Framework for Medical Image Classification Using Soft Computing ...BFO – AIS: A Framework for Medical Image Classification Using Soft Computing ...
BFO – AIS: A Framework for Medical Image Classification Using Soft Computing ...
 
Palmprint and Handgeometry Recognition using FAST features and Region properties
Palmprint and Handgeometry Recognition using FAST features and Region propertiesPalmprint and Handgeometry Recognition using FAST features and Region properties
Palmprint and Handgeometry Recognition using FAST features and Region properties
 
Detecting in situ melanoma using multi parameter extraction and neural classi...
Detecting in situ melanoma using multi parameter extraction and neural classi...Detecting in situ melanoma using multi parameter extraction and neural classi...
Detecting in situ melanoma using multi parameter extraction and neural classi...
 

Recently uploaded

Hall booking system project report .pdf
Hall booking system project report  .pdfHall booking system project report  .pdf
Hall booking system project report .pdf
Kamal Acharya
 
Digital Signal Processing Lecture notes n.pdf
Digital Signal Processing Lecture notes n.pdfDigital Signal Processing Lecture notes n.pdf
Digital Signal Processing Lecture notes n.pdf
AbrahamGadissa
 
ONLINE VEHICLE RENTAL SYSTEM PROJECT REPORT.pdf
ONLINE VEHICLE RENTAL SYSTEM PROJECT REPORT.pdfONLINE VEHICLE RENTAL SYSTEM PROJECT REPORT.pdf
ONLINE VEHICLE RENTAL SYSTEM PROJECT REPORT.pdf
Kamal Acharya
 
CFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptx
CFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptxCFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptx
CFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptx
R&R Consult
 

Recently uploaded (20)

Immunizing Image Classifiers Against Localized Adversary Attacks
Immunizing Image Classifiers Against Localized Adversary AttacksImmunizing Image Classifiers Against Localized Adversary Attacks
Immunizing Image Classifiers Against Localized Adversary Attacks
 
A CASE STUDY ON ONLINE TICKET BOOKING SYSTEM PROJECT.pdf
A CASE STUDY ON ONLINE TICKET BOOKING SYSTEM PROJECT.pdfA CASE STUDY ON ONLINE TICKET BOOKING SYSTEM PROJECT.pdf
A CASE STUDY ON ONLINE TICKET BOOKING SYSTEM PROJECT.pdf
 
KIT-601 Lecture Notes-UNIT-4.pdf Frequent Itemsets and Clustering
KIT-601 Lecture Notes-UNIT-4.pdf Frequent Itemsets and ClusteringKIT-601 Lecture Notes-UNIT-4.pdf Frequent Itemsets and Clustering
KIT-601 Lecture Notes-UNIT-4.pdf Frequent Itemsets and Clustering
 
Scaling in conventional MOSFET for constant electric field and constant voltage
Scaling in conventional MOSFET for constant electric field and constant voltageScaling in conventional MOSFET for constant electric field and constant voltage
Scaling in conventional MOSFET for constant electric field and constant voltage
 
Hall booking system project report .pdf
Hall booking system project report  .pdfHall booking system project report  .pdf
Hall booking system project report .pdf
 
KIT-601 Lecture Notes-UNIT-5.pdf Frame Works and Visualization
KIT-601 Lecture Notes-UNIT-5.pdf Frame Works and VisualizationKIT-601 Lecture Notes-UNIT-5.pdf Frame Works and Visualization
KIT-601 Lecture Notes-UNIT-5.pdf Frame Works and Visualization
 
Digital Signal Processing Lecture notes n.pdf
Digital Signal Processing Lecture notes n.pdfDigital Signal Processing Lecture notes n.pdf
Digital Signal Processing Lecture notes n.pdf
 
İTÜ CAD and Reverse Engineering Workshop
İTÜ CAD and Reverse Engineering WorkshopİTÜ CAD and Reverse Engineering Workshop
İTÜ CAD and Reverse Engineering Workshop
 
Arduino based vehicle speed tracker project
Arduino based vehicle speed tracker projectArduino based vehicle speed tracker project
Arduino based vehicle speed tracker project
 
BRAKING SYSTEM IN INDIAN RAILWAY AutoCAD DRAWING
BRAKING SYSTEM IN INDIAN RAILWAY AutoCAD DRAWINGBRAKING SYSTEM IN INDIAN RAILWAY AutoCAD DRAWING
BRAKING SYSTEM IN INDIAN RAILWAY AutoCAD DRAWING
 
IT-601 Lecture Notes-UNIT-2.pdf Data Analysis
IT-601 Lecture Notes-UNIT-2.pdf Data AnalysisIT-601 Lecture Notes-UNIT-2.pdf Data Analysis
IT-601 Lecture Notes-UNIT-2.pdf Data Analysis
 
Explosives Industry manufacturing process.pdf
Explosives Industry manufacturing process.pdfExplosives Industry manufacturing process.pdf
Explosives Industry manufacturing process.pdf
 
fundamentals of drawing and isometric and orthographic projection
fundamentals of drawing and isometric and orthographic projectionfundamentals of drawing and isometric and orthographic projection
fundamentals of drawing and isometric and orthographic projection
 
ONLINE VEHICLE RENTAL SYSTEM PROJECT REPORT.pdf
ONLINE VEHICLE RENTAL SYSTEM PROJECT REPORT.pdfONLINE VEHICLE RENTAL SYSTEM PROJECT REPORT.pdf
ONLINE VEHICLE RENTAL SYSTEM PROJECT REPORT.pdf
 
Architectural Portfolio Sean Lockwood
Architectural Portfolio Sean LockwoodArchitectural Portfolio Sean Lockwood
Architectural Portfolio Sean Lockwood
 
Construction method of steel structure space frame .pptx
Construction method of steel structure space frame .pptxConstruction method of steel structure space frame .pptx
Construction method of steel structure space frame .pptx
 
CFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptx
CFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptxCFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptx
CFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptx
 
RESORT MANAGEMENT AND RESERVATION SYSTEM PROJECT REPORT.pdf
RESORT MANAGEMENT AND RESERVATION SYSTEM PROJECT REPORT.pdfRESORT MANAGEMENT AND RESERVATION SYSTEM PROJECT REPORT.pdf
RESORT MANAGEMENT AND RESERVATION SYSTEM PROJECT REPORT.pdf
 
The Ultimate Guide to External Floating Roofs for Oil Storage Tanks.docx
The Ultimate Guide to External Floating Roofs for Oil Storage Tanks.docxThe Ultimate Guide to External Floating Roofs for Oil Storage Tanks.docx
The Ultimate Guide to External Floating Roofs for Oil Storage Tanks.docx
 
NO1 Pandit Amil Baba In Bahawalpur, Sargodha, Sialkot, Sheikhupura, Rahim Yar...
NO1 Pandit Amil Baba In Bahawalpur, Sargodha, Sialkot, Sheikhupura, Rahim Yar...NO1 Pandit Amil Baba In Bahawalpur, Sargodha, Sialkot, Sheikhupura, Rahim Yar...
NO1 Pandit Amil Baba In Bahawalpur, Sargodha, Sialkot, Sheikhupura, Rahim Yar...
 

Dana Choi | Post harvest quality evaluation system on conveyor belt for mechanically harvested citrus

  • 1. POST-HARVEST QUALITY EVALUATION SYSTEM ON CONVEYOR BELT FOR MECHANICALLY HARVESTED CITRUS Daeun Choi Won Suk Lee Reza Ehsani Fritz Roka Ce Yang
  • 2. Contents 1 Motivation 2 Material and Method 3 Result 2 4 Conclusion
  • 3. Contents 1 Motivation 2 Material and Method 3 Result 3 4 Conclusion
  • 4. Motivation 4  Post-harvest citrus quality evaluation system
  • 5. Machine Vision  Replace human workforce  Non-destructive evaluation  Fast, accurate and reducing cost V Vision sensor 5 Image adopted from Shin, J., W. S. Lee, and R. Ehsani. 2012. Postharvest citrus mass and size estimation using logistic classification model and watershed algorithm. Biosystems Engineering 113(1): 42-53
  • 6. Previous Works  Blasco, J., N. Aleixos, and E. Molto. 2006. Computer vision detection of peel defects in citrus by means of a region oriented segmentation algorithm. Journal of Food Engineering 81: 535-543. Region-oriented segmentation algorithm for detecting the most common peel defects of citrus fruits  Kohno, Y., N. Kondo, M. Iida, M. Kurita, T. Shiigi, Y. Ogawa, T. Kaichi and S. Okamoto. 2011. Development of a Mobile Grading Machine for Citrus Fruit, Engineering in Agriculture, Environment and Food 4(1):7-11. Ripeness and diameter estimation using RGB color images  Cubero, S., N. Aleixos, F. Albert, A. Torregrosa, C. Ortiz, O. Garcia- Navarrete and J. Blasco. 2013. Optimised computer vision system for automatic pre-grading of citrus fruit in the field using a mobile platform. Precision Agric. 15: 80-94 Size and color index estimation using Lab color space 6
  • 8. Challenges of Mechanical Harvesting  Valencia – One of major variety of citrus 8 Fruit for following year Fruit for harvesting
  • 9. Challenges of Mechanical Harvesting 9 Mechanical harvester using physical force to harvest citrus Unavoidable removal of green citrus for following year (Valencia)
  • 11. Objective 11 Develop a fruit inspection system for harvested citrus fruit on a conveyor belt to identify healthy, abnormal and small immature fruit for following year.
  • 12. Contents 1 Motivation 2 Material and Method 3 Result 12 4 Conclusion
  • 13.  Conveyor belt system - driven by a tractor pump  Rotating speed - 48 cm/s Hardware System Prototype system for inspecting citrus on a conveyor belt 13
  • 14. Imaging System  GigE RGB camera (SXG10C, Baumer)  ½” CCD, 1024*1024  Shutter speed: 3 ms  Focal length: 6 mm  FOV: 80 cm by 60 cm  Image acquired in every 1.5 sec 14 Inside of imaging box
  • 15. Image used for experiment  Typical image used for experiment  Total 5 trials (average 18 images per trial)  1 image including 10-30 fruit 15
  • 16. Immature Types of Citrus Fruit 16 Healthy Abnormal Total of 91 images including 617 healthy, 283 abnormal and 237 immature citrus
  • 17. Machine Vision Algorithm 17 Color correction Background removal Circular Hough transform (CHT) Classification Mass estimation
  • 18. Color Correction R* = R*0.7367 + 37.72 G* = G*0.6194 + 27.82 B* = B*0.6459 + 27.33 18
  • 19. Background Removal R Threshold = 50 G Threshold = 50 19  Three classes for histogram analysis  Mature: healthy, abnormal  Green: small young fruit for following year  Background: conveyor belt
  • 21. Finding Potential Areas  Remained background, branches, leaves  Most distinctive feature of citrus: circular shape Circular Hough Transform - finding circular object - Input: image, diameters 21
  • 22. Finding Potential Areas 22 Compare diameters and center position Circular Hough Transform Removing falsely detected circles
  • 23. • Ensemble learning multiple weak learners are trained and combine their outputs to have better accuracy.  Random Forest: revised bagging method with decision tree for better generalization.  Given a training set of size n, draw a sample of size n*<n (resampling) and For i = 1:M Train classifier Ci, choose a different subset of features randomly at each split. end Final classifier is a majority vote of C1 .. CM Random Forest Classifier 23
  • 24. Random Forest Classifier • Features  Color information - Histogram in R, G, B, H, S, V, Y, Cb, Cr, L, a, b and gray-scale - Mean, standard deviation  Size information: area, diameter  Texture - GLCM: contrast, energy, homogeneity, correlation - 4 directions: minimum, maximum and average 24
  • 25. Mass estimation  Diameter in cm and in pixels comparison  Regression analysis between mass, diameters  400 oranges (350 mature, 50 immature) Mass = 0.09*Diameter2 -4.90*Diameter + 80.97 R2 = 0.96 25
  • 26. Contents 1 Motivation 2 Material and Method 3 Result 26 4 Conclusion
  • 27. Image Analysis Result Trial No. Healthy Oranges Abnormal Oranges Immature Oranges for Following Year Leaf & Conveyor belt 1 Total 88 26 43 248 Correct Identification (%) 86 (97.7) 22 (84.6) 38 (88.4) 246 (99.2) 2 Total 104 35 22 87 Correct Identification (%) 97 (93.3) 29 (82.9) 18 (81.8) 78 (89.7) 3 Total 188 91 71 199 Correct Identification (%) 176 (93.6) 79 (86.8) 64 (90.1) 181 (91.0) 4 Total 138 76 35 233 Correct Identification (%) 129 (93.5) 65 (85.5) 32 (91.4) 218 (93.6) 5 Total 99 55 66 180 Correct Identification (%) 91 (91.9) 42 (76.4) 55 (83.3) 167 (92.7) Average Total 123.4 56.6 47.4 189.4 Correct Identification (%) 115.8 (94.0) 47.4 (83.2) 41.4 (87.0) 178 (93.2) 27 Correctly Identified (%) = 100*Correctly identified object by the algorithm/Ground truth The number of fruit correctly identified by the algorithm along with the number of actual fruit by manual counting
  • 28. Mass Estimation Result 28 Mass estimation results of each trial by the algorithm (kg) Trial No. Actual Mass Estimated Mass R2 RMSE 1 22.4 27.6 2 32.9 33.7 3 50.2 58.13 0.96 4.09 4 43.8 48.0 5 36.4 38.8 Average 37.1 41.2
  • 29. Contents 1 Motivation 2 Material and Method 3 Result 29 4 Conclusion
  • 30. Conclusion 1. A prototype system for fruit inspection of harvested citrus fruit on a conveyor belt was developed. 2. Overall classification result was good for healthy fruit. 3. Irregular patterns of abnormal citrus caused to lower prediction ability of the classifier. 4. Identifying immature fruit on the conveyor belt can be used to find effect of mechanical harvesters for following year crops. 5. Distinguishing healthy and abnormal fruit can be used for quality evaluation of harvested fruit. 30

Editor's Notes

  1. This presentation consists of four parts, first introduction, second material and method, third result and discussion lastly, conclusion.
  2. This presentation consists of four parts, first introduction, second material and method, third result and discussion lastly, conclusion.
  3. This presentation consists of four parts, first introduction, second material and method, third result and discussion lastly, conclusion.
  4. This presentation consists of four parts, first introduction, second material and method, third result and discussion lastly, conclusion.
  5. This presentation consists of four parts, first introduction, second material and method, third result and discussion lastly, conclusion.