SlideShare a Scribd company logo
1 of 31
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

Automated bone metastasis detection
Automated bone metastasis detection Automated bone metastasis detection
Automated bone metastasis detection Kyuri Kim
 
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 ImagesIRJET Journal
 
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...ijsc
 
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
 
Skin Cancer Detection
Skin Cancer DetectionSkin Cancer Detection
Skin Cancer DetectionIJERA Editor
 
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 mammogramseSAT Journals
 
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 foreSAT Publishing House
 
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 DATAijfls
 
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 CancerIRJET Journal
 
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 DETECTIONijcsit
 
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...Crimsonpublisherssmoaj
 
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 ProcessingIRJET Journal
 
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-tissueieeepondy
 

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 DiseasesMohamed Loey
 
ML edddddddddddddddddddddddddxduated detection.pptx
ML edddddddddddddddddddddddddxduated detection.pptxML edddddddddddddddddddddddddxduated detection.pptx
ML edddddddddddddddddddddddddxduated detection.pptxRamithaDevi
 
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...sugiuralab
 
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 - VISAPP2022sugiuralab
 
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 programmingWookjin Choi
 
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 learningFarzad Vasheghani Farahani
 
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 ProcessingIOSR Journals
 
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...sugiuralab
 
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 TechniquesIJERA Editor
 
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...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 ...AIRCC Publishing Corporation
 
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
 
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 optimizationAboul Ella Hassanien
 
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 detectioneSAT Publishing House
 
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 modelsAndrew McEachran
 
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 optimizationAboul Ella Hassanien
 
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 DecisionUniversitas Pembangunan Panca Budi
 
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 ...ijsc
 
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 propertiesEditor IJCATR
 
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

Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Christo Ananth
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxpurnimasatapathy1234
 
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escortsranjana rawat
 
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...ranjana rawat
 
UNIT-III FMM. DIMENSIONAL ANALYSIS
UNIT-III FMM.        DIMENSIONAL ANALYSISUNIT-III FMM.        DIMENSIONAL ANALYSIS
UNIT-III FMM. DIMENSIONAL ANALYSISrknatarajan
 
Extrusion Processes and Their Limitations
Extrusion Processes and Their LimitationsExtrusion Processes and Their Limitations
Extrusion Processes and Their Limitations120cr0395
 
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...ranjana rawat
 
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSHARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSRajkumarAkumalla
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escortsranjana rawat
 
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
Porous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingPorous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingrakeshbaidya232001
 
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSMANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSSIVASHANKAR N
 
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxJoão Esperancinha
 
Introduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxIntroduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxupamatechverse
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls in Nagpur High Profile
 

Recently uploaded (20)

Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
 
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
 
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
 
Roadmap to Membership of RICS - Pathways and Routes
Roadmap to Membership of RICS - Pathways and RoutesRoadmap to Membership of RICS - Pathways and Routes
Roadmap to Membership of RICS - Pathways and Routes
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptx
 
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
 
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINEDJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
 
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
 
UNIT-III FMM. DIMENSIONAL ANALYSIS
UNIT-III FMM.        DIMENSIONAL ANALYSISUNIT-III FMM.        DIMENSIONAL ANALYSIS
UNIT-III FMM. DIMENSIONAL ANALYSIS
 
Extrusion Processes and Their Limitations
Extrusion Processes and Their LimitationsExtrusion Processes and Their Limitations
Extrusion Processes and Their Limitations
 
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
 
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSHARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
 
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
Porous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingPorous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writing
 
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSMANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
 
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
 
Introduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxIntroduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptx
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
 

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.