Next Article in Journal
Analysis and Design of IoT-Enabled, Low-Cost Distributed Angle Measurement System
Previous Article in Journal
Application of Torque Transducer and Rotary Encoder in a Hardware-in-the-Loop Wind Turbine Emulation
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Proceeding Paper

Highly Efficient Fruit Mass and Size Estimation Using Only Top View Images †

1
School of Electrical Engineering, International University, Vietnam National University HCMC, 70000 Ho Chi Minh city, Vietnam
2
School of Industrial Engineering and Management, International University, Vietnam National University HCMC, 70000 Ho Chi Minh city, Vietnam
*
Author to whom correspondence should be addressed.
Presented at the 6th International Electronic Conference on Sensors and Applications, 15–30 November 2019; Available online: https://ecsa-6.sciforum.net/.
Proceedings 2020, 42(1), 57; https://doi.org/10.3390/ecsa-6-06588
Published: 14 November 2019

Abstract

:
This paper presents a new methodology for the estimation of the mass and size of a common Vietnamese fruit, the cavendish-type banana. We only used top-view images. Most previous works focused on volume estimation using a plurality of cameras to infer the three-dimensional information. In this work, we only used a single camera mounted on top of the fruit. We have found that our proposal leads to a relatively small estimation error (approximately 6%) compared to the results obtained from the measurements using a water-displacement method and a static digital scale. The results indicate that our system shows a great potential to be used in a real industrial setting. Future work will aim to investigate other features such as ripeness and bruises to increase the effectiveness and practicality of the system.

1. Introduction

According to Statista [1], bananas were in second place among the global fruit production in 2017. They contain carbohydrate, protein and a variety of minerals and vitamins. Their physical properties have been researched in order to get the highest value of each banana that can be released to the market.
Tropical countries which have high value bananas are receiving escalating orders, especially Vietnam. The Laba banana in Vietnam is part of the Musaceae family which is a subgroup of the Cavendish banana. Every year, Vietnam exports a billion tons of bananas to Japan, China, Malaysia and South Korea. Recently, this country has received a high reputation and gets many orders from EU countries, Russia and Qatar.
There were some researches on the banana with its physical properties, such as Ahmad et al. (2001). Ahmad et al. showed how the temperature has an impact on the ripening of banana fruit [2], whereas Mendoza et al. classified the maturity phases of bananas by the image processing method [3], or by applying gas sensors to detect whether the banana is ripe or not [4]. Similar experiments have been conducted with other fruits such as the strawberry [5], kiwi fruit [6], coconut [7], melon [8] and the mango [9,10]. Moreover, sorting and measuring the weight and volume of food is still one of the problems that the human being is facing. One of the most accurate methods is using a digital caliper and the water displacement method. However, these methods are too slow and unproductive when applied to the industry.
M. Omid et al. developed a system that placed two Charge-coupled device (CCD) cameras on each side of citrus fruit [11]. Subsequently, they used the segmentation method and divided the citrus fruit into frustums. Finally, they estimated the volume by adding up all the approximate frustums. Li and Zhu sorted apples by measuring their diameters with a feature fusion of size, shape and color [12]. These studies focused on objects that are round or nearing the shape of an ellipse, while the banana is more complicated due to its shape. However, M. Soltani et al. also showed the way to estimate the volume Vellip and the surface area S of the banana [13]. They sliced the banana into small parts and summed all the calculated S and Vellip of each part to get the estimation.
Machine vision has played an important role in the food industry and agriculture in recent years. It is embedded into the production line in order to sort the product, check the quality standard, etc. However, the existing methods are still complicated and costly. In this paper, we propose a new method similar to [11], but this system requires only one camera that captures the top projected image of the fruit. With only simple calculations, we can estimate the volume and weight of banana fruit with high accuracy.

2. Experiment Setup

Our setup consisted of one camera mounted on a frame located above of a banana. An A4-sized paper was placed underneath the banana to be used as a guide for calibrating our system. In addition, we placed four light sources around the banana to get rid of shadows as shown in Figure 1. Subsequently, we cropped the images to the extent of the A4-paper to ease the background segmentation. Then, from the segmented images, we estimated several size-related parameters for each banana, such as length, width, perimeter and top view areas.
We measured the widths, heights and weights of all the banana samples to use as ground truths for further comparison and estimation. The measurement tools comprised of a digital caliper and a digital scale. The water displacement method was also applied to measure the bananas’ volumes.
Since we only captured top-view images, some important parameters were missing, including the side-view information of the bananas. We decided to formulate some experimental relationships for the depth parts. We collected many thin slices taken in the direction that is perpendicular to the top view plane. Figure 2 shows that the cross-sections were not circular. With over 200 test samples, we concluded that the width of the banana is always larger than its height, the average ratio h/w was approximately 0.956.
After converting the top view images into grayscale, we used a traditional Otsu thresholding scheme for the GREEN channel of the images. We divided the bananas into two parts. The first part consisted of the top and the end of the banana and the second part was the middle of the banana as shown in Figure 3.
We decided to use the length of part 1 is one fifth of the total length.
To estimate the volume of part 1, we assumed it was an elliptical cone and applied the necessary volume calculation formula from [14] (see Figure 4).
For part 2, we divided it into small parallel slices. The volume of each slice was estimated as the volume of a frustrum (see Figure 5 and Figure 6):

3. Results

3.1. Volume Estimation Result

Since the width and the height of the cross-section were not the same as previously shown in Section 2, we had to apply a correction ratio for the volume calculated for the elliptical cone and the frustrums by the h/w ratio which was 0.956. Finally, the total volume of the banana is the sum of the volumes of part 1 and part 2.
We tested with a data set of 56 bananas.
For part 2, we wanted to investigate the number of thin slices necessary to give satisfactory results. We tested with four cases of 4, 8, 12 and 16 slices. The comparison is shown in Table 1.
As shown in the result, eight slices was the best option for our case.
Figure 7 shows the average error for the volume estimation based on our approach compared to the actual volume obtained from the water displacement method. The average error was only about 7% for 56 test samples.

3.2. Mass Estimation Result

With the real value of the mass and the volume of the bananas, we got the average of all bananas’ density as 0.9183 (g/mL). From this, we can estimate a banana’s weight by using the product of the estimated volume and the average bananas’ density. The weight estimation error is shown in Figure 8.

3.3. Computational Expense

The hardware that we used for this experiment was the Dell 5558 with the Intel Core i7-5500U (2.4Ghz). The Python and OpenCV Library were extensively used in this project. We also recorded the processing time for all of the samples (56 pictures), each with 100 repetitions. The outcome is shown in the following table (Table 2).

4. Conclusions

In machine vision, the 3D image of fruits will solve all the problems of the 1D image (measuring height) and the 2D image (surface area). However, with 3D image, we need a 3D camera, or many cameras projected around the object. In addition, a powerful computing hardware is also needed in order to calculate all the features of each object, such as Savan Dhameliya et al. who set up a system that contained five cameras to estimate the surface area and the projected area of the mango in digital images [15]. This paper showed that with only a single camera, we can estimate the size, volume and mass of a Laba banana. Furthermore, the computational steps contained only some geometric formulas. These make this system’s requirements low cost, fast and with a high accuracy from 94% to 95%. In the future, we want to make a portable version of the high dynamic range imaging system as in [16,17] so that we can capture and evaluate the banana in the field.

References

  1. Global Fruit Production in 2017, by Variety (in illion metric tons)*. Available online: https://www.statista.com/statistics/264001/worldwide-production-of-fruit-by-variety/ (accessed on 14 October 2019).
  2. Ahmad, S.; Thompson, A.K.; Hafiz, I.A.; ASI, A.S. Effect of temperature on the ripening behavior and quality of banana fruit. Int. J. Agric. Biol. 2001, 3, 224–227. [Google Scholar]
  3. Mendoza, F.; Aguilera, J.M. Application of image analysis for classification of ripening bananas. J. Food Sci. 2004, 69, 471–477. [Google Scholar] [CrossRef]
  4. Steffens, C.; Franceschi, E.; Corazza, F.; Herrmann, P.; Oliveira, J.V. Gas sensors development using supercritical fluid technology to detect the ripeness of bananas. J. Food Eng. 2010, 101, 365–369. [Google Scholar] [CrossRef]
  5. Xu, L.M.; Zhao, Y.C. Automated strawberry grading system based on image processing. Comput. Electron. Agric. 2010, 71, 32–39. [Google Scholar]
  6. Lorestani, A.N.; Tabatabaeefar, A. Modeling the mass of kiwi fruit by geometrical attributes. Int. Agrophys. 2006, 20, 135–139. [Google Scholar]
  7. Terdwongworakul, A.; Chaiyapong, S.; Jarimopas, B.; Meeklangsaen, W. Physical properties of fresh young Thai coconut for maturity sorting. Biosyst. Eng. 2009, 103, 208–216. [Google Scholar] [CrossRef]
  8. Emadi, B.; Abbaspour-Fard, M.H.; Yarlagadda, P.K. Mechanical Properties of Melon Measured by Compression, Shear, and Cutting Modes. Int. J. Food Prop. 2009, 12, 780–790. [Google Scholar] [CrossRef]
  9. Dang, N.; Vo, M.-T.; Nguyen, T.-D.; Dao, S. Analysis on Mangoes Weight Estimation Problem using Neural Network. In Proceedings of the 19th International Symposium on Communications and Information Technologies, Ho Chi Minh City, Vietnam, 25–27 September 2019. under processing. [Google Scholar]
  10. Dao, S.V. Multimodal Classification of Mangoes. Agric. Robots Fundam. Appl. 2019, 119–131. [Google Scholar] [CrossRef]
  11. Omid, M.; Khojastehnazhand, M.; Tabatabaeefar, A. Estimating volume and mass of citrus fruits by image processing technique. J. Food Eng. 2010, 100, 315–321. [Google Scholar] [CrossRef]
  12. Li, X.F.; Zhu, W.X. Apple grading method based on features fusion of size, shape, and color. Procedia Eng. 2011, 15, 2885–2891. [Google Scholar] [CrossRef]
  13. Soltani, M.; Alimardari, R.; Omid, M. Modeling the main physical properties of banana fruit based on geometrical attributes. Int. J. Multidiscip. Sci. Eng. 2011, 2, 1–6. [Google Scholar]
  14. Volume. Available online: https://www.grc.nasa.gov/WWW/K-12/rocket/volume.html (accessed on 14 October 2019).
  15. Dhameliya, S.; Kakadiya, J.; Savant, R. Volume Estimation of Mango. Int. J. Comput. Appl. 2016, 143, 11–16. [Google Scholar] [CrossRef]
  16. Huynh, T.; Nguyen, T.-D.; Vo, M.-T.; Dao, S. High Dynamic Range Imaging Using A 2x2 Camera Array with Polarizing Filters. In Proceedings of the 19th International Symposium on Communications and Information Technologies, Ho Chi Minh City, Vietnam, 25–27 September 2019. under processing. [Google Scholar]
  17. Pham, D.; Tong, T.; Nguyen, M.; Dao, S. Vision-based system for weighing, grading and sorting of mango. In Proceedings of the International Congress on Logistics and SCM Systems, Ho Chi Minh City, Vietnam, 29 July–1 August 2018; p. 62. [Google Scholar]
Figure 1. Our experiment set-up.
Figure 1. Our experiment set-up.
Proceedings 42 00057 g001
Figure 2. Some examples of the cross-sections of the banana slices.
Figure 2. Some examples of the cross-sections of the banana slices.
Proceedings 42 00057 g002
Figure 3. Two major parts of the banana divided by our system.
Figure 3. Two major parts of the banana divided by our system.
Proceedings 42 00057 g003
Figure 4. Formula for calculating the volume of an elliptical cone [14].
Figure 4. Formula for calculating the volume of an elliptical cone [14].
Proceedings 42 00057 g004
Figure 5. Part 2 was divided into many small parallel slices.
Figure 5. Part 2 was divided into many small parallel slices.
Proceedings 42 00057 g005
Figure 6. Formula for calculating the volume of a frustrum [14].
Figure 6. Formula for calculating the volume of a frustrum [14].
Proceedings 42 00057 g006
Figure 7. Relative error in the volume estimation.
Figure 7. Relative error in the volume estimation.
Proceedings 42 00057 g007
Figure 8. Relative error in the mass estimation.
Figure 8. Relative error in the mass estimation.
Proceedings 42 00057 g008
Table 1. Percentage errors of the total volume of the banana when part 2 was differently sliced.
Table 1. Percentage errors of the total volume of the banana when part 2 was differently sliced.
Number of Slice4 Slices8 Slices12 Slices16 Slices
Average errors of all 56 bananas (%)6.055.715.745.73
Table 2. Processing time.
Table 2. Processing time.
Max Processing Time for 56 pics (sec)Min Processing Time for 56 pics (sec)Average Processing Time for 1 pic (sec)
4.2684512973.6697924970.06–0.07
Publisher’s Note: MDPI stays neutral with regard to jurisdictional claims in published maps and institutional affiliations.

Share and Cite

MDPI and ACS Style

Huynh, T.; Dao, S. Highly Efficient Fruit Mass and Size Estimation Using Only Top View Images. Proceedings 2020, 42, 57. https://doi.org/10.3390/ecsa-6-06588

AMA Style

Huynh T, Dao S. Highly Efficient Fruit Mass and Size Estimation Using Only Top View Images. Proceedings. 2020; 42(1):57. https://doi.org/10.3390/ecsa-6-06588

Chicago/Turabian Style

Huynh, Tri, and Son Dao. 2020. "Highly Efficient Fruit Mass and Size Estimation Using Only Top View Images" Proceedings 42, no. 1: 57. https://doi.org/10.3390/ecsa-6-06588

Article Metrics

Back to TopTop